surfaceFilmModels::thermoSingleLayer: Added call to solveContinuity before updateSubmodels

to allow sub-models to solve transport equations for conserved properties
This commit is contained in:
Henry Weller
2017-11-16 22:40:15 +00:00
parent 0d0bb8bbc0
commit 1bbd4c4eae

View File

@ -634,6 +634,9 @@ void thermoSingleLayer::evolveRegion()
// Update film wall and surface temperatures
updateSurfaceTemperatures();
// Solve continuity for deltaRho_
solveContinuity();
// Update sub-models to provide updated source contributions
updateSubmodels();