regionCoupledLduInterface Class Referenceabstract

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

Inheritance diagram for regionCoupledLduInterface:

Public Member Functions

 TypeName ("regionCoupledLduInterface")
 Runtime type information. More...
 
 regionCoupledLduInterface ()
 Construct null. More...
 
virtual ~regionCoupledLduInterface ()
 Destructor. More...
 
virtual label nbrPatchID () const =0
 Return neighbour. More...
 
virtual bool owner () const =0
 Is it owner? More...
 
virtual const regionCoupledLduInterfacenbrPatch () 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.

◆ nbrPatchID()

virtual label nbrPatchID ( ) const
pure virtual

Return neighbour.

Implemented in regionCoupledBaseFvPatch, and regionCoupledBaseGAMGInterface.

Referenced by regionCoupledBaseGAMGInterface::nbrPatchID(), 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:

◆ nbrPatch()

virtual const regionCoupledLduInterface& nbrPatch ( ) const
pure virtual

◆ nbrMesh()

virtual const polyMesh& nbrMesh ( ) const
pure virtual

Return AMI.

virtual const AMIInterpolation& 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: