From c451575efc86fa3733dfed15b0596e5187e0087b Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 28 Apr 2014 15:42:43 +0100 Subject: [PATCH] driftFluxFoam: use buoyancy corrected k-epsilon in all turorials --- .../ras/mixerVessel2D/constant/turbulenceProperties | 7 ++++++- .../driftFluxFoam/ras/tank3D/constant/turbulenceProperties | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/turbulenceProperties b/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/turbulenceProperties index 02b27e15c4..21b5cf9ba5 100644 --- a/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/turbulenceProperties +++ b/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/turbulenceProperties @@ -19,10 +19,15 @@ simulationType RAS; RAS { - RASModel kEpsilon; + RASModel buoyantKEpsilon; turbulence on; printCoeffs on; + + buoyantKEpsilonCoeffs + { + Cg 0.85; + } } // ************************************************************************* // diff --git a/tutorials/multiphase/driftFluxFoam/ras/tank3D/constant/turbulenceProperties b/tutorials/multiphase/driftFluxFoam/ras/tank3D/constant/turbulenceProperties index 02b27e15c4..21b5cf9ba5 100644 --- a/tutorials/multiphase/driftFluxFoam/ras/tank3D/constant/turbulenceProperties +++ b/tutorials/multiphase/driftFluxFoam/ras/tank3D/constant/turbulenceProperties @@ -19,10 +19,15 @@ simulationType RAS; RAS { - RASModel kEpsilon; + RASModel buoyantKEpsilon; turbulence on; printCoeffs on; + + buoyantKEpsilonCoeffs + { + Cg 0.85; + } } // ************************************************************************* //