Loading...
Searching...
No Matches
cyclicLduInterfaceField Class Referenceabstract

Abstract base class for cyclic coupled interfaces. More...

#include <cyclicLduInterfaceField.H>

Inheritance diagram for cyclicLduInterfaceField:

Public Member Functions

 TypeName ("cyclicLduInterfaceField")
 Runtime type information.
 cyclicLduInterfaceField ()=default
 Construct null.
virtual ~cyclicLduInterfaceField ()=default
 Destructor.
virtual bool doTransform () const =0
 Is the transform required.
virtual const tensorFieldforwardT () const =0
 Return face transformation tensor.
virtual const tensorFieldreverseT () const =0
 Return neighbour-cell transformation tensor.
virtual int rank () const =0
 Return rank of component for transform.
template<class Type>
void transformCoupleField (Field< Type > &f) const
 Transform given patch field.
void transformCoupleField (solveScalarField &f, const direction cmpt) const
 Transform given patch component field.

Detailed Description

Abstract base class for cyclic coupled interfaces.

Source files

Definition at line 48 of file cyclicLduInterfaceField.H.

Constructor & Destructor Documentation

◆ cyclicLduInterfaceField()

cyclicLduInterfaceField ( )
default

◆ ~cyclicLduInterfaceField()

virtual ~cyclicLduInterfaceField ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "cyclicLduInterfaceField" )

Runtime type information.

◆ doTransform()

virtual bool doTransform ( ) const
pure virtual

Is the transform required.

Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.

Referenced by transformCoupleField(), and transformCoupleField().

Here is the caller graph for this function:

◆ forwardT()

virtual const tensorField & forwardT ( ) const
pure virtual

Return face transformation tensor.

Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.

Referenced by transformCoupleField(), and transformCoupleField().

Here is the caller graph for this function:

◆ reverseT()

virtual const tensorField & reverseT ( ) const
pure virtual

◆ rank()

virtual int rank ( ) const
pure virtual

Return rank of component for transform.

Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.

References f().

Referenced by transformCoupleField().

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

◆ transformCoupleField() [1/2]

◆ transformCoupleField() [2/2]

void transformCoupleField ( solveScalarField & f,
const direction cmpt ) const

Transform given patch component field.

Definition at line 35 of file cyclicLduInterfaceField.C.

References Foam::component(), Foam::diag(), doTransform(), f(), forwardT(), Foam::pow(), and rank().

Here is the call graph for this function:

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