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 84 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(), and wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().

| 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 dictionary::found(), scalarField(), fvPatch::size(), and wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().

| 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.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().

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

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

| TypeName | ( | "wallHeatTransfer" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 137 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 154 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().

|
inline |
Return Tinf.
Definition at line 170 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return reference to Tinf to allow adjustment.
Definition at line 176 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return alphaWall.
Definition at line 182 of file wallHeatTransferFvPatchScalarField.H.
|
inline |
Return reference to alphaWall to allow adjustment.
Definition at line 188 of file wallHeatTransferFvPatchScalarField.H.
References wallHeatTransferFvPatchScalarField::autoMap(), wallHeatTransferFvPatchScalarField::rmap(), wallHeatTransferFvPatchScalarField::updateCoeffs(), and wallHeatTransferFvPatchScalarField::write().

|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 118 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::rmap().
Referenced by wallHeatTransferFvPatchScalarField::alphaWall(), and wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().


|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 129 of file wallHeatTransferFvPatchScalarField.C.
References wallHeatTransferFvPatchScalarField::rmap().
Referenced by wallHeatTransferFvPatchScalarField::alphaWall(), wallHeatTransferFvPatchScalarField::autoMap(), and wallHeatTransferFvPatchScalarField::rmap().


|
virtual |
Update the coefficients associated with the patch field.
Definition at line 144 of file wallHeatTransferFvPatchScalarField.C.
References Foam::constant::atomic::group, IOobject::groupName(), ThermalDiffusivity< BasicTurbulenceModel >::kappaEff(), patchi, and turbulenceModel::propertiesName.
Referenced by wallHeatTransferFvPatchScalarField::alphaWall().


|
virtual |
Write.
Definition at line 174 of file wallHeatTransferFvPatchScalarField.C.
References Foam::makePatchTypeField(), fvPatchField< Type >::write(), and Field< Type >::writeEntry().
Referenced by wallHeatTransferFvPatchScalarField::alphaWall().


1.8.11