An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches. More...
#include <OpenFOAM/lduInterface.H>
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches.
Definition at line 53 of file lduInterface.H.
Public Member Functions | |
TypeName ("lduInterface") | |
Runtime type information. | |
lduInterface () | |
Construct null. | |
virtual | ~lduInterface () |
virtual const unallocLabelList & | faceCells () const =0 |
Return faceCell addressing. | |
virtual tmp< labelField > | interfaceInternalField (const unallocLabelList &internalData) const =0 |
Return the values of the given internal data adjacent to. | |
virtual void | initTransfer (const Pstream::commsTypes commsType, const unallocLabelList &interfaceData) const |
Initialise interface data transfer. | |
virtual tmp< labelField > | transfer (const Pstream::commsTypes commsType, const unallocLabelList &interfaceData) const =0 |
Transfer and return neighbour field. | |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const unallocLabelList &iF) const |
Initialise transfer of internal field adjacent to the interface. | |
virtual tmp< labelField > | internalFieldTransfer (const Pstream::commsTypes commsType, const unallocLabelList &iF) const =0 |
Transfer and return internal field adjacent to the interface. |
|
inline |
Construct null.
Definition at line 73 of file lduInterface.H.
|
virtual |
Definition at line 39 of file lduInterface.C.
TypeName | ( | "lduInterface" | ) |
Runtime type information.
|
pure virtual |
Return faceCell addressing.
Implemented in GAMGInterface, and coupledFvPatch.
|
pure virtual |
Return the values of the given internal data adjacent to.
the interface as a field
Implemented in GAMGInterface, coupledFvPatch, processorFvPatch, and cyclicFvPatch.
|
inlinevirtual |
Initialise interface data transfer.
Reimplemented in coupledFvPatch, processorFvPatch, and processorGAMGInterface.
Definition at line 101 of file lduInterface.H.
|
pure virtual |
Transfer and return neighbour field.
Implemented in coupledFvPatch, processorFvPatch, cyclicFvPatch, processorGAMGInterface, and cyclicGAMGInterface.
|
inlinevirtual |
Initialise transfer of internal field adjacent to the interface.
Reimplemented in processorFvPatch, and processorGAMGInterface.
Definition at line 116 of file lduInterface.H.
|
pure virtual |
Transfer and return internal field adjacent to the interface.
Implemented in coupledFvPatch, processorFvPatch, cyclicFvPatch, processorGAMGInterface, and cyclicGAMGInterface.