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

interMixingFoam: updated tutorials

parent 50c05c07
No related branches found
No related tags found
No related merge requests found
...@@ -174,8 +174,10 @@ Foam::threePhaseInterfaceProperties::threePhaseInterfaceProperties ...@@ -174,8 +174,10 @@ Foam::threePhaseInterfaceProperties::threePhaseInterfaceProperties
( (
readScalar readScalar
( (
mixture.U().mesh().solutionDict().subDict("PIMPLE"). mixture.U().mesh().solverDict
lookup("cAlpha") (
mixture_.alpha1().name()
).lookup("cAlpha")
) )
), ),
sigma12_(mixture.lookup("sigma12")), sigma12_(mixture.lookup("sigma12")),
......
...@@ -19,6 +19,10 @@ solvers ...@@ -19,6 +19,10 @@ solvers
{ {
"alpha." "alpha."
{ {
nAlphaCorr 1;
nAlphaSubCycles 2;
cAlpha 1;
solver smoothSolver; solver smoothSolver;
smoother GaussSeidel; smoother GaussSeidel;
tolerance 1e-06; tolerance 1e-06;
...@@ -64,9 +68,6 @@ PIMPLE ...@@ -64,9 +68,6 @@ PIMPLE
momentumPredictor no; momentumPredictor no;
nCorrectors 3; nCorrectors 3;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
nAlphaCorr 1;
nAlphaSubCycles 2;
cAlpha 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment