Public Member Functions | Private Member Functions
lduInterface Class Referenceabstract

An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches. More...

Inheritance diagram for lduInterface:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("lduInterface")
 Runtime type information. More...
 
 lduInterface ()
 Construct null. More...
 
virtual ~lduInterface ()
 Destructor. More...
 
virtual const labelUListfaceCells () const =0
 Return faceCell addressing. More...
 
virtual tmp< labelFieldinterfaceInternalField (const labelUList &internalData) const =0
 Return the values of the given internal data adjacent to. More...
 
virtual void initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const
 Initialise transfer of internal field adjacent to the interface. More...
 
virtual tmp< labelFieldinternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const =0
 Transfer and return internal field adjacent to the interface. More...
 

Private Member Functions

 lduInterface (const lduInterface &)
 Disallow default bitwise copy construct. More...
 
void operator= (const lduInterface &)
 Disallow default bitwise assignment. More...
 

Detailed Description

An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches.

Source files

Definition at line 53 of file lduInterface.H.

Constructor & Destructor Documentation

◆ lduInterface() [1/2]

lduInterface ( const lduInterface )
private

Disallow default bitwise copy construct.

◆ lduInterface() [2/2]

lduInterface ( )
inline

Construct null.

Definition at line 73 of file lduInterface.H.

◆ ~lduInterface()

~lduInterface ( )
virtual

Destructor.

Definition at line 38 of file lduInterface.C.

Member Function Documentation

◆ operator=()

void operator= ( const lduInterface )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "lduInterface"  )

Runtime type information.

◆ faceCells()

virtual const labelUList& faceCells ( ) const
pure virtual

Return faceCell addressing.

Implemented in GAMGInterface, regionCoupledWallFvPatch, regionCoupledFvPatch, and coupledFvPatch.

Referenced by lduPrimitiveMesh::lduPrimitiveMesh(), and GAMGSolver::procAgglomerateMatrix().

Here is the caller graph for this function:

◆ interfaceInternalField()

virtual tmp<labelField> interfaceInternalField ( const labelUList internalData) const
pure virtual

Return the values of the given internal data adjacent to.

the interface as a field

Implemented in coupledFvPatch, GAMGInterface, cyclicACMIFvPatch, cyclicAMIFvPatch, processorFvPatch, cyclicFvPatch, regionCoupledWallFvPatch, and regionCoupledFvPatch.

◆ initInternalFieldTransfer()

virtual void initInternalFieldTransfer ( const Pstream::commsTypes  commsType,
const labelUList iF 
) const
inlinevirtual

Initialise transfer of internal field adjacent to the interface.

Reimplemented in processorFvPatch, and processorGAMGInterface.

Definition at line 100 of file lduInterface.H.

◆ internalFieldTransfer()

virtual tmp<labelField> internalFieldTransfer ( const Pstream::commsTypes  commsType,
const labelUList iF 
) const
pure virtual

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