mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
partial working test case
This commit is contained in:
@ -78,7 +78,7 @@ energyModels
|
||||
//reactionHeat
|
||||
);
|
||||
|
||||
thermCondModel off;//SyamlalThermCond;//thermCondModel;//off;
|
||||
thermCondModel SyamlalThermCond;//thermCondModel;//off;
|
||||
|
||||
chemistryModel species;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user