Skip to content
Snippets Groups Projects
Commit c4328296 authored by Andrew Heather's avatar Andrew Heather
Browse files

TUT: Corrected legacy muTilda -> nuTilda. Fixes 3057

parent 52ab1fc0
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object muTilda;
object nuTilda;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
dimensions [0 2 -1 0 0 0 0];
internalField uniform 0;
......
......@@ -36,7 +36,7 @@ divSchemes
div(phi,k) Gauss limitedLinear 1;
div(phi,B) Gauss limitedLinear 1;
div(phi,muTilda) Gauss limitedLinear 1;
div(phi,nuTilda) Gauss limitedLinear 1;
div(B) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
......@@ -57,5 +57,9 @@ snGradSchemes
default corrected;
}
wallDist
{
method meshWave;
}
// ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment