driftFluxFoam: use buoyancy corrected k-epsilon in all turorials
This commit is contained in:
parent
698fb8217c
commit
8f7efd3035
2 changed files with 12 additions and 2 deletions
|
|
@ -19,10 +19,15 @@ simulationType RAS;
|
||||||
|
|
||||||
RAS
|
RAS
|
||||||
{
|
{
|
||||||
RASModel kEpsilon;
|
RASModel buoyantKEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
|
buoyantKEpsilonCoeffs
|
||||||
|
{
|
||||||
|
Cg 0.85;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,15 @@ simulationType RAS;
|
||||||
|
|
||||||
RAS
|
RAS
|
||||||
{
|
{
|
||||||
RASModel kEpsilon;
|
RASModel buoyantKEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
|
buoyantKEpsilonCoeffs
|
||||||
|
{
|
||||||
|
Cg 0.85;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue