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,11 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
# Extrude mesh around cylinder
(cd cylinderAndBackground && ./Allclean)
# Add background mesh
(cd cylinderMesh && foamCleanTutorials)
# ----------------------------------------------------------------- end-of-file