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

Public Member Functions | |
| TypeNameNoDebug ("cyclicAMILduInterface") | |
| Runtime type information. | |
| cyclicAMILduInterface () noexcept=default | |
| Default construct. | |
| virtual | ~cyclicAMILduInterface ()=default |
| Destructor. | |
| virtual label | neighbPatchID () const =0 |
| Return neighbour. | |
| virtual bool | owner () const =0 |
| virtual const cyclicAMILduInterface & | neighbPatch () const =0 |
| Return processor number. | |
| virtual const AMIPatchToPatchInterpolation & | AMI () const =0 |
| 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 AMI coupled interfaces.
Definition at line 48 of file cyclicAMILduInterface.H.
|
defaultnoexcept |
Default construct.
References Foam::noexcept.
Referenced by cyclicAMIFvPatch::cyclicAMIFvPatch(), cyclicAMIGAMGInterface::cyclicAMIGAMGInterface(), cyclicAMIGAMGInterface::cyclicAMIGAMGInterface(), neighbPatch(), and ~cyclicAMILduInterface().

|
virtualdefault |
| TypeNameNoDebug | ( | "cyclicAMILduInterface" | ) |
Runtime type information.
|
pure virtual |
Return neighbour.
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.
References neighbPatchID().
Referenced by neighbPatchID().


|
pure virtual |
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.
References owner().
Referenced by owner().


|
pure virtual |
Return processor number.
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.
References cyclicAMILduInterface(), and neighbPatch().
Referenced by neighbPatch().


|
pure virtual |
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.
References AMI().
Referenced by AMI().


|
pure virtual |
Return face transformation tensor.
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.
References forwardT().
Referenced by forwardT().


|
pure virtual |
Return face reverse transformation tensor.
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.
References reverseT().
Referenced by reverseT().

