mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LTSInterFoam/wigleyHull: further optimisation
This commit is contained in:
@ -29,9 +29,7 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform 0;
|
||||
value uniform 0;
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
sides
|
||||
|
||||
@ -23,7 +23,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 3000;
|
||||
endTime 2000;
|
||||
|
||||
deltaT 1;
|
||||
|
||||
|
||||
@ -83,9 +83,10 @@ PISO
|
||||
nAlphaSubCycles 1;
|
||||
cAlpha 1;
|
||||
|
||||
maxCo 0.8;
|
||||
maxCo 0.9;
|
||||
maxAlphaCo 0.2;
|
||||
rDeltaTSmoothingCoeff 0.02;
|
||||
|
||||
rDeltaTSmoothingCoeff 0.1;
|
||||
rDeltaTDampingCoeff 1;
|
||||
maxDeltaT 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user