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,10 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions
./Allrun.pre
# Run it for a bit
runApplication $(getApplication)
#------------------------------------------------------------------------------