![]() |
|
Public Member Functions | |
CoupledTetPointPatchField (const PointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
CoupledTetPointPatchField (const CoupledTetPointPatchField< PatchField, PointPatch, Type > &, const PointPatch &, const Field< Type > &, const TetPointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
virtual autoPtr< PatchField< Type > > | clone () const =0 |
Construct and return a clone. | |
CoupledTetPointPatchField (const CoupledTetPointPatchField< PatchField, PointPatch, Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual autoPtr< PatchField< Type > > | clone (const Field< Type > &iF) const =0 |
Construct and return a clone setting internal field reference. | |
virtual bool | coupled () const |
Return true if this patch field is derived from. | |
virtual void | evaluate ()=0 |
Evaluate the patch field. | |
virtual void | addField (Field< Type > &) const =0 |
Add field to internal field. | |
virtual void | addDiag (scalarField &) const =0 |
Add diagonal/source contributions. | |
virtual void | addSource (scalarField &) const =0 |
virtual void | addUpperLower (scalarField &) const =0 |
Add upper/lower contributions. | |
virtual void | eliminateUpperLower (scalarField &) const =0 |
virtual tmp< scalarField > | cutBouCoeffs (const lduMatrix &) const =0 |
Get the cut edge coefficients in Amul order. | |
virtual tmp< scalarField > | cutIntCoeffs (const lduMatrix &) const =0 |
Get the cut edge coefficients in Tmul order. | |
virtual void | initInterfaceMatrixUpdate (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction, const bool) const |
Initialise neighbour matrix update. | |
virtual void | updateInterfaceMatrix (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction) const =0 |
Update result field based on interface functionality. |
|
Construct from patch and internal field.
|
|
Construct by mapping given patchField<Type> onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Add diagonal/source contributions.
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Add field to internal field.
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Add upper/lower contributions.
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Construct and return a clone setting internal field reference.
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Construct and return a clone.
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Return true if this patch field is derived from. CoupledTetPointPatchField<PatchField, PointPatch, Type>. Definition at line 107 of file CoupledTetPointPatchField.H. References Foam::scalarField. |
|
Get the cut edge coefficients in Amul order.
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Get the cut edge coefficients in Tmul order.
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Evaluate the patch field.
Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField. |
|
Initialise neighbour matrix update.
Definition at line 141 of file CoupledTetPointPatchField.H. References Foam::direction, and Foam::scalarField. |
|
Update result field based on interface functionality.
|