cyclicAMILduInterfaceField Class Referenceabstract

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

Inheritance diagram for cyclicAMILduInterfaceField:
[legend]

Public Member Functions

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

Detailed Description

Abstract base class for cyclic AMI coupled interfaces.

Source files

Definition at line 51 of file cyclicAMILduInterfaceField.H.

Constructor & Destructor Documentation

◆ cyclicAMILduInterfaceField()

Construct null.

Definition at line 63 of file cyclicAMILduInterfaceField.H.

◆ ~cyclicAMILduInterfaceField()

Destructor.

Definition at line 42 of file cyclicAMILduInterfaceField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "cyclicAMILduInterfaceField"  )

Runtime type information.

◆ doTransform()

virtual bool doTransform ( ) const
pure virtual

Is the transform required.

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

Referenced by cyclicAMILduInterfaceField::transformCoupleField().

Here is the caller graph for this function:

◆ forwardT()

virtual const tensorField & forwardT ( ) const
pure virtual

Return face transformation tensor.

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

Referenced by cyclicAMILduInterfaceField::transformCoupleField().

Here is the caller graph for this function:

◆ reverseT()

virtual const tensorField & reverseT ( ) const
pure virtual

◆ rank()

virtual int rank ( ) const
pure virtual

◆ transformCoupleField() [1/2]

void transformCoupleField ( Field< Type > &  f) const

Transform given patch field.

Definition at line 110 of file cyclicAMILduInterfaceField.H.

References cyclicAMILduInterfaceField::doTransform(), f(), cyclicAMILduInterfaceField::forwardT(), and Foam::transform().

Referenced by cyclicACMILduInterfaceField::transformCoupleField().

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

◆ transformCoupleField() [2/2]

void transformCoupleField ( solveScalarField psiInternal,
const direction  cmpt 
) const

Transform given patch internal field.

Definition at line 48 of file cyclicAMILduInterfaceField.C.

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

Here is the call graph for this function:

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