zoziha / sph

💦光滑粒子流体动力学代码(🌊A smoothed particle hydrodynamics (SPH) code)

Home Page:https://zoziha.github.io/SPH/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

💦光滑粒子流体动力学代码(🌊A smoothed particle hydrodynamics (SPH) code)

https://zoziha.github.io/SPH/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Fortran 100.0%