mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Surface film - correct alpha field on construction
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user