From c7a59bb25f92f6f63b3d32bdfbb030fcc7acc066 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Tue, 17 Jun 2008 16:43:27 +0100
Subject: [PATCH] consistency update

---
 tutorials/MRFSimpleFoam/MRFSimpleFoam/MRFSimpleFoam.C         | 2 +-
 tutorials/MRFSimpleFoam/MRFSimpleFoam/createFields.H          | 4 ++--
 .../MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties | 2 +-
 .../XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties | 2 +-
 .../boundaryLaunderSharma/constant/turbulenceProperties       | 2 +-
 .../boundaryWallFunctions/constant/turbulenceProperties       | 2 +-
 .../bubbleFoam/bubbleColumn/constant/turbulenceProperties     | 2 +-
 tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties   | 2 +-
 .../buoyantSimpleFoam/hotRoom/constant/turbulenceProperties   | 2 +-
 .../hotRadiationRoom/constant/turbulenceProperties            | 2 +-
 tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties | 2 +-
 tutorials/engineFoam/kivaTest/constant/turbulenceProperties   | 2 +-
 .../damBreakWithObstacle/constant/turbulenceProperties        | 4 ++--
 tutorials/rasInterFoam/damBreak/constant/turbulenceProperties | 2 +-
 .../rhoPimpleFoam/angledDuct/constant/turbulenceProperties    | 2 +-
 .../angledDuctImplicit/constant/turbulenceProperties          | 2 +-
 tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties    | 2 +-
 .../rhoTurbTwinParcelFoam/createFields.H                      | 4 ++--
 .../rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam.C             | 2 +-
 .../simplifiedSiwek/constant/turbulenceProperties             | 2 +-
 tutorials/settlingFoam/dahl/constant/turbulenceProperties     | 2 +-
 tutorials/settlingFoam/tank3D/constant/turbulenceProperties   | 2 +-
 tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties  | 2 +-
 .../simpleFoam/pitzDaily3Blocks/constant/turbulenceProperties | 2 +-
 .../pitzDailyExptInlet/constant/turbulenceProperties          | 2 +-
 tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties   | 2 +-
 tutorials/simpleSRFFoam/simpleSRFFoam/createFields.H          | 4 ++--
 tutorials/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C         | 2 +-
 .../sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties   | 2 +-
 tutorials/sonicTurbFoam/prism/constant/turbulenceProperties   | 2 +-
 tutorials/turbFoam/cavity/constant/turbulenceProperties       | 2 +-
 .../bubbleColumn/constant/turbulenceProperties                | 2 +-
 32 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/tutorials/MRFSimpleFoam/MRFSimpleFoam/MRFSimpleFoam.C b/tutorials/MRFSimpleFoam/MRFSimpleFoam/MRFSimpleFoam.C
index 9cf66cc3b34..af20a46ea99 100644
--- a/tutorials/MRFSimpleFoam/MRFSimpleFoam/MRFSimpleFoam.C
+++ b/tutorials/MRFSimpleFoam/MRFSimpleFoam/MRFSimpleFoam.C
@@ -33,7 +33,7 @@ Description
 
 #include "fvCFD.H"
 #include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
-#include "incompressible/turbulenceModel/turbulenceModel.H"
+#include "incompressible/RASmodel/RASmodel.H"
 #include "MRFZones.H"
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
diff --git a/tutorials/MRFSimpleFoam/MRFSimpleFoam/createFields.H b/tutorials/MRFSimpleFoam/MRFSimpleFoam/createFields.H
index 390e3b01498..fc1c30b19ff 100644
--- a/tutorials/MRFSimpleFoam/MRFSimpleFoam/createFields.H
+++ b/tutorials/MRFSimpleFoam/MRFSimpleFoam/createFields.H
@@ -36,9 +36,9 @@
 
     singlePhaseTransportModel laminarTransport(U, phi);
 
-    autoPtr<incompressible::turbulenceModel> turbulence
+    autoPtr<incompressible::RASmodel> turbulence
     (
-        incompressible::turbulenceModel::New(U, phi, laminarTransport)
+        incompressible::RASmodel::New(U, phi, laminarTransport)
     );
 
 
diff --git a/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties b/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties
index 9b738288b39..ca792d9f451 100644
--- a/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties
+++ b/tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties b/tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties
index 91e74e5b1e4..ba6e807f82e 100644
--- a/tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties
+++ b/tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel LaunderSharmaKE;
+RASmodel            LaunderSharmaKE;
 
 turbulence      on;
 
