Public Member Functions | List of all members
regionCoupledLduInterface Class Referenceabstract

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

Inheritance diagram for regionCoupledLduInterface:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("regionCoupledLduInterface")
 Runtime type information. More...
 
 regionCoupledLduInterface ()
 Construct null. More...
 
virtual ~regionCoupledLduInterface ()
 Destructor. More...
 
virtual label neighbPatchID () const =0
 Return neighbour. More...
 
virtual bool owner () const =0
 Is it owner? More...
 
virtual const regionCoupledLduInterfaceneighbPatch () const =0
 Return neighb regionCoupledLduInterface. More...
 
virtual const polyMeshnbrMesh () const =0
 Return AMI. More...
 

Detailed Description

An abstract base class for region coupled interfaces.

Source files

Definition at line 51 of file regionCoupledLduInterface.H.

Constructor & Destructor Documentation

◆ regionCoupledLduInterface()

◆ ~regionCoupledLduInterface()

Destructor.

Definition at line 36 of file regionCoupledLduInterface.C.

Referenced by regionCoupledLduInterface::regionCoupledLduInterface().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "regionCoupledLduInterface"  )

Runtime type information.

◆ neighbPatchID()

virtual label neighbPatchID ( ) const
pure virtual

Return neighbour.

Implemented in regionCoupledBaseFvPatch, and regionCoupledBaseGAMGInterface.

Referenced by regionCoupledBaseGAMGInterface::neighbPatchID(), and regionCoupledLduInterface::regionCoupledLduInterface().

Here is the caller graph for this function:

◆ owner()

virtual bool owner ( ) const
pure virtual

Is it owner?

Implemented in regionCoupledBaseFvPatch, and regionCoupledBaseGAMGInterface.

Referenced by regionCoupledBaseGAMGInterface::owner(), and regionCoupledLduInterface::regionCoupledLduInterface().

Here is the caller graph for this function:

◆ neighbPatch()

virtual const regionCoupledLduInterface& neighbPatch ( ) const
pure virtual

◆ nbrMesh()

virtual const polyMesh& nbrMesh ( ) const
pure virtual

Return AMI.

virtual const AMIPatchToPatchInterpolation& AMI() const = 0;Return nbrMesh

Implemented in regionCoupledBaseFvPatch, and regionCoupledBaseGAMGInterface.

Referenced by regionCoupledBaseGAMGInterface::nbrMesh(), and regionCoupledLduInterface::regionCoupledLduInterface().

Here is the caller graph for this function:

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