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... | |
Private Attributes | |
scalarField | Tinf_ |
Temperature at the wall. More... | |
scalarField | alphaWall_ |
Thermal diffusivity at the wall. 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:
myPatch { type wallHeatTransfer; Tinf uniform 500; alphaWall uniform 1; }
Definition at line 87 of file wallHeatTransferFvPatchScalarField.H.
wallHeatTransferFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 41 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 71 of file wallHeatTransferFvPatchScalarField.C.
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 57 of file wallHeatTransferFvPatchScalarField.C.
wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf | ) |
Construct as copy.
Definition at line 100 of file wallHeatTransferFvPatchScalarField.C.
wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 111 of file wallHeatTransferFvPatchScalarField.C.
TypeName | ( | "wallHeatTransfer" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 140 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 157 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
|
inline |
Return Tinf.
Definition at line 173 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::Tinf_.
|
inline |
Return reference to Tinf to allow adjustment.
Definition at line 179 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::Tinf_.
|
inline |
Return alphaWall.
Definition at line 185 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::alphaWall_.
|
inline |
Return reference to alphaWall to allow adjustment.
Definition at line 191 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::alphaWall_.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 125 of file wallHeatTransferFvPatchScalarField.C.
References Field::autoMap().
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 136 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::alphaWall_, and wallHeatTransferFvPatchScalarField::Tinf_.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 151 of file wallHeatTransferFvPatchScalarField.C.
References alphat, wallHeatTransferFvPatchScalarField::alphaWall_, dimensionedInternalField(), Foam::constant::atomic::group, IOobject::groupName(), dictionary::lookup(), nu, Pr(), turbulenceModel::propertiesName, rho, and dimensioned::value().
|
virtual |
Write.
Definition at line 196 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::alphaWall_, wallHeatTransferFvPatchScalarField::Tinf_, fvPatchField::write(), and Field::writeEntry().
|
private |
Temperature at the wall.
Definition at line 94 of file wallHeatTransferFvPatchScalarField.H.
Referenced by wallHeatTransferFvPatchScalarField::rmap(), wallHeatTransferFvPatchScalarField::Tinf(), and wallHeatTransferFvPatchScalarField::write().
|
private |
Thermal diffusivity at the wall.
Definition at line 97 of file wallHeatTransferFvPatchScalarField.H.
Referenced by wallHeatTransferFvPatchScalarField::alphaWall(), wallHeatTransferFvPatchScalarField::rmap(), wallHeatTransferFvPatchScalarField::updateCoeffs(), and wallHeatTransferFvPatchScalarField::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.