Fix tutorials: coupled/conjugateHeatFoam/conjugateCavity/Allrun: need to call blockMesh
This commit is contained in:
parent
f2abcbb189
commit
06ab7525a2
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ tutorialPath=`dirname $0`/..
|
|||
|
||||
for case in $cases
|
||||
do
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
||||
done
|
||||
|
||||
|
|
Reference in a new issue