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

twoPhaseEulerFoam/bed tutorial: update for new location of alpha solver settings

parent 818f6a54
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,12 @@ solvers ...@@ -53,6 +53,12 @@ solvers
relTol 0; relTol 0;
} }
alpha1
{
nAlphaCorr 2;
nAlphaSubCycles 3;
}
alpha alpha
{ {
solver PCG; solver PCG;
...@@ -72,12 +78,9 @@ PIMPLE ...@@ -72,12 +78,9 @@ PIMPLE
{ {
nCorrectors 2; nCorrectors 2;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
nAlphaCorr 2;
nAlphaSubCycles 3;
correctAlpha yes; correctAlpha yes;
pRefCell 0; pRefCell 0;
pRefValue 0; pRefValue 0;
} }
// ************************************************************************* // // ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment