Loading...
Searching...
No Matches
cyclicLduInterface Class Referenceabstract

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

#include <cyclicLduInterface.H>

Inheritance diagram for cyclicLduInterface:

Public Member Functions

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

Source files

Definition at line 48 of file cyclicLduInterface.H.

Constructor & Destructor Documentation

◆ cyclicLduInterface()

cyclicLduInterface ( )
defaultnoexcept

◆ ~cyclicLduInterface()

virtual ~cyclicLduInterface ( )
virtualdefault

Destructor.

References cyclicLduInterface().

Here is the call graph for this function:

Member Function Documentation

◆ TypeNameNoDebug()

TypeNameNoDebug ( "cyclicLduInterface" )

Runtime type information.

◆ neighbPatchID()

virtual label neighbPatchID ( ) const
pure virtual

Return neighbour.

Implemented in cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.

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 cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.

References owner().

Referenced by owner().

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

◆ neighbPatch()

virtual const cyclicLduInterface & neighbPatch ( ) const
pure virtual

Return processor number.

Implemented in cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.

References cyclicLduInterface(), and neighbPatch().

Referenced by neighbPatch().

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 cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.

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 cyclicFaPatch, cyclicFvPatch, and cyclicGAMGInterface.

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: