Adding overPotentialFoam and overRhoSimpleFoam and tutorials

This commit is contained in:
sergio
2017-12-19 11:33:43 -08:00
parent a6d88f2fe7
commit 985a18df75
74 changed files with 3737 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Extrude mesh around cylinder
(cd cylinderMesh && ./Allrun.pre)
# Add background mesh
(cd cylinderAndBackground && ./Allrun.pre)