mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoPhaseEulerFoam/bed tutorial: update for new location of alpha solver settings
This commit is contained in:
@ -53,6 +53,12 @@ solvers
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
alpha1
|
||||
{
|
||||
nAlphaCorr 2;
|
||||
nAlphaSubCycles 3;
|
||||
}
|
||||
|
||||
alpha
|
||||
{
|
||||
solver PCG;
|
||||
@ -72,12 +78,9 @@ PIMPLE
|
||||
{
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
nAlphaCorr 2;
|
||||
nAlphaSubCycles 3;
|
||||
correctAlpha yes;
|
||||
pRefCell 0;
|
||||
pRefValue 0;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user