Loading...
Searching...
No Matches
cyclicAMILduInterface Class Referenceabstract

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

#include <cyclicAMILduInterface.H>

Inheritance diagram for cyclicAMILduInterface:

Public Member Functions

 TypeNameNoDebug ("cyclicAMILduInterface")
 Runtime type information.
 cyclicAMILduInterface () noexcept=default
 Default construct.
virtual ~cyclicAMILduInterface ()=default
 Destructor.
virtual label neighbPatchID () const =0
 Return neighbour.
virtual bool owner () const =0
virtual const cyclicAMILduInterfaceneighbPatch () const =0
 Return processor number.
virtual const AMIPatchToPatchInterpolationAMI () const =0
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 AMI coupled interfaces.

Source files

Definition at line 48 of file cyclicAMILduInterface.H.

Constructor & Destructor Documentation

◆ cyclicAMILduInterface()

cyclicAMILduInterface ( )
defaultnoexcept

◆ ~cyclicAMILduInterface()

virtual ~cyclicAMILduInterface ( )
virtualdefault

Destructor.

References cyclicAMILduInterface().

Here is the call graph for this function:

Member Function Documentation

◆ TypeNameNoDebug()

TypeNameNoDebug ( "cyclicAMILduInterface" )

Runtime type information.

◆ neighbPatchID()

virtual label neighbPatchID ( ) const
pure virtual

Return neighbour.

Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.

References neighbPatchID().

Referenced by neighbPatchID().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ owner()

virtual bool owner ( ) const
pure virtual

Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.

References owner().

Referenced by owner().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ neighbPatch()

virtual const cyclicAMILduInterface & neighbPatch ( ) const
pure virtual

Return processor number.

Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.

References cyclicAMILduInterface(), and neighbPatch().

Referenced by neighbPatch().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AMI()

virtual const AMIPatchToPatchInterpolation & AMI ( ) const
pure virtual

Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.

References AMI().

Referenced by AMI().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forwardT()

virtual const tensorField & forwardT ( ) const
pure virtual

Return face transformation tensor.

Implemented in cyclicACMIFvPatch, cyclicACMIGAMGInterface, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.

References forwardT().

Referenced by forwardT().

Here is the call graph for this function:
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, cyclicAMIFvPatch, and cyclicAMIGAMGInterface.

References reverseT().

Referenced by reverseT().

Here is the call graph for this function:
Here is the caller graph for this function:

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