surfaceFilmModels::thermoSingleLayer: Added call to solveContinuity before updateSubmodels
to allow sub-models to solve transport equations for conserved properties
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user