Remove references to mut and muSgs
This commit is contained in:
parent
7b3fa1a929
commit
b77a5ec079
2 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue