Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.18 KB

Smoothed Particle Hydrodynamics(SPH)(中文文档)

fpm msys2-fpm

A community-driven open source smoothed particle hydrodynamics (SPH) code, the starting code version is derived from the textbook "Smooth Particle hydrodynamics - A Meshfree Particle Method".

Item Info
Version 0.0.2
License BSD 3-Clause
Copyright Copyright (c) 2021 SPH Contributors

Get Started

Get the Code

git clone https://github.com/zoziha/SPH.git
cd SPH

Build with fortran-lang/fpm

FPM is a community-driven Fortran language package manager and code build system, suitable for c/c++/fortran code construction. You can build the code with the provided fpm.toml:

cd data && mkdir all && mkdir paraview
fpm build
# SPH main program
fpm run sph --profile release
# SPH post-processing program for ParaView
fpm run vtk

Links