Remove references to mut and muSgs

This commit is contained in:
Henry 2015-01-21 19:52:42 +00:00
parent fbdc5f119a
commit 46b2417f12
2 changed files with 1 additions and 3 deletions

View File

@ -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;
}
}

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object mut;
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //