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
|
//reactionHeat
|
||||||
);
|
);
|
||||||
|
|
||||||
thermCondModel off;//SyamlalThermCond;//thermCondModel;//off;
|
thermCondModel SyamlalThermCond;//thermCondModel;//off;
|
||||||
|
|
||||||
chemistryModel species;
|
chemistryModel species;
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user