An abstract base class for cyclic coupled interfaces. More...
Public Member Functions | |
TypeName ("cyclicLduInterface") | |
Runtime type information. More... | |
virtual | ~cyclicLduInterface () |
Destructor. More... | |
virtual label | neighbPatchID () const =0 |
Return neighbour. More... | |
virtual bool | owner () const =0 |
virtual const cyclicLduInterface & | neighbPatch () const =0 |
Return processor number. More... | |
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 coupled interfaces.
Definition at line 49 of file cyclicLduInterface.H.
|
virtual |
Destructor.
Definition at line 39 of file cyclicLduInterface.C.
TypeName | ( | "cyclicLduInterface" | ) |
Runtime type information.
|
pure virtual |
Return neighbour.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
Referenced by LUscalarMatrix::LUscalarMatrix().
|
pure virtual |
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
|
pure virtual |
Return processor number.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
|
pure virtual |
Return face transformation tensor.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
|
pure virtual |
Return face reverse transformation tensor.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.