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. |
|
virtual |
Definition at line 38 of file cyclicLduInterface.C.
TypeName | ( | "cyclicLduInterface" | ) |
Runtime type information.
|
pure virtual |
Return face transformation tensor.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
Referenced by cyclicGAMGInterface::forwardT().
|
pure virtual |
Return face reverse transformation tensor.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
Referenced by cyclicGAMGInterface::reverseT().