Base class for temperature boundary conditions in which the parameters of the mixed energy condition can be set directly. More...
Public Member Functions | |
TypeName ("mixedEnergyCalculatedTemperature") | |
Run-time type information. More... | |
mixedEnergyCalculatedTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. More... | |
mixedEnergyCalculatedTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
mixedEnergyCalculatedTemperatureFvPatchScalarField (const mixedEnergyCalculatedTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given fixedValueTypeFvPatchField. More... | |
mixedEnergyCalculatedTemperatureFvPatchScalarField (const mixedEnergyCalculatedTemperatureFvPatchScalarField &)=delete | |
Disallow copy without setting internal field reference. More... | |
mixedEnergyCalculatedTemperatureFvPatchScalarField (const mixedEnergyCalculatedTemperatureFvPatchScalarField &, 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 bool | fixesValue () const |
Return true if this patch field fixes a value. More... | |
scalarField & | heRefValue () |
Access the energy value. More... | |
const scalarField & | heRefValue () const |
Access the energy value. More... | |
scalarField & | heRefGrad () |
Access the energy gradient. More... | |
const scalarField & | heRefGrad () const |
Access the energy gradient. More... | |
scalarField & | heValueFraction () |
Access the energy fraction. More... | |
const scalarField & | heValueFraction () const |
Access the energy fraction. 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 | reset (const fvPatchScalarField &) |
Reset the fvPatchField to the given fvPatchField. More... | |
Base class for temperature boundary conditions in which the parameters of the mixed energy condition can be set directly.
Definition at line 49 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
mixedEnergyCalculatedTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 44 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.
Referenced by mixedEnergyCalculatedTemperatureFvPatchScalarField::clone(), and mixedEnergyCalculatedTemperatureFvPatchScalarField::mixedEnergyCalculatedTemperatureFvPatchScalarField().
mixedEnergyCalculatedTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 58 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.
References Foam::evaluate(), and mixedEnergyCalculatedTemperatureFvPatchScalarField::mixedEnergyCalculatedTemperatureFvPatchScalarField().
mixedEnergyCalculatedTemperatureFvPatchScalarField | ( | const mixedEnergyCalculatedTemperatureFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given fixedValueTypeFvPatchField.
onto a new patch
Definition at line 75 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.
References mixedEnergyCalculatedTemperatureFvPatchScalarField::mixedEnergyCalculatedTemperatureFvPatchScalarField().
|
delete |
Disallow copy without setting internal field reference.
mixedEnergyCalculatedTemperatureFvPatchScalarField | ( | const mixedEnergyCalculatedTemperatureFvPatchScalarField & | ptf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 91 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.
References mixedEnergyCalculatedTemperatureFvPatchScalarField::autoMap().
TypeName | ( | "mixedEnergyCalculatedTemperature" | ) |
Run-time type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented in specieTransferTemperatureFvPatchScalarField.
Definition at line 115 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
References mixedEnergyCalculatedTemperatureFvPatchScalarField::mixedEnergyCalculatedTemperatureFvPatchScalarField().
|
inlinevirtual |
Return true if this patch field fixes a value.
Definition at line 135 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
|
inline |
Access the energy value.
Definition at line 141 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
Referenced by mixedEnergyFvPatchScalarField::updateCoeffs(), and specieTransferTemperatureFvPatchScalarField::updateCoeffs().
|
inline |
Access the energy value.
Definition at line 147 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
|
inline |
Access the energy gradient.
Definition at line 153 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
Referenced by mixedEnergyFvPatchScalarField::updateCoeffs(), and specieTransferTemperatureFvPatchScalarField::updateCoeffs().
|
inline |
Access the energy gradient.
Definition at line 159 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
|
inline |
Access the energy fraction.
Definition at line 165 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
Referenced by mixedEnergyFvPatchScalarField::updateCoeffs(), and specieTransferTemperatureFvPatchScalarField::updateCoeffs().
|
inline |
Access the energy fraction.
Definition at line 171 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.
References mixedEnergyCalculatedTemperatureFvPatchScalarField::autoMap(), mixedEnergyCalculatedTemperatureFvPatchScalarField::reset(), and mixedEnergyCalculatedTemperatureFvPatchScalarField::rmap().
|
virtual |
Map (and resize as needed) from self given a mapping object.
Used to update fields following mesh topology change
Definition at line 106 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.
References mixedEnergyCalculatedTemperatureFvPatchScalarField::rmap().
Referenced by mixedEnergyCalculatedTemperatureFvPatchScalarField::heValueFraction(), and mixedEnergyCalculatedTemperatureFvPatchScalarField::mixedEnergyCalculatedTemperatureFvPatchScalarField().
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Used to reconstruct fields
Definition at line 118 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.
References mixedEnergyCalculatedTemperatureFvPatchScalarField::reset(), and mixedEnergyCalculatedTemperatureFvPatchScalarField::rmap().
Referenced by mixedEnergyCalculatedTemperatureFvPatchScalarField::autoMap(), mixedEnergyCalculatedTemperatureFvPatchScalarField::heValueFraction(), and mixedEnergyCalculatedTemperatureFvPatchScalarField::rmap().
|
virtual |
Reset the fvPatchField to the given fvPatchField.
Used for mesh to mesh mapping
Definition at line 135 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.
References mixedEnergyCalculatedTemperatureFvPatchScalarField::reset().
Referenced by mixedEnergyCalculatedTemperatureFvPatchScalarField::heValueFraction(), mixedEnergyCalculatedTemperatureFvPatchScalarField::reset(), and mixedEnergyCalculatedTemperatureFvPatchScalarField::rmap().