An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields. More...
#include <LduInterfaceField.H>


Public Member Functions | |
| TypeName ("LduInterfaceField") | |
| Runtime type information. | |
| LduInterfaceField (const lduInterface &patch) | |
| Construct given coupled patch. | |
| virtual | ~LduInterfaceField ()=default |
| Destructor. | |
| virtual void | initInterfaceMatrixUpdate (Field< Type > &, const bool add, const lduAddressing &, const label interfacei, const Field< Type > &, const scalarField &, const Pstream::commsTypes commsType) const |
| Initialise neighbour matrix update. | |
| virtual void | updateInterfaceMatrix (Field< Type > &, const bool add, const lduAddressing &, const label interfacei, const Field< Type > &, const scalarField &, const Pstream::commsTypes commsType) const =0 |
| Update result field based on interface functionality. | |
| virtual void | initInterfaceMatrixUpdate (solveScalarField &result, const bool add, const lduAddressing &, const label interfacei, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const |
| Inherit initInterfaceMatrixUpdate from lduInterfaceField. | |
| virtual void | updateInterfaceMatrix (solveScalarField &result, const bool add, const lduAddressing &, const label interfacei, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const=0 |
| Inherit updateInterfaceMatrix from lduInterfaceField. | |
| Public Member Functions inherited from lduInterfaceField | |
| TypeName ("lduInterfaceField") | |
| Runtime type information. | |
| lduInterfaceField (const lduInterfaceField &)=delete | |
| No copy construct. | |
| void | operator= (const lduInterfaceField &)=delete |
| No copy assignment. | |
| lduInterfaceField (const lduInterface &patch) | |
| Construct given coupled patch. | |
| virtual | ~lduInterfaceField ()=default |
| Destructor. | |
| const lduInterface & | interface () const noexcept |
| Return the interface. | |
| virtual const word & | interfaceFieldType () const |
| Return the interface type. | |
| virtual bool | ready () const |
| Are all (receive) data available? | |
| bool | updatedMatrix () const noexcept |
| Whether matrix has been updated. | |
| bool | updatedMatrix (bool flag) const noexcept |
| Set matrix as update-to-date, return the previous value. | |
| template<class Type> | |
| void | addToInternalField (Field< Type > &result, const bool add, const labelUList &faceCells, const scalarField &coeffs, const Field< Type > &vals) const |
| Add/subtract weighted contributions to internal field. | |
| bool & | updatedMatrix () noexcept |
| Adjust whether matrix has been updated. | |
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 85 of file LduInterfaceField.H.
References lduInterfaceField::lduInterfaceField().

|
virtualdefault |
Destructor.
References lduInterfaceField::initInterfaceMatrixUpdate().

| TypeName | ( | "LduInterfaceField< Type >" | ) |
Runtime type information.
|
inlinevirtual |
Initialise neighbour matrix update.
Reimplemented in calculatedProcessorFvPatchField< Type >, cyclicACMIFvPatchField< Type >, cyclicAMIFvPatchField< Type >, jumpCyclicAMIFvPatchField< Type >, oversetFvPatchField< Type >, and processorFvPatchField< Type >.
Definition at line 109 of file LduInterfaceField.H.
References Foam::add().

|
pure virtual |
Update result field based on interface functionality.
Implemented in calculatedProcessorFvPatchField< Type >, coupledFvPatchField< Type >, cyclicACMIFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicFvPatchField< Type >, jumpCyclicAMIFvPatchField< Type >, jumpCyclicFvPatchField< Type >, oversetFvPatchField< Type >, and processorFvPatchField< Type >.
References Foam::add().

|
inlinevirtual |
Inherit initInterfaceMatrixUpdate from lduInterfaceField.
Reimplemented from lduInterfaceField.
Reimplemented in oversetFvPatchField< Type >, and processorFvPatchField< Type >.
Definition at line 164 of file lduInterfaceField.H.
|
virtual |
Inherit updateInterfaceMatrix from lduInterfaceField.
Implements lduInterfaceField.
Reimplemented in oversetFvPatchField< Type >, and processorFvPatchField< Type >.