This boundary condition provides an enthalpy condition for wall heat transfer. More...
Public Member Functions | |
TypeName ("compressible::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 85 of file wallHeatTransferFvPatchScalarField.H.
wallHeatTransferFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 34 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 64 of file wallHeatTransferFvPatchScalarField.C.
References dict, p, and scalarField().
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 50 of file wallHeatTransferFvPatchScalarField.C.
wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf | ) |
Construct as copy.
Definition at line 93 of file wallHeatTransferFvPatchScalarField.C.
wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 104 of file wallHeatTransferFvPatchScalarField.C.
TypeName | ( | "compressible::wallHeatTransfer" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 138 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 155 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().
|
inline |
Return Tinf.
Definition at line 171 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::Tinf_.
|
inline |
Return reference to Tinf to allow adjustment.
Definition at line 177 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::Tinf_.
|
inline |
Return alphaWall.
Definition at line 183 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::alphaWall_.
|
inline |
Return reference to alphaWall to allow adjustment.
Definition at line 189 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::alphaWall_.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 118 of file wallHeatTransferFvPatchScalarField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 129 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::alphaWall_, and wallHeatTransferFvPatchScalarField::Tinf_.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 144 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::alphaWall_, dimensionedInternalField(), Foam::constant::atomic::group, IOobject::groupName(), ThermalDiffusivity< BasicTurbulenceModel >::kappaEff(), patchi, and turbulenceModel::propertiesName.
|
virtual |
Write.
Definition at line 174 of file wallHeatTransferFvPatchScalarField.C.
References fvPatchField::write().
|
private |
Temperature at the wall.
Definition at line 92 of file wallHeatTransferFvPatchScalarField.H.
Referenced by wallHeatTransferFvPatchScalarField::rmap(), and wallHeatTransferFvPatchScalarField::Tinf().
|
private |
Thermal diffusivity at the wall.
Definition at line 95 of file wallHeatTransferFvPatchScalarField.H.
Referenced by wallHeatTransferFvPatchScalarField::alphaWall(), wallHeatTransferFvPatchScalarField::rmap(), and wallHeatTransferFvPatchScalarField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.