tutorials/incompressible/pisoFoam/les/motorBike: In test mode do not run LES

This commit is contained in:
Henry
2013-08-22 16:53:24 +01:00
parent e4f8804a37
commit 64ba9b56a6

View File

@ -0,0 +1,10 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Do the Spalart-Allmaras steady-state case
(cd motorBike && foamRunTutorials)
# ----------------------------------------------------------------- end-of-file