mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
rhoPorousMRFSimpleFoam/angledDuctImplicit tutorial: added MRFZones dictionary
This commit is contained in:
19
tutorials/electromagnetics/mhdFoam/hartmann/Allrun
Executable file
19
tutorials/electromagnetics/mhdFoam/hartmann/Allrun
Executable file
@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Set application name
|
||||
application="mhdFoam"
|
||||
|
||||
(
|
||||
cd hartmann || exit
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
||||
runApplication foamCalc components U
|
||||
runApplication sample
|
||||
)
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
Reference in New Issue
Block a user