compressibleInflowOutflow template case: corrected turbulent fields and fvSchemes

This commit is contained in:
Chris Greenshields
2015-11-15 22:06:43 +00:00
parent 1af8893340
commit 142ff92750
5 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ boundaryField
{
inlet
{
type compressible::turbulentMixingLengthDissipationRateInlet;
type turbulentMixingLengthDissipationRateInlet;
mixingLength 0.05;
value uniform $epsilonInlet;
}
@ -37,7 +37,7 @@ boundaryField
}
wall
{
type compressible::epsilonWallFunction;
type epsilonWallFunction;
value uniform $epsilonInlet;
}

View File

@ -37,7 +37,7 @@ boundaryField
wall
{
type compressible::kqRWallFunction;
type kqRWallFunction;
value uniform $kInlet;
}

View File

@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
dimensions [0 2 -1 0 0 0 0];
internalField uniform 0;

View File

@ -37,7 +37,7 @@ boundaryField
wall
{
type compressible::omegaWallFunction;
type omegaWallFunction;
value uniform $omegaInlet;
}

View File

@ -49,7 +49,7 @@ divSchemes
div(phid,p) bounded Gauss upwind;
div((phi|interpolate(rho)),p) bounded Gauss upwind;
div((muEff*dev2(T(grad(U))))) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes