Skip to content
Snippets Groups Projects
Commit 46b2417f authored by Henry's avatar Henry
Browse files

Remove references to mut and muSgs

parent fbdc5f11
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
......@@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object mut;
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment