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
Branches
Tags
No related merge requests found
......@@ -19,10 +19,15 @@ simulationType RAS;
RAS
{
RASModel kEpsilon;
RASModel buoyantKEpsilon;
turbulence on;
printCoeffs on;
buoyantKEpsilonCoeffs
{
Cg 0.85;
}
}
// ************************************************************************* //
......@@ -19,10 +19,15 @@ simulationType RAS;
RAS
{
RASModel kEpsilon;
RASModel buoyantKEpsilon;
turbulence on;
printCoeffs on;
buoyantKEpsilonCoeffs
{
Cg 0.85;
}
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment