This boundary condition provides an enthalpy condition for wall heat transfer. More...
Public Member Functions | |
| TypeName ("wallHeatTransfer") | |
| Runtime type information. More... | |
| wallHeatTransferFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| wallHeatTransferFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given wallHeatTransferFvPatchScalarField. More... | |
| wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &) | |
| Construct as copy. More... | |
| virtual tmp< fvPatchScalarField > | clone () const |
| Construct and return a clone. More... | |
| wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| const scalarField & | Tinf () const |
| Return Tinf. More... | |
| scalarField & | Tinf () |
| Return reference to Tinf to allow adjustment. More... | |
| const scalarField & | alphaWall () const |
| Return alphaWall. More... | |
| scalarField & | alphaWall () |
| Return reference to alphaWall to allow adjustment. More... | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. More... | |
| virtual void | rmap (const fvPatchScalarField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
This boundary condition provides an enthalpy condition for wall heat transfer.
| Property | Description | Required | Default value |
|---|---|---|---|
Tinf | wall temperature | yes | |
alphaWall | thermal diffusivity | yes |
Example of the boundary condition specification:
<patchName>
{
type wallHeatTransfer;
Tinf uniform 500;
alphaWall uniform 1;
}
Definition at line 86 of file wallHeatTransferFvPatchScalarField.H.
| wallHeatTransferFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 36 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 66 of file wallHeatTransferFvPatchScalarField.C.
References dict, Foam::stringOps::evaluate(), and p.
| 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 52 of file wallHeatTransferFvPatchScalarField.C.
| wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf | ) |
Construct as copy.
Definition at line 95 of file wallHeatTransferFvPatchScalarField.C.
| wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 106 of file wallHeatTransferFvPatchScalarField.C.
| TypeName | ( | "wallHeatTransfer" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 139 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 156 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
|
inline |
Return Tinf.
Definition at line 172 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return reference to Tinf to allow adjustment.
Definition at line 178 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return alphaWall.
Definition at line 184 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return reference to alphaWall to allow adjustment.
Definition at line 190 of file wallHeatTransferFvPatchScalarField.H.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 120 of file wallHeatTransferFvPatchScalarField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 131 of file wallHeatTransferFvPatchScalarField.C.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 146 of file wallHeatTransferFvPatchScalarField.C.
References Foam::constant::atomic::group, IOobject::groupName(), ThermalDiffusivity< BasicTurbulenceModel >::kappaEff(), Foam::foamVersion::patch, and turbulenceModel::propertiesName.
|
virtual |
Write.
Definition at line 176 of file wallHeatTransferFvPatchScalarField.C.
References fvPatchField< scalar >::write().