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(), 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.
virtual tmp<fvPatchScalarField> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Definition at line 102 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
virtual tmp<fvPatchScalarField> clone | ( | const DimensionedField< scalar, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Definition at line 119 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
const scalarField& Tinf | ( | ) | const [inline]
|
Return Tinf.
Definition at line 135 of file wallHeatTransferFvPatchScalarField.H.
scalarField& Tinf | ( | ) | [inline]
|
Return reference to Tinf to allow adjustment.
Definition at line 141 of file wallHeatTransferFvPatchScalarField.H.
const scalarField& alphaWall | ( | ) | const [inline]
|
Return alphaWall.
Definition at line 147 of file wallHeatTransferFvPatchScalarField.H.
scalarField& alphaWall | ( | ) | [inline]
|
Return reference to alphaWall to allow adjustment.
Definition at line 153 of file wallHeatTransferFvPatchScalarField.H.
void autoMap | ( | const fvPatchFieldMapper & | m ) | [virtual]
|
Map (and resize as needed) from self given a mapping object.
Definition at line 119 of file wallHeatTransferFvPatchScalarField.C.
void rmap | ( | const fvPatchScalarField & | ptf, |
const labelList & | addr | ||
) | [virtual]
|
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 130 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::rmap().
Referenced by wallHeatTransferFvPatchScalarField::rmap().
void updateCoeffs | ( | ) | [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(), basicThermo::T(), and thermo.
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Definition at line 174 of file wallHeatTransferFvPatchScalarField.C.
References fvPatchField< scalar >::write().