Skip to content
Snippets Groups Projects
Commit c451575e authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

driftFluxFoam: use buoyancy corrected k-epsilon in all turorials

parent 63bef62f
No related branches found
No related tags found
No related merge requests found
...@@ -19,10 +19,15 @@ simulationType RAS; ...@@ -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; ...@@ -19,10 +19,15 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; RASModel buoyantKEpsilon;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
buoyantKEpsilonCoeffs
{
Cg 0.85;
}
} }
// ************************************************************************* // // ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment