Removed turbulence model coefficients from the dictionaries to allow them to default.

This commit is contained in:
henry
2009-07-21 19:05:30 +01:00
parent fb9e5bc4fe
commit b3d455de80
117 changed files with 331 additions and 6167 deletions

View File

@ -23,25 +23,25 @@ boundaryField
{
front
{
type compressible::kQRWallFunction;
type compressible::kqRWallFunction;
value uniform 1;
}
back
{
type compressible::kQRWallFunction;
type compressible::kqRWallFunction;
value uniform 1;
}
wall
{
type compressible::kQRWallFunction;
type compressible::kqRWallFunction;
value uniform 1;
}
porosityWall
{
type compressible::kQRWallFunction;
type compressible::kqRWallFunction;
value uniform 1;
}

View File

@ -21,80 +21,5 @@ turbulence on;
printCoeffs on;
laminarCoeffs
{
}
kEpsilonCoeffs
{
Cmu 0.09;
C1 1.44;
C2 1.92;
C3 -0.33;
alphah 1;
alphak 1;
alphaEps 0.76923;
}
RNGkEpsilonCoeffs
{
Cmu 0.0845;
C1 1.42;
C2 1.68;
C3 -0.33;
alphah 1;
alphak 1.39;
alphaEps 1.39;
eta0 4.38;
beta 0.012;
}
LaunderSharmaKECoeffs
{
Cmu 0.09;
C1 1.44;
C2 1.92;
C3 -0.33;
alphah 1;
alphak 1;
alphaEps 0.76923;
}
LRRCoeffs
{
Cmu 0.09;
Clrr1 1.8;
Clrr2 0.6;
C1 1.44;
C2 1.92;
Cs 0.25;
Ceps 0.15;
alphah 1;
alphaEps 0.76923;
alphaR 1.22;
}
LaunderGibsonRSTMCoeffs
{
Cmu 0.09;
Clg1 1.8;
Clg2 0.6;
C1 1.44;
C2 1.92;
C1Ref 0.5;
C2Ref 0.3;
Cs 0.25;
Ceps 0.15;
alphah 1;
alphaEps 0.76923;
alphaR 1.22;
}
wallFunctionCoeffs
{
kappa 0.4187;
E 9;
}
// ************************************************************************* //