Go to the documentation of this file.
94 #ifndef solidWallHeatFluxTemperatureFvPatchScalarField_H
95 #define solidWallHeatFluxTemperatureFvPatchScalarField_H
109 class externalWallHeatFluxTemperatureFvPatchScalarField
111 public mixedFvPatchScalarField,
112 public temperatureCoupledBase
164 TypeName(
"externalWallHeatFluxTemperature");
scalarList kappaLayers_
Conductivity of layers.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
scalarField q_
Heat flux / [W/m2].
operationMode mode_
Operation mode.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
List< scalar > scalarList
A List of scalars.
A class for handling words, derived from string.
TypeName("externalWallHeatFluxTemperature")
Runtime type information.
A class for managing temporary objects.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
scalarField h_
Heat transfer coefficient / [W/m2K].
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
Common functions for use in temperature coupled boundaries.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
scalarField Ta_
Ambient temperature / [K].
Pre-declare SubField and related Field type.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
operationMode
Operation mode enumeration.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalarList thicknessLayers_
Thickness of layers.
externalWallHeatFluxTemperatureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
void write(Ostream &) const
Write.
scalarField QrPrevious_
Chache Qr for relaxation.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
This boundary condition supplies a heat flux condition for temperature on an external wall....
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
static const NamedEnum< operationMode, 3 > operationModeNames
scalar QrRelaxation_
Relaxation for Qr.
const word QrName_
Name of the radiative heat flux.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...