cyclicAMILduInterface Class Referenceabstract

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

Inheritance diagram for cyclicAMILduInterface:
[legend]

Public Member Functions

 TypeName ("cyclicAMILduInterface")
 Runtime type information. More...
 
 cyclicAMILduInterface ()=default
 Construct null. More...
 
virtual ~cyclicAMILduInterface ()=default
 Destructor. More...
 
virtual label neighbPatchID () const =0
 Return neighbour. More...
 
virtual bool owner () const =0
 
virtual const cyclicAMILduInterfaceneighbPatch () const =0
 Return processor number. More...
 
virtual const AMIPatchToPatchInterpolationAMI () 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 52 of file cyclicAMILduInterface.H.

Constructor & Destructor Documentation

◆ cyclicAMILduInterface()

cyclicAMILduInterface ( )
default

Construct null.

◆ ~cyclicAMILduInterface()

virtual ~cyclicAMILduInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "cyclicAMILduInterface"  )

Runtime type information.

◆ neighbPatchID()

virtual label neighbPatchID ( ) const
pure virtual

Return neighbour.

Implemented in cyclicACMIFvPatch, cyclicAMIFvPatch, cyclicACMIGAMGInterface, and cyclicAMIGAMGInterface.

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

Here is the caller graph for this function:

◆ owner()

virtual bool owner ( ) const
pure virtual

Implemented in cyclicACMIFvPatch, cyclicAMIFvPatch, cyclicACMIGAMGInterface, and cyclicAMIGAMGInterface.

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

Here is the caller graph for this function:

◆ neighbPatch()

virtual const cyclicAMILduInterface & neighbPatch ( ) const
pure virtual

Return processor number.

Implemented in cyclicACMIFvPatch, cyclicAMIFvPatch, cyclicACMIGAMGInterface, and cyclicAMIGAMGInterface.

◆ AMI()

virtual const AMIPatchToPatchInterpolation & AMI ( ) const
pure virtual

Implemented in cyclicACMIFvPatch, cyclicAMIFvPatch, cyclicACMIGAMGInterface, and cyclicAMIGAMGInterface.

Referenced by cyclicACMIGAMGInterface::cyclicACMIGAMGInterface(), and cyclicAMIGAMGInterface::cyclicAMIGAMGInterface().

Here is the caller graph for this function:

◆ forwardT()

virtual const tensorField & forwardT ( ) const
pure virtual

Return face transformation tensor.

Implemented in cyclicACMIFvPatch, cyclicAMIFvPatch, cyclicACMIGAMGInterface, and cyclicAMIGAMGInterface.

Referenced by cyclicACMIGAMGInterface::forwardT(), 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 cyclicACMIFvPatch, cyclicAMIFvPatch, cyclicACMIGAMGInterface, and cyclicAMIGAMGInterface.

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

Here is the caller graph for this function:

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