ENH: foamyHexMesh: add straightDuctImplicit to foamyHexMesh tutorials

This commit is contained in:
mattijs
2014-01-10 15:36:19 +00:00
parent f2500a3df5
commit d73a0c6a6e
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
(
cd blob || exit
./Allrun
)
(
cd flange || exit
./Allrun
)
(
cd simpleShapes || exit
./Allrun
)
(
cd mixerVessel || exit
./Allrun
)
exit 0
# Any cases that are links to solver test cases and are run when the Allrun
# scripts of those solvers are run.
# This dummy Allrun script avoids meshing these cases twice.
# ----------------------------------------------------------------- end-of-file

View File

@ -0,0 +1 @@
../../incompressible/porousSimpleFoam/straightDuctImplicit