diff --git a/tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties b/tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties
index 24ae5e90826..3e1e16755cd 100644
--- a/tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties
+++ b/tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel LaunderSharmaKE;
+RASmodel            LaunderSharmaKE;
 
 turbulence      on;
 
diff --git a/tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties b/tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties
index 76158edd86a..f979cb3a805 100644
--- a/tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties
+++ b/tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties
@@ -24,7 +24,7 @@ FoamFile
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 // Turbulence model selection
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 // Do you wish to calculate turbulence?
 turbulence      on;
diff --git a/tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties b/tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties
index e2e899ca1a0..df50c864144 100644
--- a/tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties
+++ b/tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel laminar;
+RASmodel            laminar;
 
 turbulence      off;
 
diff --git a/tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties b/tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties
index 289c15e14aa..7128f95ea12 100644
--- a/tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties
+++ b/tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties b/tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties
index 289c15e14aa..7128f95ea12 100644
--- a/tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties
+++ b/tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties b/tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties
index 289c15e14aa..7128f95ea12 100644
--- a/tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties
+++ b/tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties b/tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties
index cf62556002b..b14ec537167 100644
--- a/tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties
+++ b/tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties
@@ -16,7 +16,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/engineFoam/kivaTest/constant/turbulenceProperties b/tutorials/engineFoam/kivaTest/constant/turbulenceProperties
index a723387ddb4..68a30fe7516 100644
--- a/tutorials/engineFoam/kivaTest/constant/turbulenceProperties
+++ b/tutorials/engineFoam/kivaTest/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties b/tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties
index e439b7fdb0f..c0e5f765839 100644
--- a/tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties
+++ b/tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties
@@ -22,8 +22,8 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-// turbulenceModel kEpsilon;
-turbulenceModel laminar;
+// RASmodel            kEpsilon;
+RASmodel            laminar;
 
 turbulence      off;
 
diff --git a/tutorials/rasInterFoam/damBreak/constant/turbulenceProperties b/tutorials/rasInterFoam/damBreak/constant/turbulenceProperties
index 2c2118c78a0..6f67a329b1f 100644
--- a/tutorials/rasInterFoam/damBreak/constant/turbulenceProperties
+++ b/tutorials/rasInterFoam/damBreak/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties b/tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties
index 605d31eb8fd..a10685dcae2 100644
--- a/tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties
+++ b/tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties
@@ -16,7 +16,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 turbulence      on;
 
 laminarCoeffs
diff --git a/tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties b/tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties
index 605d31eb8fd..a10685dcae2 100644
--- a/tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties
+++ b/tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties
@@ -16,7 +16,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 turbulence      on;
 
 laminarCoeffs
diff --git a/tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties b/tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties
index 639f7418bf9..aa269bc9b68 100644
--- a/tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties
+++ b/tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties
@@ -24,7 +24,7 @@ FoamFile
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 // Turbulence model selection
-turbulenceModel kOmegaSST; //kEpsilon;
+RASmodel            kOmegaSST; //kEpsilon;
 
 // Do you wish to calculate turbulence?
 turbulence      on;
diff --git a/tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/createFields.H b/tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/createFields.H
index 1191d94b024..dba0679738a 100644
--- a/tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/createFields.H
+++ b/tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/createFields.H
@@ -41,9 +41,9 @@
 
 
     Info<< "Creating turbulence model\n" << endl;
