Skip to content
Snippets Groups Projects
Commit 6e80a6fc authored by Henry Weller's avatar Henry Weller
Browse files

tutorials: Add pFinal to PISO settings in icoFoam and mhdFoam tutorials

parent 9f277401
Branches
Tags
1 merge request!33Merge foundation
......@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
......@@ -32,6 +38,12 @@ solvers
relTol 0;
}
pBFinal
{
$pB;
relTol 0;
}
"(U|B)"
{
solver smoothSolver;
......
......@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
......
......@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
......
......@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
......
......@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
......
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