Public Member Functions | List of all members
cyclicAMILduInterface Class Referenceabstract

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

Inheritance diagram for cyclicAMILduInterface:
Inheritance graph
[legend]

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
 
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 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

◆ owner()

virtual bool owner ( ) const
pure virtual

◆ neighbPatch()

virtual const cyclicAMILduInterface& neighbPatch ( ) const
pure virtual

Return processor number.

Implemented in cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, cyclicACMIFvPatch, and cyclicAMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

◆ AMI()

virtual const AMIPatchToPatchInterpolation& AMI ( ) const
pure virtual

Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

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 cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

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

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

Here is the caller graph for this function:

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