Skip to content
Snippets Groups Projects
Commit 01eee4dc authored by andy's avatar andy
Browse files

ENH: Corrected initialisation order

parent dfb41f42
Branches
Tags
No related merge requests found
......@@ -166,15 +166,6 @@ protected:
PtrList<volScalarField> YPrimary_;
// Limits
//- Minimum temperature limit (optional)
scalar Tmin_;
//- Maximum temperature limit (optional)
scalar Tmax_;
// Sub-models
//- Heat transfer coefficient bewteen film surface and primary
......@@ -191,6 +182,14 @@ protected:
autoPtr<filmRadiationModel> radiation_;
// Limits
//- Minimum temperature limit (optional)
scalar Tmin_;
//- Maximum temperature limit (optional)
scalar Tmax_;
// Protected member functions
......
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