Skip to content
Snippets Groups Projects
Commit 2c4c8eab authored by andy's avatar andy
Browse files

ENH: Surface film - correct alpha field on construction

parent 1a3b6322
No related merge requests found
......@@ -786,6 +786,8 @@ kinematicSingleLayer::kinematicSingleLayer
{
transferPrimaryRegionThermoFields();
correctAlpha();
correctThermoFields();
deltaRho_ == delta_*rho_;
......
......@@ -576,6 +576,9 @@ thermoSingleLayer::thermoSingleLayer
if (readFields)
{
transferPrimaryRegionThermoFields();
correctAlpha();
correctThermoFields();
// Update derived fields
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment