cyclicAMILduInterface Class Referenceabstract

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

Inheritance diagram for cyclicAMILduInterface:

Public Member Functions

 TypeName ("cyclicAMILduInterface")
 Runtime type information. More...
 
 cyclicAMILduInterface ()
 Construct null. More...
 
virtual ~cyclicAMILduInterface ()
 Destructor. More...
 
virtual label neighbPatchID () const =0
 Return neighbour. More...
 
virtual bool owner () const =0
 Does this side own the interface? More...
 
virtual const cyclicAMILduInterfaceneighbPatch () const =0
 Return processor number. More...
 
virtual const PtrList< AMIInterpolation > & AMIs () const =0
 Return a reference to the AMI interpolators. More...
 
virtual const List< vectorTensorTransform > & AMITransforms () const =0
 
virtual const tensorFieldforwardT () const =0
 Return face transformation tensor. More...
 
virtual const tensorFieldreverseT () const =0
 Return face reverse transformation tensor. More...
 

Detailed Description

An abstract base class for cyclic AMI coupled interfaces.

Source files

Definition at line 49 of file cyclicAMILduInterface.H.

Constructor & Destructor Documentation

◆ cyclicAMILduInterface()

◆ ~cyclicAMILduInterface()

~cyclicAMILduInterface ( )
virtual

Destructor.

Definition at line 38 of file cyclicAMILduInterface.C.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "cyclicAMILduInterface"  )

Runtime type information.

◆ neighbPatchID()

virtual label neighbPatchID ( ) const
pure virtual

Return neighbour.

Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::neighbPatchID().

Here is the caller graph for this function:

◆ owner()

virtual bool owner ( ) const
pure virtual

Does this side own the interface?

Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::owner().

Here is the caller graph for this function:

◆ neighbPatch()

virtual const cyclicAMILduInterface& neighbPatch ( ) const
pure virtual

Return processor number.

Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

◆ AMIs()

virtual const PtrList<AMIInterpolation>& AMIs ( ) const
pure virtual

Return a reference to the AMI interpolators.

Implemented in cyclicAMIGAMGInterface, cyclicAMIFvPatch, and cyclicACMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

◆ AMITransforms()

virtual const List<vectorTensorTransform>& AMITransforms ( ) const
pure virtual

Implemented in cyclicAMIGAMGInterface, cyclicAMIFvPatch, and cyclicACMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

◆ forwardT()

virtual const tensorField& forwardT ( ) const
pure virtual

Return face transformation tensor.

Implemented in cyclicAMIFvPatch, and cyclicAMIGAMGInterface.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::forwardT().

Here is the caller graph for this function:

◆ reverseT()

virtual const tensorField& reverseT ( ) const
pure virtual

Return face reverse transformation tensor.

Implemented in cyclicAMIFvPatch, and cyclicAMIGAMGInterface.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::reverseT().

Here is the caller graph for this function:

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