33 namespace regionModels
35 namespace surfaceFilmModels
83 absorptivity_(coeffDict_.lookup<scalar>(
"absorptivity")),
84 timeStart_(coeffDict_.lookup<scalar>(
"timeStart")),
85 duration_(coeffDict_.lookup<scalar>(
"duration"))
107 if ((time >= timeStart_) && (time <= timeStart_ + duration_))
static tmp< DimensionedField< Type, GeoMesh > > New(const word &name, const Mesh &mesh, const dimensionSet &)
Return a temporary field constructed from name, mesh.
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const dimensionSet dimless
const Time & time() const
Return the reference to the time database.
virtual tmp< volScalarField::Internal > Shs()
Return the radiation sensible enthalpy source.
Macros for easy insertion into run-time selection tables.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
const dimensionSet dimTime
const Type & value() const
Return const reference to value.
const fvMesh & regionMesh() const
Return the region mesh database.
dimensionedScalar pos0(const dimensionedScalar &ds)
const dimensionSet dimMass
dimensionedScalar pow3(const dimensionedScalar &ds)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
surfaceFilmRegionModel & filmModel_
Reference to the film surface film model.
virtual const volScalarField & coverage() const =0
Return the film coverage, 1 = covered, 0 = uncovered / [].
virtual void correct()
Correct.
static word modelName(Name name, const word &model)
Return the name of the object within the given model.
A class for managing temporary objects.
Base class for film radiation models.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
defineTypeNameAndDebug(kinematicSingleLayer, 0)
virtual ~constantRadiation()
Destructor.
constantRadiation(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model and dictionary.
addToRunTimeSelectionTable(surfaceFilmModel, noFilm, mesh)