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... | |
| wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual tmp< fvPatchField< scalar > > | clone () const |
| Return a clone. More... | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an 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 82 of file wallHeatTransferFvPatchScalarField.H.
| wallHeatTransferFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 29 of file wallHeatTransferFvPatchScalarField.C.
References Foam::Zero.
| wallHeatTransferFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 59 of file wallHeatTransferFvPatchScalarField.C.
References dict, Foam::stringOps::evaluate(), and Foam::Zero.

| 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 45 of file wallHeatTransferFvPatchScalarField.C.
| wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf | ) |
Construct as copy.
Definition at line 81 of file wallHeatTransferFvPatchScalarField.C.
| wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 92 of file wallHeatTransferFvPatchScalarField.C.
| TypeName | ( | "wallHeatTransfer" | ) |
Runtime type information.
|
inlinevirtual |
Return a clone.
Definition at line 161 of file wallHeatTransferFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 170 of file wallHeatTransferFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
inline |
Return Tinf.
Definition at line 185 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return reference to Tinf to allow adjustment.
Definition at line 193 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return alphaWall.
Definition at line 201 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return reference to alphaWall to allow adjustment.
Definition at line 209 of file wallHeatTransferFvPatchScalarField.H.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 106 of file wallHeatTransferFvPatchScalarField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 117 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::rmap().
Referenced by wallHeatTransferFvPatchScalarField::rmap().


|
virtual |
Update the coefficients associated with the patch field.
Definition at line 132 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 162 of file wallHeatTransferFvPatchScalarField.C.
References os(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().
