This boundary condition provides a fixed condition for energy. This is selected when the corresponding temperature condition is fixedValue. More...


Public Member Functions | |
| TypeName ("fixedEnergy") | |
| Runtime type information. More... | |
| fixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| fixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| fixedEnergyFvPatchScalarField (const fixedEnergyFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &) | |
| Construct by mapping given fixedEnergyFvPatchScalarField. More... | |
| fixedEnergyFvPatchScalarField (const fixedEnergyFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| fixedEnergyFvPatchScalarField (const fixedEnergyFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Copy constructor 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... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
This boundary condition provides a fixed condition for energy. This is selected when the corresponding temperature condition is fixedValue.
Definition at line 52 of file fixedEnergyFvPatchScalarField.H.
| fixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 34 of file fixedEnergyFvPatchScalarField.C.
Referenced by fixedEnergyFvPatchScalarField::clone().

| fixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 44 of file fixedEnergyFvPatchScalarField.C.
| fixedEnergyFvPatchScalarField | ( | const fixedEnergyFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given fixedEnergyFvPatchScalarField.
onto a new patch
Definition at line 55 of file fixedEnergyFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| fixedEnergyFvPatchScalarField | ( | const fixedEnergyFvPatchScalarField & | tppsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 67 of file fixedEnergyFvPatchScalarField.C.
| TypeName | ( | "fixedEnergy" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 104 of file fixedEnergyFvPatchScalarField.H.
References fixedEnergyFvPatchScalarField::fixedEnergyFvPatchScalarField().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 79 of file fixedEnergyFvPatchScalarField.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), fvPatchField< Type >::evaluate(), basicThermo::he(), basicThermo::lookupThermo(), Foam::operator==(), patchi, basicThermo::T(), and thermo.
