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

This commit is contained in:
Henry
2013-08-11 11:00:06 +01:00
parent 11f6dd5701
commit efe05e96f5
3 changed files with 9 additions and 2 deletions

View File

@ -19,10 +19,16 @@ simulationType RAS;
RAS RAS
{ {
RASModel continuousGasKEpsilon; RASModel mixtureKEpsilon; //continuousGasKEpsilon;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
// mixtureKEpsilonCoeffs
// {
// Cp 1;
// C3 1;
// }
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel LaheyKEpsilon; RASModel mixtureKEpsilon; //LaheyKEpsilon;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;

View File

@ -40,6 +40,7 @@ divSchemes
"div\(alphaPhi.*,(K.*|p)\)" Gauss limitedLinear 1; "div\(alphaPhi.*,(K.*|p)\)" Gauss limitedLinear 1;
"div\(alphaPhi.*,(k|epsilon).*\)" 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; "div\(\(\(alpha.*nuEff.*\)*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear;
} }