driftFluxFoam: use buoyancy corrected k-epsilon in all turorials

This commit is contained in:
Henry 2014-04-28 15:42:43 +01:00
parent 698fb8217c
commit 8f7efd3035
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;
}
} }
// ************************************************************************* // // ************************************************************************* //