diff --git a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H index ae0dc780c9..696728e7f9 100644 --- a/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H +++ b/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H @@ -166,15 +166,6 @@ protected: PtrList 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 radiation_; + // Limits + + //- Minimum temperature limit (optional) + scalar Tmin_; + + //- Maximum temperature limit (optional) + scalar Tmax_; + // Protected member functions