Moved buoyantSimpleRadiationFoam from tutorials to applications/solvers/heatTransfer

This commit is contained in:
andy
2008-05-13 12:56:43 +01:00
parent 95528af671
commit d9b16477e1
9 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@ cases="hotRadiationRoom"
tutorialPath=`dirname $0`/.. tutorialPath=`dirname $0`/..
. $tutorialPath/CleanFunctions . $tutorialPath/CleanFunctions
wclean $application
for case in $cases for case in $cases
do do
cleanCase $case cleanCase $case

View File

@ -7,8 +7,6 @@ cases="hotRadiationRoom"
tutorialPath=`dirname $0`/.. tutorialPath=`dirname $0`/..
. $tutorialPath/RunFunctions . $tutorialPath/RunFunctions
compileApplication $currDir $application
for case in $cases for case in $cases
do do
runApplication blockMesh $case runApplication blockMesh $case