82#ifndef filmPyrolysisRadiativeCoupledMixedFvPatchScalarField_H
83#define filmPyrolysisRadiativeCoupledMixedFvPatchScalarField_H
102 public mixedFvPatchScalarField,
121 const word filmRegionName_;
124 const word pyrolysisRegionName_;
127 const word TnbrName_;
133 const scalar convectiveScaling_;
136 const scalar filmDeltaDry_;
139 const scalar filmDeltaWet_;
154 TypeName(
"filmPyrolysisRadiativeCoupledMixed");
216 const fvPatchFieldMapper&
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
filmPyrolysisRadiativeCoupledMixedFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
virtual tmp< fvPatchField< scalar > > clone(const DimensionedField< scalar, volMesh > &iF) const
Clone with an internal field reference.
virtual tmp< fvPatchField< scalar > > clone() const
Return a clone.
virtual void rmap(const fvPatchField< scalar > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
tmp< scalarField > K() const
Get corresponding K field.
filmPyrolysisRadiativeCoupledMixedFvPatchScalarField myType
Foam::regionModels::pyrolysisModels::pyrolysisModel pyrolysisModelType
TypeName("filmPyrolysisRadiativeCoupledMixed")
Runtime type information.
Foam::regionModels::surfaceFilmModels::thermoSingleLayer filmModelType
A FieldMapper for finite-volume patch fields.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Base class for pyrolysis models.
Thermodynamic form of single-cell layer surface film model.
temperatureCoupledBase(const fvPatch &patch, const KMethodType method=KMethodType::mtFluidThermo)
Default construct from patch, using fluidThermo (default) or specified method.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
List< label > labelList
A List of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.