fireFoam/les/oppositeBurningPanels/0/alphaSgs: Update for new generalised wall-functions

This commit is contained in:
Henry
2012-07-24 16:42:03 +01:00
parent 5cb555db9e
commit b18dac86cb

View File

@ -24,6 +24,7 @@ boundaryField
ground ground
{ {
type alphatWallFunction; type alphatWallFunction;
mut muSgs;
value uniform 0; value uniform 0;
} }
@ -45,6 +46,7 @@ boundaryField
"(region0_to.*)" "(region0_to.*)"
{ {
type alphatWallFunction; type alphatWallFunction;
mut muSgs;
value uniform 0; value uniform 0;
} }
} }