driftFluxFoam: use buoyancy corrected k-epsilon in all turorials

This commit is contained in:
Henry
2014-04-28 15:42:43 +01:00
committed by Andrew Heather
parent 63bef62f8e
commit c451575efc
2 changed files with 12 additions and 2 deletions

View File

@ -19,10 +19,15 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; RASModel buoyantKEpsilon;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
buoyantKEpsilonCoeffs
{
Cg 0.85;
}
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -19,10 +19,15 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; RASModel buoyantKEpsilon;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
buoyantKEpsilonCoeffs
{
Cg 0.85;
}
} }
// ************************************************************************* // // ************************************************************************* //