Go to the documentation of this file.
95 #ifndef thermalBaffle1DFvPatchScalarField_H
96 #define thermalBaffle1DFvPatchScalarField_H
113 template<
class sol
idType>
117 public mixedFvPatchScalarField
152 const solidType&
solid()
const;
167 TypeName(
"compressible::thermalBaffle1D");
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A class for handling words, derived from string.
TypeName("compressible::thermalBaffle1D")
Runtime type information.
word TName_
Name of the temperature field.
A class for managing temporary objects.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
Determines a mapping between patch face centres and mesh cell or face centres and processors they're ...
dictionary solidDict_
Solid dictionary.
scalar QrRelaxation_
Relaxation for Qr.
Pre-declare SubField and related Field type.
scalarField QrPrevious_
Cache Qr for relaxation.
tmp< scalarField > Qs() const
Return Qs from master.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
bool baffleActivated_
Baffle is activated.
autoPtr< solidType > solidPtr_
Solid thermo.
bool owner() const
Is Owner.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const solidType & solid() const
Return const solid thermo.
tmp< scalarField > baffleThickness() const
Return thickness from master.
const word QrName_
Name of the radiative heat flux in local region.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
thermalBaffle1DFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
scalarField Qs_
Superficial heat source [W/m2].
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
scalarField thickness_
Baffle thickness [m].
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.