mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: Adjusting settings for tutorials climbingRod and mixerVessel2D
This commit is contained in:
@ -17,13 +17,13 @@ FoamFile
|
||||
|
||||
application compressibleInterFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
startFrom startTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 25;
|
||||
endTime 20;
|
||||
|
||||
deltaT 1e-3;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user