-    autoPtr<compressible::turbulenceModel> turbulence
+    autoPtr<compressible::RASmodel> turbulence
     (
-        compressible::turbulenceModel::New
+        compressible::RASmodel::New
         (
             rho,
             U,
diff --git a/tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam.C b/tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam.C
index 0b9edd0b3c8..91af3c9dc92 100644
--- a/tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam.C
+++ b/tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam.C
@@ -32,7 +32,7 @@ Description
 
 #include "fvCFD.H"
 #include "basicThermo.H"
-#include "compressible/turbulenceModel/turbulenceModel.H"
+#include "compressible/RASmodel/RASmodel.H"
 
 #include "basicThermoCloud.H"
 #include "basicKinematicCloud.H"
diff --git a/tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties b/tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties
index 7d4495dc582..038378f5112 100644
--- a/tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties
+++ b/tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties
@@ -24,7 +24,7 @@ FoamFile
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 // Turbulence model selection
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 // Do you wish to calculate turbulence?
 turbulence      on;
diff --git a/tutorials/settlingFoam/dahl/constant/turbulenceProperties b/tutorials/settlingFoam/dahl/constant/turbulenceProperties
index 2190843e1dc..e1c73326f90 100644
--- a/tutorials/settlingFoam/dahl/constant/turbulenceProperties
+++ b/tutorials/settlingFoam/dahl/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/settlingFoam/tank3D/constant/turbulenceProperties b/tutorials/settlingFoam/tank3D/constant/turbulenceProperties
index 2190843e1dc..e1c73326f90 100644
--- a/tutorials/settlingFoam/tank3D/constant/turbulenceProperties
+++ b/tutorials/settlingFoam/tank3D/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties b/tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties
index f664723edb9..283f8136c92 100644
--- a/tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties
+++ b/tutorials/simpleFoam/pitzDaily/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/simpleFoam/pitzDaily3Blocks/constant/turbulenceProperties b/tutorials/simpleFoam/pitzDaily3Blocks/constant/turbulenceProperties
index f664723edb9..283f8136c92 100644
--- a/tutorials/simpleFoam/pitzDaily3Blocks/constant/turbulenceProperties
+++ b/tutorials/simpleFoam/pitzDaily3Blocks/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/simpleFoam/pitzDailyExptInlet/constant/turbulenceProperties b/tutorials/simpleFoam/pitzDailyExptInlet/constant/turbulenceProperties
index f664723edb9..283f8136c92 100644
--- a/tutorials/simpleFoam/pitzDailyExptInlet/constant/turbulenceProperties
+++ b/tutorials/simpleFoam/pitzDailyExptInlet/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties b/tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties
index bebe8455e50..4f812b18a78 100644
--- a/tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties
+++ b/tutorials/simpleSRFFoam/mixer/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kOmegaSST;
+RASmodel            kOmegaSST;
 
 turbulence      on;
 
diff --git a/tutorials/simpleSRFFoam/simpleSRFFoam/createFields.H b/tutorials/simpleSRFFoam/simpleSRFFoam/createFields.H
index 9f1017f23e3..aab42f35345 100644
--- a/tutorials/simpleSRFFoam/simpleSRFFoam/createFields.H
+++ b/tutorials/simpleSRFFoam/simpleSRFFoam/createFields.H
@@ -46,9 +46,9 @@
 
     singlePhaseTransportModel laminarTransport(Urel, phi);
 
-    autoPtr<incompressible::turbulenceModel> turbulence
+    autoPtr<incompressible::RASmodel> turbulence
     (
-        incompressible::turbulenceModel::New(Urel, phi, laminarTransport)
+        incompressible::RASmodel::New(Urel, phi, laminarTransport)
     );
 
     Info<< "Creating SRF model\n" << endl;
diff --git a/tutorials/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C b/tutorials/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C
index 7480f08dcc7..5e89702f0fe 100644
--- a/tutorials/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C
+++ b/tutorials/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C
@@ -33,7 +33,7 @@ Description
 
 #include "fvCFD.H"
 #include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
-#include "incompressible/turbulenceModel/turbulenceModel.H"
+#include "incompressible/RASmodel/RASmodel.H"
 #include "SRFModel.H"
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
diff --git a/tutorials/sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties b/tutorials/sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties
index c24f035fe5b..1e9b27636e0 100644
--- a/tutorials/sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties
+++ b/tutorials/sonicTurbFoam/nacaAirfoil/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel LaunderSharmaKE;
+RASmodel            LaunderSharmaKE;
 
 turbulence      on;
 
diff --git a/tutorials/sonicTurbFoam/prism/constant/turbulenceProperties b/tutorials/sonicTurbFoam/prism/constant/turbulenceProperties
index 6a3194ffd34..60c47b9acfa 100644
--- a/tutorials/sonicTurbFoam/prism/constant/turbulenceProperties
+++ b/tutorials/sonicTurbFoam/prism/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/turbFoam/cavity/constant/turbulenceProperties b/tutorials/turbFoam/cavity/constant/turbulenceProperties
index f664723edb9..283f8136c92 100644
--- a/tutorials/turbFoam/cavity/constant/turbulenceProperties
+++ b/tutorials/turbFoam/cavity/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      on;
 
diff --git a/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/turbulenceProperties b/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/turbulenceProperties
index dc05e1c634f..0046e64aad4 100644
--- a/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/turbulenceProperties
+++ b/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/turbulenceProperties
@@ -22,7 +22,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-turbulenceModel kEpsilon;
+RASmodel            kEpsilon;
 
 turbulence      off;
 
-- 
GitLab