TUT: Adjusting settings for tutorials climbingRod and mixerVessel2D

This commit is contained in:
sergio
2020-06-25 11:07:53 -07:00
parent f0c5f762d6
commit 1bd5d03ea6
7 changed files with 18 additions and 15 deletions

View File

@ -17,13 +17,13 @@ FoamFile
application compressibleInterFoam;
startFrom latestTime;
startFrom startTime;
startTime 0;
stopAt endTime;
endTime 25;
endTime 20;
deltaT 1e-3;

View File

@ -23,11 +23,12 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
}
divSchemes
{
div(rhoPhi,U) Gauss linearUpwindV grad(U);
div(rhoPhi,U) Gauss limitedLinearV 1;
div(rhoPhi,T) Gauss linearUpwind grad(T);
div(phi,alpha) Gauss vanLeer;

View File

@ -21,7 +21,7 @@ solvers
{
nAlphaCorr 2;
nAlphaSubCycles 1;
cAlpha 1;
cAlpha 0.8;
MULESCorr yes;
nLimiterIter 5;
@ -46,6 +46,7 @@ solvers
preconditioner DIC;
tolerance 1e-9;
relTol 0.05;
minIter 1;
}
p_rghFinal