Smoothed Particle Hydrodynamics(SPH)(中文文档)
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 |
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