mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Corrected initialisation order
This commit is contained in:
@ -166,15 +166,6 @@ protected:
|
|||||||
PtrList<volScalarField> YPrimary_;
|
PtrList<volScalarField> YPrimary_;
|
||||||
|
|
||||||
|
|
||||||
// Limits
|
|
||||||
|
|
||||||
//- Minimum temperature limit (optional)
|
|
||||||
scalar Tmin_;
|
|
||||||
|
|
||||||
//- Maximum temperature limit (optional)
|
|
||||||
scalar Tmax_;
|
|
||||||
|
|
||||||
|
|
||||||
// Sub-models
|
// Sub-models
|
||||||
|
|
||||||
//- Heat transfer coefficient bewteen film surface and primary
|
//- Heat transfer coefficient bewteen film surface and primary
|
||||||
@ -191,6 +182,14 @@ protected:
|
|||||||
autoPtr<filmRadiationModel> radiation_;
|
autoPtr<filmRadiationModel> radiation_;
|
||||||
|
|
||||||
|
|
||||||
|
// Limits
|
||||||
|
|
||||||
|
//- Minimum temperature limit (optional)
|
||||||
|
scalar Tmin_;
|
||||||
|
|
||||||
|
//- Maximum temperature limit (optional)
|
||||||
|
scalar Tmax_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected member functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user