tutorials: Added the new Allmesh scripts
This commit is contained in:
10
tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity/Allmesh
Executable file
10
tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity/Allmesh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication createExternalCoupledPatchGeometry T
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user