mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
New tutorial case for fireFoam.
This commit is contained in:
13
tutorials/combustion/fireFoam/les/smallPoolFire2D/Allrun
Executable file
13
tutorials/combustion/fireFoam/les/smallPoolFire2D/Allrun
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication setSet -batch makeFaceSet.setSet
|
||||
runApplication createPatch -overwrite
|
||||
|
||||
# Run
|
||||
runApplication fireFoam
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user