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:
14
tutorials/electromagnetics/mhdFoam/hartmann/Allclean
Executable file
14
tutorials/electromagnetics/mhdFoam/hartmann/Allclean
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
(
|
||||
cd hartmann || exit
|
||||
|
||||
cleanCase
|
||||
cleanSamples
|
||||
)
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
Reference in New Issue
Block a user