Skip to content
Snippets Groups Projects
Commit efe05e96 authored by Henry's avatar Henry
Browse files

tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn: test mixtureKEpsilon model

parent 11f6dd57
Branches
Tags
No related merge requests found
......@@ -19,10 +19,16 @@ simulationType RAS;
RAS
{
RASModel continuousGasKEpsilon;
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
turbulence on;
printCoeffs on;
// mixtureKEpsilonCoeffs
// {
// Cp 1;
// C3 1;
// }
}
// ************************************************************************* //
......@@ -19,7 +19,7 @@ simulationType RAS;
RAS
{
RASModel LaheyKEpsilon;
RASModel mixtureKEpsilon; //LaheyKEpsilon;
turbulence on;
printCoeffs on;
......
......@@ -40,6 +40,7 @@ divSchemes
"div\(alphaPhi.*,(K.*|p)\)" Gauss limitedLinear 1;
"div\(alphaPhi.*,(k|epsilon).*\)" Gauss limitedLinear 1;
"div\(phim,(k|epsilon)m\)" Gauss limitedLinear 1;
"div\(\(\(alpha.*nuEff.*\)*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear;
}
......
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