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