From 46b2417f12b61a624b37d6d58c0326988d5eea5c Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Wed, 21 Jan 2015 19:52:42 +0000
Subject: [PATCH] Remove references to mut and muSgs

---
 .../fireFoam/les/flameSpreadWaterSuppressionPanel/0/alphat      | 2 --
 tutorials/compressible/rhoPimpleFoam/ras/cavity/0/nut           | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/0/alphat b/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/0/alphat
index 6de6470702d..481383761d2 100644
--- a/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/0/alphat
+++ b/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/0/alphat
@@ -30,7 +30,6 @@ boundaryField
     ground
     {
         type            compressible::alphatWallFunction;
-        mut             muSgs;
         value           uniform 0;
     }
 
@@ -49,7 +48,6 @@ boundaryField
     region0_to_pyrolysisRegion_coupledWall
     {
         type            compressible::alphatWallFunction;
-        mut             muSgs;
         value           uniform 0;
     }
 }
diff --git a/tutorials/compressible/rhoPimpleFoam/ras/cavity/0/nut b/tutorials/compressible/rhoPimpleFoam/ras/cavity/0/nut
index 94c53c3de52..2f778b63951 100644
--- a/tutorials/compressible/rhoPimpleFoam/ras/cavity/0/nut
+++ b/tutorials/compressible/rhoPimpleFoam/ras/cavity/0/nut
@@ -11,7 +11,7 @@ FoamFile
     format      ascii;
     class       volScalarField;
     location    "0";
-    object      mut;
+    object      nut;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-- 
GitLab