diff --git a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/0/alphaSgs b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/0/alphaSgs index f50fb4a481..fbf52cc809 100644 --- a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/0/alphaSgs +++ b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/0/alphaSgs @@ -24,6 +24,7 @@ boundaryField ground { type alphatWallFunction; + mut muSgs; value uniform 0; } @@ -45,6 +46,7 @@ boundaryField "(region0_to.*)" { type alphatWallFunction; + mut muSgs; value uniform 0; } }