An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields. More...
#include <OpenFOAM/lduInterfaceField.H>
An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields.
Definition at line 55 of file lduInterfaceField.H.
Public Member Functions | |
TypeName ("lduInterfaceField") | |
Runtime type information. | |
lduInterfaceField (const lduInterface &patch) | |
Construct given coupled patch. | |
virtual | ~lduInterfaceField () |
const lduInterface & | interface () const |
Return the interface. | |
virtual const word & | interfaceFieldType () const |
Return the interface type. | |
virtual void | initInterfaceMatrixUpdate (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction, const Pstream::commsTypes commsType) const |
Initialise neighbour matrix update. | |
virtual void | updateInterfaceMatrix (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction, const Pstream::commsTypes commsType) const =0 |
Update result field based on interface functionality. |
|
inline |
Construct given coupled patch.
Definition at line 81 of file lduInterfaceField.H.
|
virtual |
Definition at line 39 of file lduInterfaceField.C.
TypeName | ( | "lduInterfaceField" | ) |
Runtime type information.
|
inline |
Return the interface.
Definition at line 97 of file lduInterfaceField.H.
Referenced by procLduInterface::procLduInterface().
|
inlinevirtual |
Return the interface type.
Reimplemented in jumpCyclicFvPatchField< Type >.
Definition at line 103 of file lduInterfaceField.H.
References Foam::type().
Referenced by GAMGInterfaceField::New().
|
inlinevirtual |
Initialise neighbour matrix update.
Reimplemented in processorFvPatchField< Type >, processorGAMGInterfaceField, processorFvPatchField< Type >, and processorFvPatchField< Type >.
Definition at line 113 of file lduInterfaceField.H.
|
pure virtual |
Update result field based on interface functionality.
Implemented in processorFvPatchField< Type >, coupledFvPatchField< Type >, cyclicFvPatchField< Type >, processorGAMGInterfaceField, jumpCyclicFvPatchField< Type >, cyclicGAMGInterfaceField, processorFvPatchField< Type >, and processorFvPatchField< Type >.