partial working test case

This commit is contained in:
ekinaci
2016-05-12 16:52:35 +02:00
parent 5458e4b7d5
commit 32331ab366
3 changed files with 13 additions and 11 deletions

View File

@ -78,7 +78,7 @@ energyModels
//reactionHeat //reactionHeat
); );
thermCondModel off;//SyamlalThermCond;//thermCondModel;//off; thermCondModel SyamlalThermCond;//thermCondModel;//off;
chemistryModel species; chemistryModel species;

View File

@ -39,6 +39,8 @@ divSchemes
div((muEff*dev2(T(grad(U))))) Gauss linear; div((muEff*dev2(T(grad(U))))) Gauss linear;
div(phi,Yi_h) Gauss upwind; div(phi,Yi_h) Gauss upwind;
div((viscousTerm*dev2(grad(U).T()))) Gauss linear; div((viscousTerm*dev2(grad(U).T()))) Gauss linear;
div((thermo:mu*dev(grad(U).T()))) Gauss linear;
} }
laplacianSchemes laplacianSchemes

View File

@ -81,14 +81,14 @@ if [ $postproc == "true" ]
fi fi
#- clean up case #- clean up case
echo "deleting data at: $casePath :\n" #echo "deleting data at: $casePath :\n"
source $WM_PROJECT_DIR/bin/tools/CleanFunctions #source $WM_PROJECT_DIR/bin/tools/CleanFunctions
cd $casePath/CFD #cd $casePath/CFD
cleanCase #cleanCase
rm -r $casePath/CFD/clockData #rm -r $casePath/CFD/clockData
rm $casePath/DEM/post/*.* #rm $casePath/DEM/post/*.*
touch $casePath/DEM/post/.gitignore #touch $casePath/DEM/post/.gitignore
#rm $casePath/DEM/post/restart/*.* #rm $casePath/DEM/post/restart/*.*
rm $casePath/DEM/post/restart/liggghts.restartCFDEM* #rm $casePath/DEM/post/restart/liggghts.restartCFDEM*
touch $casePath/DEM/post/restart/.gitignore #touch $casePath/DEM/post/restart/.gitignore
echo "done" #echo "done"