ENH: Surface film - correct alpha field on construction
This commit is contained in:
parent
1a3b632248
commit
2c4c8eabe3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user