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

tutorials/incompressible/pisoFoam/les/motorBike: Corrected typos

Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2061
parent 870d75c2
No related merge requests found
......@@ -10,6 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
......@@ -10,6 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -31,13 +32,13 @@ solvers
nCellsInCoarsestLevel 50;
agglomerator faceAreaPair;
mergeLevels 1;
};
}
pFinal
{
$p;
relTol 0;
};
}
"(U|k|B|nuTilda)"
{
......@@ -45,7 +46,7 @@ solvers
smoother symGaussSeidel;
tolerance 1e-7;
relTol 0;
};
}
}
PISO
......
......@@ -36,7 +36,7 @@ solvers
$p;
tolerance 1e-6;
relTol 0;
};
}
Phi
{
......
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