New tutorial case for fireFoam.

This commit is contained in:
henry
2010-02-10 19:09:58 +00:00
parent 3ed23da4fe
commit 9259d4f635
26 changed files with 1859 additions and 0 deletions

View 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
# -----------------------------------------------------------------------------