This boundary condition provides a mixed condition for internal energy. More...


Public Member Functions | |
| TypeName ("mixedEnergy") | |
| Runtime type information. More... | |
| mixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| mixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given mixedEnergyFvPatchScalarField. More... | |
| mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &) | |
| Construct as copy. More... | |
| virtual tmp< fvPatchScalarField > | clone () const |
| Construct and return a clone. More... | |
| mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &, 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... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
This boundary condition provides a mixed condition for internal energy.
Definition at line 54 of file mixedEnergyFvPatchScalarField.H.
| mixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 37 of file mixedEnergyFvPatchScalarField.C.
Referenced by mixedEnergyFvPatchScalarField::clone(), and mixedEnergyFvPatchScalarField::mixedEnergyFvPatchScalarField().

| mixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 65 of file mixedEnergyFvPatchScalarField.C.
References mixedEnergyFvPatchScalarField::mixedEnergyFvPatchScalarField().

| mixedEnergyFvPatchScalarField | ( | const mixedEnergyFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given mixedEnergyFvPatchScalarField.
onto a new patch
Definition at line 52 of file mixedEnergyFvPatchScalarField.C.
References mixedEnergyFvPatchScalarField::mixedEnergyFvPatchScalarField().

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

| mixedEnergyFvPatchScalarField | ( | const mixedEnergyFvPatchScalarField & | tppsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 87 of file mixedEnergyFvPatchScalarField.C.
| TypeName | ( | "mixedEnergy" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 99 of file mixedEnergyFvPatchScalarField.H.
References mixedEnergyFvPatchScalarField::mixedEnergyFvPatchScalarField().

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 116 of file mixedEnergyFvPatchScalarField.H.
References mixedEnergyFvPatchScalarField::mixedEnergyFvPatchScalarField(), and mixedEnergyFvPatchScalarField::updateCoeffs().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 98 of file mixedEnergyFvPatchScalarField.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), basicThermo::Cpv(), basicThermo::he(), basicThermo::lookupThermo(), Foam::makePatchTypeField(), basicThermo::p(), patchi, and basicThermo::T().
Referenced by mixedEnergyFvPatchScalarField::clone().


1.8.11