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 this_bctype &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping onto a new patch. More... | |
| mixedEnergyFvPatchScalarField (const this_bctype &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| mixedEnergyFvPatchScalarField (const this_bctype &)=delete | |
| No copy without an internal field. More... | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an internal field reference. More... | |
| virtual bool | fixesValue () const |
| Allow manipulation of the boundary values. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | manipulateMatrix (fvMatrix< scalar > &m, const label iMatrix, const direction cmpt) |
| Manipulate matrix. More... | |
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 34 of file mixedEnergyFvPatchScalarField.C.
References Foam::Zero.
| mixedEnergyFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 63 of file mixedEnergyFvPatchScalarField.C.
| mixedEnergyFvPatchScalarField | ( | const this_bctype & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping onto a new patch.
Definition at line 50 of file mixedEnergyFvPatchScalarField.C.
| mixedEnergyFvPatchScalarField | ( | const this_bctype & | ptf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 75 of file mixedEnergyFvPatchScalarField.C.
|
delete |
No copy without an internal field.
| TypeName | ( | "mixedEnergy" | ) |
Runtime type information.
|
inlinevirtual |
Clone with an internal field reference.
Definition at line 121 of file mixedEnergyFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

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

Manipulate matrix.
Definition at line 118 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(), Foam::foamVersion::patch, lduPrimitiveMeshAssembly::patchLocalToGlobalMap(), fvMatrix< Type >::source(), and lduMatrix::upper().
