From b18dac86cb1dbc01aeaad08a76e0e55df2ef356c Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Tue, 24 Jul 2012 16:42:03 +0100 Subject: [PATCH] fireFoam/les/oppositeBurningPanels/0/alphaSgs: Update for new generalised wall-functions --- .../combustion/fireFoam/les/oppositeBurningPanels/0/alphaSgs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/0/alphaSgs b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/0/alphaSgs index f50fb4a4811..fbf52cc809f 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; } } -- GitLab