36 #ifndef filmRadiationModel_H 37 #define filmRadiationModel_H 46 namespace regionModels
48 namespace surfaceFilmModels
void operator=(const radiationModel &)=delete
Disallow default bitwise assignment.
Base class for surface film models.
Base class for surface film sub-models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< radiationModel > New(surfaceFilmRegionModel &film, const dictionary &dict)
Return a reference to the selected phase change model.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
A class for handling words, derived from string.
declareRunTimeSelectionTable(autoPtr, radiationModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
TypeName("radiation")
Runtime type information.
virtual void correct()=0
Correct.
virtual tmp< volScalarField::Internal > Shs()=0
Return the radiation sensible enthalpy source.
const word & modelType() const
Return const access to the sub-model type.
virtual ~radiationModel()
Destructor.
radiationModel(surfaceFilmRegionModel &film)
Construct null.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
Base class for film radiation models.