Skip to content
Snippets Groups Projects
Commit 5d0d752d authored by graham's avatar graham
Browse files

BUG: Tutorial setup correction.

parent 4aa5302e
Branches
Tags
No related merge requests found
......@@ -53,6 +53,7 @@ snGradSchemes
fluxRequired
{
default no;
pcorr ;
p;
}
......
......@@ -16,11 +16,11 @@ FoamFile
solvers
{
p
pcorr
{
solver GAMG;
tolerance 1e-7;
relTol 0.01;
tolerance 0.02;
relTol 0;
smoother GaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
......@@ -30,6 +30,13 @@ solvers
mergeLevels 1;
}
p
{
$pcorr
tolerance 1e-7;
relTol 0.01;
}
pFinal
{
$p;
......
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