You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.ipynb_checkpoints | 7 months ago | |
.gitignore | 7 months ago | |
README.md | 7 months ago | |
cleanrun.sh | 6 months ago | |
custom_wm.py | 6 months ago | |
make_video.sh | 7 months ago | |
paper.bbl | 7 months ago | |
paper.blg | 7 months ago |
README.md
PySPH wavemaker solution
The PySPH codes in the custom_wm.py
file provide a wavemaker simulation. This
simulation by default uses the WCSPH (weakly compressible) approach to the
Navier-Stokes equations of fluid motion. This means that the fluid is weakly
compressible (using the Tait EOS).
Utility scripts
-
cleanrun.sh
file cleans the output directory, runs the simulation and generates VTK files for viewing in the ParaView software package. -
make_video.sh
file makes a video using images files from the output directory. This requires that these picture files are outputted from the ParaView software. Note: you have to set theframerate
option in theffmpeg
command based on the relationframerate = 1 / dt
.