Enthalpy boundary conditions for wall heat transfer. More...
#include <basicThermophysicalModels/wallHeatTransferFvPatchScalarField.H>
Enthalpy boundary conditions for wall heat transfer.
Definition at line 49 of file wallHeatTransferFvPatchScalarField.H.
Public Member Functions | |
TypeName ("wallHeatTransfer") | |
Runtime type information. | |
wallHeatTransferFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. | |
wallHeatTransferFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given wallHeatTransferFvPatchScalarField. | |
wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &) | |
Construct as copy. | |
virtual tmp< fvPatchScalarField > | clone () const |
Construct and return a clone. | |
wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference. | |
const scalarField & | Tinf () const |
Return Tinf. | |
scalarField & | Tinf () |
Return reference to Tinf to allow adjustment. | |
const scalarField & | alphaWall () const |
Return alphaWall. | |
scalarField & | alphaWall () |
Return reference to alphaWall to allow adjustment. | |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. | |
virtual void | rmap (const fvPatchScalarField &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. | |
virtual void | write (Ostream &) const |
Write. |
wallHeatTransferFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 35 of file wallHeatTransferFvPatchScalarField.C.
Referenced by wallHeatTransferFvPatchScalarField::clone().
wallHeatTransferFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 65 of file wallHeatTransferFvPatchScalarField.C.
References dictionary::found(), scalarField(), and fvPatch::size().
wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given wallHeatTransferFvPatchScalarField.
onto a new patch
Definition at line 51 of file wallHeatTransferFvPatchScalarField.C.
wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf | ) |
Construct as copy.
Definition at line 94 of file wallHeatTransferFvPatchScalarField.C.
wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 105 of file wallHeatTransferFvPatchScalarField.C.
TypeName | ( | "wallHeatTransfer" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 102 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 119 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
|
inline |
Return Tinf.
Definition at line 135 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return reference to Tinf to allow adjustment.
Definition at line 141 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return alphaWall.
Definition at line 147 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return reference to alphaWall to allow adjustment.
Definition at line 153 of file wallHeatTransferFvPatchScalarField.H.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 119 of file wallHeatTransferFvPatchScalarField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 130 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::rmap().
Referenced by wallHeatTransferFvPatchScalarField::rmap().
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 145 of file wallHeatTransferFvPatchScalarField.C.
References basicThermo::alpha(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), basicThermo::Cp(), patchi, basicThermo::T(), and thermo.
|
virtual |
Write.
Definition at line 174 of file wallHeatTransferFvPatchScalarField.C.
References fvPatchField< scalar >::write().