This boundary condition provides an enthalpy condition for wall heat transfer. More...
#include <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. | |
| wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchField< scalar > > | clone () const |
| Return a clone. | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an 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. | |
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 28 of file wallHeatTransferFvPatchScalarField.C.
References p, and Foam::Zero.
Referenced by rmap(), TypeName(), wallHeatTransferFvPatchScalarField(), wallHeatTransferFvPatchScalarField(), and wallHeatTransferFvPatchScalarField().

| wallHeatTransferFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 58 of file wallHeatTransferFvPatchScalarField.C.
References dict, p, 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 44 of file wallHeatTransferFvPatchScalarField.C.
References p, and wallHeatTransferFvPatchScalarField().

| wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf | ) |
Construct as copy.
Definition at line 80 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField().

| wallHeatTransferFvPatchScalarField | ( | const wallHeatTransferFvPatchScalarField & | tppsf, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 91 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField().

| TypeName | ( | "wallHeatTransfer" | ) |
Runtime type information.
References wallHeatTransferFvPatchScalarField().

|
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 169 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 105 of file wallHeatTransferFvPatchScalarField.C.
References Field< scalar >::autoMap().

|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 116 of file wallHeatTransferFvPatchScalarField.C.
References Foam::refCast(), and wallHeatTransferFvPatchScalarField().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 132 of file wallHeatTransferFvPatchScalarField.C.
References IOobject::groupName(), ThermalDiffusivity< BasicTurbulenceModel >::kappaEff(), and turbulenceModel::propertiesName.

|
virtual |
Write.
Definition at line 162 of file wallHeatTransferFvPatchScalarField.C.
References os(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().
