From fe975279b29bb83642049d43dbf592c50915c4e8 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Wed, 19 Dec 2012 11:20:03 +0000 Subject: [PATCH] BUG: Added missing correctBoundaryConditions() to correctAlpha() --- .../surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C index e6cee26e034..5bf0534819f 100644 --- a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C +++ b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C @@ -245,6 +245,8 @@ void thermoSingleLayer::correctAlpha() alpha_[i] = 0.0; } } + + alpha_.correctBoundaryConditions(); } else { -- GitLab