An abstract base class for cyclic coupled interfaces. More...

Public Member Functions | |
| TypeName ("cyclicLduInterface") | |
| Runtime type information. | |
| virtual | ~cyclicLduInterface () |
| Destructor. | |
| virtual label | neighbPatchID () const =0 |
| Return neighbour. | |
| virtual bool | owner () const =0 |
| virtual const cyclicLduInterface & | neighbPatch () const =0 |
| Return processor number. | |
| virtual const tensorField & | forwardT () const =0 |
| Return face transformation tensor. | |
| virtual const tensorField & | reverseT () const =0 |
| Return face reverse transformation tensor. | |
Detailed Description
An abstract base class for cyclic coupled interfaces.
- Source files
Definition at line 50 of file cyclicLduInterface.H.
Constructor & Destructor Documentation
| ~cyclicLduInterface | ( | ) | [virtual] |
Destructor.
Definition at line 39 of file cyclicLduInterface.C.
Member Function Documentation
| TypeName | ( | "cyclicLduInterface" | ) |
Runtime type information.
| virtual label neighbPatchID | ( | ) | const [pure virtual] |
Return neighbour.
Implemented in cyclicFvPatch, and cyclicGAMGInterface.
Referenced by cyclicGAMGInterface::neighbPatchID().

| virtual bool owner | ( | ) | const [pure virtual] |
Implemented in cyclicFvPatch, and cyclicGAMGInterface.
Referenced by cyclicGAMGInterface::owner().

| virtual const cyclicLduInterface& neighbPatch | ( | ) | const [pure virtual] |
Return processor number.
Implemented in cyclicFvPatch, and cyclicGAMGInterface.
| 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().

The documentation for this class was generated from the following files:
- src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H
- src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.C
