Public Member Functions | Private Member Functions
LduInterfaceField< Type > Class Template Referenceabstract

An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields. More...

Inheritance diagram for LduInterfaceField< Type >:
Inheritance graph
[legend]
Collaboration diagram for LduInterfaceField< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("LduInterfaceField")
 Runtime type information. More...
 
 LduInterfaceField (const lduInterface &patch)
 Construct given coupled patch. More...
 
virtual ~LduInterfaceField ()
 Destructor. More...
 
virtual void initInterfaceMatrixUpdate (Field< Type > &, const Field< Type > &, const scalarField &, const Pstream::commsTypes commsType) const
 Initialise neighbour matrix update. More...
 
virtual void updateInterfaceMatrix (Field< Type > &, const Field< Type > &, const scalarField &, const Pstream::commsTypes commsType) const =0
 Update result field based on interface functionality. More...
 
virtual void initInterfaceMatrixUpdate (scalarField &, const scalarField &, const scalarField &, const direction, const Pstream::commsTypes commsType) const
 Inherit initInterfaceMatrixUpdate from lduInterfaceField. More...
 
virtual void updateInterfaceMatrix (scalarField &, const scalarField &, const scalarField &, const direction, const Pstream::commsTypes commsType) const=0
 Inherit updateInterfaceMatrix from lduInterfaceField. More...
 
- Public Member Functions inherited from lduInterfaceField
 TypeName ("lduInterfaceField")
 Runtime type information. More...
 
 lduInterfaceField (const lduInterface &patch)
 Construct given coupled patch. More...
 
virtual ~lduInterfaceField ()
 Destructor. More...
 
const lduInterfaceinterface () const
 Return the interface. More...
 
virtual const wordinterfaceFieldType () const
 Return the interface type. More...
 
bool updatedMatrix () const
 Whether matrix has been updated. More...
 
bool & updatedMatrix ()
 Whether matrix has been updated. More...
 
virtual bool ready () const
 Is all data available. More...
 
virtual void initInterfaceMatrixUpdate (scalarField &, const scalarField &, const scalarField &, const direction, const Pstream::commsTypes commsType) const
 Initialise neighbour matrix update. More...
 
virtual void updateInterfaceMatrix (scalarField &, const scalarField &, const scalarField &, const direction, const Pstream::commsTypes commsType) const =0
 Update result field based on interface functionality. More...
 

Private Member Functions

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

Detailed Description

template<class Type>
class Foam::LduInterfaceField< Type >

An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields.

Source files

Definition at line 56 of file LduInterfaceField.H.

Constructor & Destructor Documentation

◆ LduInterfaceField() [1/2]

LduInterfaceField ( const LduInterfaceField< Type > &  )
private

Disallow default bitwise copy construct.

◆ LduInterfaceField() [2/2]

LduInterfaceField ( const lduInterface patch)
inline

Construct given coupled patch.

Definition at line 78 of file LduInterfaceField.H.

◆ ~LduInterfaceField()

Destructor.

Definition at line 29 of file LduInterfaceField.C.

Member Function Documentation

◆ operator=()

void operator= ( const LduInterfaceField< Type > &  )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "LduInterfaceField< Type >"  )

Runtime type information.

◆ initInterfaceMatrixUpdate() [1/2]

virtual void initInterfaceMatrixUpdate ( Field< Type > &  ,
const Field< Type > &  ,
const scalarField ,
const Pstream::commsTypes  commsType 
) const
inlinevirtual

Initialise neighbour matrix update.

Reimplemented in processorFvPatchField< Type >.

Definition at line 97 of file LduInterfaceField.H.

◆ updateInterfaceMatrix() [1/2]

virtual void updateInterfaceMatrix ( Field< Type > &  ,
const Field< Type > &  ,
const scalarField ,
const Pstream::commsTypes  commsType 
) const
pure virtual

◆ initInterfaceMatrixUpdate() [2/2]

virtual void initInterfaceMatrixUpdate
inline

Inherit initInterfaceMatrixUpdate from lduInterfaceField.

Definition at line 135 of file lduInterfaceField.H.

◆ updateInterfaceMatrix() [2/2]

virtual void updateInterfaceMatrix

Inherit updateInterfaceMatrix from lduInterfaceField.


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