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 |
| Does this side own the interface? More... | |
| virtual const cyclicAMILduInterface & | neighbPatch () const =0 |
| Return processor number. More... | |
| virtual const PtrList< AMIInterpolation > & | AMIs () const =0 |
| Return a reference to the AMI interpolators. More... | |
| virtual const List< vectorTensorTransform > & | AMITransforms () 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::AMIs(), cyclicAMILduInterface::AMITransforms(), 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 cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::neighbPatchID().

|
pure virtual |
Does this side own the interface?
Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::owner().

|
pure virtual |
Return processor number.
Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

|
pure virtual |
Return a reference to the AMI interpolators.
Implemented in cyclicAMIGAMGInterface, cyclicAMIFvPatch, and cyclicACMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

|
pure virtual |
Implemented in cyclicAMIGAMGInterface, cyclicAMIFvPatch, and cyclicACMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

|
pure virtual |
Return face transformation tensor.
Implemented in cyclicAMIFvPatch, and cyclicAMIGAMGInterface.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::forwardT().

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