An abstract base class for cyclic AMI coupled interfaces. More...
Public Member Functions | |
TypeName ("cyclicAMILduInterface") | |
Runtime type information. More... | |
cyclicAMILduInterface () | |
Construct null. More... | |
virtual | ~cyclicAMILduInterface () |
Destructor. More... | |
virtual label | neighbPatchID () const =0 |
Return neighbour. More... | |
virtual bool | owner () const =0 |
virtual const cyclicAMILduInterface & | neighbPatch () const =0 |
Return processor number. More... | |
virtual const AMIPatchToPatchInterpolation & | AMI () const =0 |
virtual const tensorField & | forwardT () const =0 |
Return face transformation tensor. More... | |
virtual const tensorField & | reverseT () const =0 |
Return face reverse transformation tensor. More... | |
An abstract base class for cyclic AMI coupled interfaces.
Definition at line 49 of file cyclicAMILduInterface.H.
|
inline |
Construct null.
Definition at line 61 of file cyclicAMILduInterface.H.
References cyclicAMILduInterface::AMI(), cyclicAMILduInterface::forwardT(), cyclicAMILduInterface::neighbPatch(), cyclicAMILduInterface::neighbPatchID(), cyclicAMILduInterface::owner(), cyclicAMILduInterface::reverseT(), and cyclicAMILduInterface::~cyclicAMILduInterface().
|
virtual |
Destructor.
Definition at line 38 of file cyclicAMILduInterface.C.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().
TypeName | ( | "cyclicAMILduInterface" | ) |
Runtime type information.
|
pure virtual |
Return neighbour.
Implemented in cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, cyclicACMIFvPatch, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), cyclicACMIGAMGInterface::neighbPatchID(), and cyclicAMIGAMGInterface::neighbPatchID().
|
pure virtual |
Implemented in cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, cyclicACMIFvPatch, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), cyclicACMIGAMGInterface::owner(), and cyclicAMIGAMGInterface::owner().
|
pure virtual |
Return processor number.
Implemented in cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, cyclicACMIFvPatch, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().
|
pure virtual |
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().
|
pure virtual |
Return face transformation tensor.
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), cyclicACMIGAMGInterface::forwardT(), and cyclicAMIGAMGInterface::forwardT().
|
pure virtual |
Return face reverse transformation tensor.
Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), cyclicACMIGAMGInterface::reverseT(), and cyclicAMIGAMGInterface::reverseT().