Skip to content
Snippets Groups Projects
Commit 4802014f authored by Henry's avatar Henry
Browse files

LTSInterFoam/wigleyHull: further optimisation

parent 7f8dbac2
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment