Loading...
Searching...
No Matches
cyclicAMILduInterfaceField Class Referenceabstract

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

#include <cyclicAMILduInterfaceField.H>

Inheritance diagram for cyclicAMILduInterfaceField:

Public Member Functions

 TypeName ("cyclicAMILduInterfaceField")
 Runtime type information.
 cyclicAMILduInterfaceField ()
 Construct null.
virtual ~cyclicAMILduInterfaceField ()
 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 &psiInternal, const direction cmpt) const
 Transform given patch internal field.

Detailed Description

Abstract base class for cyclic AMI coupled interfaces.

Source files

Definition at line 47 of file cyclicAMILduInterfaceField.H.

Constructor & Destructor Documentation

◆ cyclicAMILduInterfaceField()

◆ ~cyclicAMILduInterfaceField()

Destructor.

Definition at line 35 of file cyclicAMILduInterfaceField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "cyclicAMILduInterfaceField" )

Runtime type information.

◆ doTransform()

virtual bool doTransform ( ) const
pure virtual

◆ forwardT()

virtual const tensorField & forwardT ( ) const
pure virtual

Return face transformation tensor.

Implemented in cyclicACMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, cyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< scalar >, and cyclicAMIGAMGInterfaceField.

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 cyclicACMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, cyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< scalar >, and cyclicAMIGAMGInterfaceField.

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 & psiInternal,
const direction cmpt ) const

Transform given patch internal field.

Definition at line 41 of file cyclicAMILduInterfaceField.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: