OpenFOAM logo
Open Source CFD Toolkit

lduCoupledInterface Class Reference

Inheritance diagram for lduCoupledInterface:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 TypeName ("lduCoupledInterface")
 Runtime type information.
 lduCoupledInterface ()
 Construct null.
virtual ~lduCoupledInterface ()
virtual bool coupled () const
 Return true if this patch field is coupled.
virtual void initNbrColour (const labelField &, const bool) const
 Initialise neighbour colouring transfer.
virtual tmp< labelFieldnbrColour (const labelField &) const =0
 Return neighbour colouring.
virtual void initInterfaceMatrixUpdate (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction, const bool) const
 Initialise neighbour matrix update.
virtual void updateInterfaceMatrix (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction) const
 Update result field based on interface functionality.

Constructor & Destructor Documentation

lduCoupledInterface  )  [inline]
 

Construct null.

Definition at line 70 of file lduCoupledInterface.H.

virtual ~lduCoupledInterface  )  [virtual]
 


Member Function Documentation

virtual bool coupled  )  const [inline, virtual]
 

Return true if this patch field is coupled.

Reimplemented in cyclicAmgCoupledInterface, processorAmgCoupledInterface, coupledFvPatchField, processorFvPatchField, and coupledFaPatchField.

Definition at line 84 of file lduCoupledInterface.H.

References Foam::labelField.

virtual void initInterfaceMatrixUpdate const scalarField ,
scalarField ,
const lduMatrix ,
const scalarField ,
const   direction,
const   bool
const [inline, virtual]
 

Initialise neighbour matrix update.

Definition at line 108 of file lduCoupledInterface.H.

virtual void initNbrColour const labelField ,
const   bool
const [inline, virtual]
 

Initialise neighbour colouring transfer.

Reimplemented in processorAmgCoupledInterface.

Definition at line 91 of file lduCoupledInterface.H.

References Foam::labelField, and Foam::scalarField.

virtual tmp<labelField> nbrColour const labelField  )  const [pure virtual]
 

Return neighbour colouring.

Implemented in PointPatchField, amgCoupledInterface, cyclicAmgCoupledInterface, processorAmgCoupledInterface, coupledFvPatchField, slicedFvPatchField, cyclicFvPatchField, processorFvPatchField, fvPatchField, coupledFaPatchField, faPatchField, TetPointPatchField, PointPatchField< pointPatchField, pointPatch, Type >, and TetPointPatchField< tetPolyPatchField, tetPolyPatch, Type >.

TypeName "lduCoupledInterface"   ) 
 

Runtime type information.

virtual void updateInterfaceMatrix const scalarField ,
scalarField ,
const lduMatrix ,
const scalarField ,
const   direction
const [inline, virtual]
 

Update result field based on interface functionality.

Reimplemented in coupledFvPatchField, coupledFaPatchField, and processorFvPatchField.

Definition at line 120 of file lduCoupledInterface.H.

References Foam::direction, notImplemented, and Foam::type().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org