Fluid simulation using the Lagrangian WCSPH technique for solving the Navier-Stokes equations.
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.
 
 
Go to file
kinnounko b67a52804b
work
6 months ago
.ipynb_checkpoints done for the day 7 months ago
.gitignore script auto-a values 7 months ago
README.md readme fix 7 months ago
cleanrun.sh work 6 months ago
custom_wm.py work 6 months ago
make_video.sh updates 7 months ago
paper.bbl done for the day 7 months ago
paper.blg done for the day 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 the framerate option in the ffmpeg command based on the relation framerate = 1 / dt.