diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/constant/turbulenceProperties.air b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/constant/turbulenceProperties.air index 40de4981f5767295705a66a762e606c70075c713..fe69aba1eadb947bda4d8ec9e6f4ea1ba2fd0a4e 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/constant/turbulenceProperties.air +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/constant/turbulenceProperties.air @@ -19,10 +19,16 @@ simulationType RAS; RAS { - RASModel continuousGasKEpsilon; + RASModel mixtureKEpsilon; //continuousGasKEpsilon; turbulence on; printCoeffs on; + + // mixtureKEpsilonCoeffs + // { + // Cp 1; + // C3 1; + // } } // ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/constant/turbulenceProperties.water b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/constant/turbulenceProperties.water index 2c0b129e11d457ee978f649634ab68af4bb2e3ab..b82e81c0cbc5e7ad5bd681eaa9bcbed6118de4ef 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/constant/turbulenceProperties.water +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/constant/turbulenceProperties.water @@ -19,7 +19,7 @@ simulationType RAS; RAS { - RASModel LaheyKEpsilon; + RASModel mixtureKEpsilon; //LaheyKEpsilon; turbulence on; printCoeffs on; diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/system/fvSchemes b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/system/fvSchemes index f55c52ee564855bde82231ad16e98d275780af37..d3f22a16e83654868ecdc438167a2bd61f8df600 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/system/fvSchemes +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/RAS/bubbleColumn/system/fvSchemes @@ -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; }