An abstract base class for cyclic coupled interfaces. More...
#include <OpenFOAM/cyclicLduInterface.H>
An abstract base class for cyclic coupled interfaces.
Definition at line 50 of file cyclicLduInterface.H.
Public Member Functions | |
TypeName ("cyclicLduInterface") | |
Runtime type information.
| |
virtual | ~cyclicLduInterface () |
virtual const tensorField & | forwardT () const =0 |
Return face transformation tensor.
| |
virtual const tensorField & | reverseT () const =0 |
Return face reverse transformation tensor.
|
~cyclicLduInterface | ( | ) | [virtual]
|
Definition at line 38 of file cyclicLduInterface.C.
TypeName | ( | "cyclicLduInterface" | ) |
Runtime type information.
virtual const tensorField& forwardT | ( | ) | const [pure virtual]
|
Return face transformation tensor.
Implemented in cyclicFvPatch, and cyclicGAMGInterface.
Referenced by cyclicGAMGInterface::forwardT().
virtual const tensorField& reverseT | ( | ) | const [pure virtual]
|
Return face reverse transformation tensor.
Implemented in cyclicFvPatch, and cyclicGAMGInterface.
Referenced by cyclicGAMGInterface::reverseT().