38 #ifndef constantRadiation_H 39 #define constantRadiation_H 48 namespace regionModels
50 namespace surfaceFilmModels
73 const scalar timeStart_;
76 const scalar duration_;
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Film constant radiation model. The constant radiative flux is specified by the user, and operated over a time interval defined by a start time and duration. In addition, a mask can be applied to shield the film from the radiation.
virtual tmp< volScalarField::Internal > Shs()
Return the radiation sensible enthalpy source.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
TypeName("constantRadiation")
Runtime type information.
virtual void correct()
Correct.
A class for managing temporary objects.
Base class for film radiation models.
virtual ~constantRadiation()
Destructor.
void operator=(const constantRadiation &)=delete
Disallow default bitwise assignment.
constantRadiation(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model and dictionary.