mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
driftFluxFoam: use buoyancy corrected k-epsilon in all turorials
This commit is contained in:
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user