Base class for temperature boundary conditions in which the parameters of the gradient energy condition can be set directly. More...


Public Member Functions | |
| TypeName ("gradientEnergyCalculatedTemperature") | |
| Run-time type information. More... | |
| gradientEnergyCalculatedTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| gradientEnergyCalculatedTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| gradientEnergyCalculatedTemperatureFvPatchScalarField (const gradientEnergyCalculatedTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &) | |
| Construct by mapping given. More... | |
| gradientEnergyCalculatedTemperatureFvPatchScalarField (const gradientEnergyCalculatedTemperatureFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| gradientEnergyCalculatedTemperatureFvPatchScalarField (const gradientEnergyCalculatedTemperatureFvPatchScalarField &, 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 & | heGradient () |
| Access the energy gradient. More... | |
| const scalarField & | heGradient () const |
| Access the energy gradient. More... | |
| virtual void | map (const fvPatchScalarField &, const fieldMapper &) |
| 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 gradient energy condition can be set directly.
Definition at line 49 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.H.
| gradientEnergyCalculatedTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 42 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.C.
| gradientEnergyCalculatedTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 54 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.C.
References Foam::evaluate().

| gradientEnergyCalculatedTemperatureFvPatchScalarField | ( | const gradientEnergyCalculatedTemperatureFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given.
gradientEnergyCalculatedTemperatureFvPatchScalarField onto a new patch
Definition at line 69 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| gradientEnergyCalculatedTemperatureFvPatchScalarField | ( | const gradientEnergyCalculatedTemperatureFvPatchScalarField & | ptf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 83 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.C.
| TypeName | ( | "gradientEnergyCalculatedTemperature" | ) |
Run-time type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 109 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.H.
|
inlinevirtual |
Return true if this patch field fixes a value.
Definition at line 130 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.H.
|
inline |
Access the energy gradient.
Definition at line 136 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.H.
Referenced by gradientEnergyFvPatchScalarField::updateCoeffs().

|
inline |
Access the energy gradient.
Definition at line 142 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.H.
|
virtual |
Map the given fvPatchField onto this fvPatchField.
Definition at line 97 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.C.
|
virtual |
Reset the fvPatchField to the given fvPatchField.
Used for mesh to mesh mapping
Definition at line 115 of file gradientEnergyCalculatedTemperatureFvPatchScalarField.C.