diff --git a/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/turbulenceProperties b/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/turbulenceProperties
index 02b27e15c453c5bb3b20f45ba07580278621d25e..21b5cf9ba54a2d3abd3f35c3d5028017237e2b36 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 02b27e15c453c5bb3b20f45ba07580278621d25e..21b5cf9ba54a2d3abd3f35c3d5028017237e2b36 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;
+    }
 }
 
 // ************************************************************************* //