Go to the documentation of this file.
35 namespace regionModels
37 namespace surfaceFilmModels
86 zeroGradientFvPatchScalarField::typeName
89 kappaBar_(
readScalar(coeffDict_.lookup(
"kappaBar")))
118 owner().regionMesh(),
122 owner().regionMesh(),
124 zeroGradientFvPatchScalarField::typeName
scalar beta_
Beta coefficient.
virtual void correct()
Correct.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual tmp< volScalarField > Shs()
Return the radiation sensible enthalpy source.
volScalarField QinPrimary_
Radiative incident flux mapped from the primary region / [kg/s3].
const Time & time() const
Return the reference to the time database.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
virtual const volScalarField & delta() const =0
Return the film thickness [m].
dimensionedScalar exp(const dimensionedScalar &ds)
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
volScalarField QrNet_
Remaining radiative flux after removing local contribution.
Base class for film radiation models.
Pre-declare SubField and related Field type.
dimensionedScalar pow3(const dimensionedScalar &ds)
virtual ~standardRadiation()
Destructor.
Standard radiation model.
InternalField & internalField()
Return internal field.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
wordList mappedPushedFieldPatchTypes() const
Return boundary types for pushed mapped field patches.
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
void correctBoundaryConditions()
Correct boundary field.
defineTypeNameAndDebug(kinematicSingleLayer, 0)
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
scalar kappaBar_
Bar(kappa) coefficient.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
standardRadiation(const standardRadiation &)
Disallow default bitwise copy construct.
surfaceFilmModel & owner_
Reference to the owner surface film model.
addToRunTimeSelectionTable(surfaceFilmModel, kinematicSingleLayer, mesh)
Base class for surface film models.
Generic GeometricField class.
virtual const volScalarField & alpha() const =0
Return the film coverage, 1 = covered, 0 = uncovered / [].
const fvMesh & regionMesh() const
Return the region mesh database.