An abstract base class for cyclic coupled interfaces. More...
#include <cyclicLduInterface.H>

Public Member Functions | |
| TypeNameNoDebug ("cyclicLduInterface") | |
| Runtime type information. | |
| cyclicLduInterface () noexcept=default | |
| Default construct. | |
| virtual | ~cyclicLduInterface ()=default |
| Destructor. | |
| virtual label | neighbPatchID () const =0 |
| Return neighbour. | |
| virtual bool | owner () const =0 |
| virtual const cyclicLduInterface & | neighbPatch () const =0 |
| Return processor number. | |
| virtual const tensorField & | forwardT () const =0 |
| Return face transformation tensor. | |
| virtual const tensorField & | reverseT () const =0 |
| Return face reverse transformation tensor. | |
An abstract base class for cyclic coupled interfaces.
Definition at line 48 of file cyclicLduInterface.H.
|
defaultnoexcept |
Default construct.
References Foam::noexcept.
Referenced by cyclicGAMGInterface::cyclicGAMGInterface(), cyclicGAMGInterface::cyclicGAMGInterface(), cyclicFaPatch::neighbPatch(), neighbPatch(), and ~cyclicLduInterface().

|
virtualdefault |
| TypeNameNoDebug | ( | "cyclicLduInterface" | ) |
Runtime type information.
|
pure virtual |
Return neighbour.
Implemented in cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.
References neighbPatchID().
Referenced by neighbPatchID().


|
pure virtual |
Implemented in cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.
References owner().
Referenced by owner().


|
pure virtual |
Return processor number.
Implemented in cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.
References cyclicLduInterface(), and neighbPatch().
Referenced by neighbPatch().


|
pure virtual |
Return face transformation tensor.
Implemented in cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.
References forwardT().
Referenced by forwardT().


|
pure virtual |
Return face reverse transformation tensor.
Implemented in cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.
References reverseT().
Referenced by reverseT().

