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
);
thermCondModel off;//SyamlalThermCond;//thermCondModel;//off;
thermCondModel SyamlalThermCond;//thermCondModel;//off;
chemistryModel species;

View File

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

View File

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