Skip to content
Snippets Groups Projects
Commit f3b394f5 authored by andy's avatar andy
Browse files

ENH: Corrected tutorial run-error

parent 72cc3202
Branches
Tags
No related merge requests found
......@@ -22,29 +22,27 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-07;
relTol 0;
relTol 0.1;
}
"U.*"
p_rghFinal
{
solver PBiCG;
preconditioner DILU;
$p_rgh;
tolerance 1e-07;
relTol 0;
}
k
"(U|Alpha|k|epsilon)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-07;
relTol 0;
relTol 0.1;
}
epsilon
"(U|Alpha|k|epsilon)Final"
{
solver PBiCG;
preconditioner DILU;
$k;
tolerance 1e-07;
relTol 0;
}
......@@ -54,13 +52,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-07;
relTol 0;
relTol 0.1;
}
Alpha
rhoFinal
{
solver PBiCG;
preconditioner DILU;
$rho;
tolerance 1e-07;
relTol 0;
}
......@@ -68,17 +65,9 @@ solvers
PIMPLE
{
momentumPredictor yes;
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
}
relaxationFactors
{
U 1;
k 1;
epsilon 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