This boundary condition provides a mixed condition for internal energy. More...
#include <mixedEnergyFvPatchScalarField.H>


Public Member Functions | |
| TypeName ("mixedEnergy") | |
| Runtime type information. | |
| mixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| mixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given mixedEnergyFvPatchScalarField. | |
| mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &) | |
| Construct as copy. | |
| mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &, 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 bool | fixesValue () const |
| Allow manipulation of the boundary values. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | manipulateMatrix (fvMatrix< scalar > &m, const label iMatrix, const direction cmpt) |
| Manipulate matrix. | |
This boundary condition provides a mixed condition for internal energy.
Definition at line 53 of file mixedEnergyFvPatchScalarField.H.
| mixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 32 of file mixedEnergyFvPatchScalarField.C.
References p, and Foam::Zero.
Referenced by mixedEnergyFvPatchScalarField(), mixedEnergyFvPatchScalarField(), mixedEnergyFvPatchScalarField(), and TypeName().

| mixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 61 of file mixedEnergyFvPatchScalarField.C.
| 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 48 of file mixedEnergyFvPatchScalarField.C.
References mixedEnergyFvPatchScalarField(), and p.

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

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

| TypeName | ( | "mixedEnergy" | ) |
Runtime type information.
References mixedEnergyFvPatchScalarField().

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

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

|
inlinevirtual |
Allow manipulation of the boundary values.
Definition at line 144 of file mixedEnergyFvPatchScalarField.H.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 96 of file mixedEnergyFvPatchScalarField.C.
References basicThermo::lookupThermo(), and Foam::refCast().

Manipulate matrix.
Definition at line 127 of file mixedEnergyFvPatchScalarField.C.
References lduMatrix::asymmetric(), lduPrimitiveMeshAssembly::cellBoundMap(), lduMatrix::diag(), lduPrimitiveMeshAssembly::faceBoundMap(), Foam::faceMap(), lduPrimitiveMeshAssembly::findNbrMeshId(), forAll, fvMatrix< Type >::internalCoeffs(), fvMatrix< Type >::lduMeshAssembly(), basicThermo::lookupThermo(), lduMatrix::lower(), lduPrimitiveMeshAssembly::patchLocalToGlobalMap(), Foam::refCast(), fvMatrix< Type >::source(), mixedFvPatchField< Type >::source(), and lduMatrix::upper().
