Add the OpenFOAM source tree
This commit is contained in:
17
tutorials/mesh/snappyHexMesh/Allrun
Executable file
17
tutorials/mesh/snappyHexMesh/Allrun
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
|
||||
(
|
||||
cd flange || exit
|
||||
./Allrun
|
||||
)
|
||||
|
||||
exit 0
|
||||
|
||||
# These cases 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
|
||||
Reference in New Issue
Block a user