Go to the documentation of this file.
57 #ifndef wallHeatTransferFvPatchScalarField_H
58 #define wallHeatTransferFvPatchScalarField_H
71 class wallHeatTransferFvPatchScalarField
73 public mixedFvPatchScalarField
87 TypeName(
"compressible::wallHeatTransfer");
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
A class for managing temporary objects.
TypeName("compressible::wallHeatTransfer")
Runtime type information.
wallHeatTransferFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
scalarField & Tinf()
Return reference to Tinf to allow adjustment.
const scalarField & alphaWall() const
Return alphaWall.
This boundary condition provides an enthalpy condition for wall heat transfer.
Pre-declare SubField and related Field type.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
scalarField & alphaWall()
Return reference to alphaWall to allow adjustment.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalarField alphaWall_
Thermal diffusivity at the wall.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Foam::fvPatchFieldMapper.
scalarField Tinf_
Temperature at the wall.
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...
const scalarField & Tinf() const
Return Tinf.