This boundary condition provides a fixed condition for internal energy. More...
#include <fixedEnergyFvPatchScalarField.H>


Public Member Functions | |
| TypeName ("fixedEnergy") | |
| Runtime type information. | |
| fixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| fixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| fixedEnergyFvPatchScalarField (const fixedEnergyFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given fixedEnergyFvPatchScalarField. | |
| fixedEnergyFvPatchScalarField (const fixedEnergyFvPatchScalarField &) | |
| Construct as copy. | |
| fixedEnergyFvPatchScalarField (const fixedEnergyFvPatchScalarField &, 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. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
This boundary condition provides a fixed condition for internal energy.
<patchName>
{
type fixedEnergy;
value uniform 100;
}
Definition at line 62 of file fixedEnergyFvPatchScalarField.H.
| fixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 29 of file fixedEnergyFvPatchScalarField.C.
References p.
Referenced by fixedEnergyFvPatchScalarField(), fixedEnergyFvPatchScalarField(), fixedEnergyFvPatchScalarField(), and TypeName().

| fixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 53 of file fixedEnergyFvPatchScalarField.C.
| fixedEnergyFvPatchScalarField | ( | const fixedEnergyFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given fixedEnergyFvPatchScalarField.
onto a new patch
Definition at line 40 of file fixedEnergyFvPatchScalarField.C.
References fixedEnergyFvPatchScalarField(), and p.

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

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

| TypeName | ( | "fixedEnergy" | ) |
Runtime type information.
References fixedEnergyFvPatchScalarField().

|
inlinevirtual |
Return a clone.
Definition at line 129 of file fixedEnergyFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 137 of file fixedEnergyFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 88 of file fixedEnergyFvPatchScalarField.C.
References fvPatchField< Type >::evaluate(), basicThermo::lookupThermo(), and Foam::operator==().
