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

Updated

parent 364eabc7
No related merge requests found
......@@ -17,6 +17,12 @@ FoamFile
solvers
{
alpha1
{
nAlphaCorr 1;
nAlphaSubCycles 2;
}
p
{
solver GAMG;
......@@ -90,11 +96,9 @@ solvers
PIMPLE
{
nOuterCorrectors 3;
nCorrectors 1;
nOuterCorrectors 1;
nCorrectors 3;
nNonOrthogonalCorrectors 0;
nAlphaCorr 1;
nAlphaSubCycles 2;
}
relaxationFactors
......
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