An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields. More...

Public Member Functions | |
| TypeName ("lduInterfaceField") | |
| Runtime type information. More... | |
| lduInterfaceField (const lduInterface &patch) | |
| Construct given coupled patch. More... | |
| lduInterfaceField (const lduInterfaceField &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~lduInterfaceField () |
| Destructor. More... | |
| const lduInterface & | interface () const |
| Return the interface. More... | |
| virtual const word & | interfaceFieldType () const |
| Return the interface type. More... | |
| bool | updatedMatrix () const |
| Whether matrix has been updated. More... | |
| bool & | updatedMatrix () |
| Whether matrix has been updated. More... | |
| virtual bool | ready () const |
| Is all data available. More... | |
| virtual void | initInterfaceMatrixUpdate (scalarField &, const scalarField &, const scalarField &, const direction, const Pstream::commsTypes commsType) const |
| Initialise neighbour matrix update. More... | |
| virtual void | updateInterfaceMatrix (scalarField &, const scalarField &, const scalarField &, const direction, const Pstream::commsTypes commsType) const =0 |
| Update result field based on interface functionality. More... | |
| void | operator= (const lduInterfaceField &)=delete |
| Disallow default bitwise assignment. More... | |
An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields.
Definition at line 55 of file lduInterfaceField.H.
|
inline |
Construct given coupled patch.
Definition at line 76 of file lduInterfaceField.H.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 38 of file lduInterfaceField.C.
| TypeName | ( | "lduInterfaceField" | ) |
Runtime type information.
|
inline |
Return the interface.
Definition at line 95 of file lduInterfaceField.H.
Referenced by procLduInterface::procLduInterface().

|
inlinevirtual |
Return the interface type.
Reimplemented in jumpCyclicFvPatchField< Type >.
Definition at line 101 of file lduInterfaceField.H.
References Foam::type().
Referenced by GAMGInterfaceField::New().


|
inline |
Whether matrix has been updated.
Definition at line 110 of file lduInterfaceField.H.
Referenced by processorFvPatchField< Type >::initInterfaceMatrixUpdate(), processorGAMGInterfaceField::initInterfaceMatrixUpdate(), processorFvPatchField< Type >::updateInterfaceMatrix(), and processorGAMGInterfaceField::updateInterfaceMatrix().

|
inline |
Whether matrix has been updated.
Definition at line 116 of file lduInterfaceField.H.
|
inlinevirtual |
Is all data available.
Reimplemented in processorFvPatchField< Type >.
Definition at line 122 of file lduInterfaceField.H.
|
inlinevirtual |
Initialise neighbour matrix update.
Reimplemented in processorGAMGInterfaceField, processorFvPatchField< Type >, processorFvPatchField< Type >, and processorFvPatchField< Type >.
Definition at line 128 of file lduInterfaceField.H.
|
pure virtual |
Update result field based on interface functionality.
Implemented in coupledFvPatchField< Type >, processorGAMGInterfaceField, cyclicGAMGInterfaceField, processorFvPatchField< Type >, cyclicFvPatchField< Type >, jumpCyclicFvPatchField< Type >, jumpCyclicFvPatchField< Type >, jumpCyclicFvPatchField< Type >, processorFvPatchField< Type >, and processorFvPatchField< Type >.
|
delete |
Disallow default bitwise assignment.