mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added call to base class preEvolveRegion
This commit is contained in:
@ -836,6 +836,8 @@ void kinematicSingleLayer::preEvolveRegion()
|
|||||||
Info<< "kinematicSingleLayer::preEvolveRegion()" << endl;
|
Info<< "kinematicSingleLayer::preEvolveRegion()" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
surfaceFilmModel::preEvolveRegion();
|
||||||
|
|
||||||
transferPrimaryRegionThermoFields();
|
transferPrimaryRegionThermoFields();
|
||||||
|
|
||||||
correctThermoFields();
|
correctThermoFields();
|
||||||
|
|||||||
Reference in New Issue
Block a user