cyclicLduInterface Class Reference

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

Inheritance diagram for cyclicLduInterface:

List of all members.

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 cyclicLduInterfaceneighbPatch () const =0
 Return processor number.
virtual const tensorFieldforwardT () const =0
 Return face transformation tensor.
virtual const tensorFieldreverseT () 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().

Here is the caller graph for this function:

virtual bool owner ( ) const [pure virtual]

Implemented in cyclicFvPatch, and cyclicGAMGInterface.

Referenced by cyclicGAMGInterface::owner().

Here is the caller graph for this function:

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().

Here is the caller graph for this function:

virtual const tensorField& reverseT ( ) const [pure virtual]

Return face reverse transformation tensor.

Implemented in cyclicFvPatch, and cyclicGAMGInterface.

Referenced by cyclicGAMGInterface::reverseT().

Here is the caller graph for this function:


The documentation for this class was generated from the following files: