mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Adding overPotentialFoam and overRhoSimpleFoam and tutorials
This commit is contained in:
10
tutorials/basic/overPotentialFoam/cylinder/cylinderAndBackground/Allrun
Executable file
10
tutorials/basic/overPotentialFoam/cylinder/cylinderAndBackground/Allrun
Executable 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)
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user