Skip to content
Snippets Groups Projects
Commit 5d5cc61b authored by sergio's avatar sergio
Browse files

ENH: Improving schemes for interDyMFoam/RAS/motorBike

parent 880c9875
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ startTime 0;
stopAt endTime;
endTime 2;
endTime 0.6;
deltaT 0.001;
......
......@@ -37,7 +37,7 @@ divSchemes
laplacianSchemes
{
default Gauss linear corrected;
default Gauss linear limited corrected 0.333;
}
interpolationSchemes
......@@ -47,7 +47,7 @@ interpolationSchemes
snGradSchemes
{
default corrected;
default limited corrected 0.333;
}
wallDist
......
......@@ -73,10 +73,8 @@ PIMPLE
{
momentumPredictor yes;
nCorrectors 3;
nNonOrthogonalCorrectors 0;
pRefPoint (0.51 0.51 0.51);
pRefValue 0;
nOuterCorrectors 1;
nNonOrthogonalCorrectors 1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment