cyclicAMILduInterfaceField Class Referenceabstract

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

Inheritance diagram for cyclicAMILduInterfaceField:

Public Member Functions

 TypeName ("cyclicAMILduInterfaceField")
 Runtime type information. More...
 
 cyclicAMILduInterfaceField ()
 Construct null. More...
 
virtual ~cyclicAMILduInterfaceField ()
 Destructor. More...
 
virtual const transformertransform () const =0
 Return transformation between the coupled patches. More...
 
virtual int rank () const =0
 Return rank of component for transform. More...
 
bool transforms () const
 Is the transform required. More...
 
template<class Type >
void transformCoupleField (Field< Type > &f) const
 Transform given patch field. More...
 
void transformCoupleField (scalarField &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 49 of file cyclicAMILduInterfaceField.H.

Constructor & Destructor Documentation

◆ cyclicAMILduInterfaceField()

◆ ~cyclicAMILduInterfaceField()

Destructor.

Definition at line 39 of file cyclicAMILduInterfaceField.C.

References cyclicAMILduInterfaceField::transformCoupleField().

Referenced by cyclicAMILduInterfaceField::cyclicAMILduInterfaceField().

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

Member Function Documentation

◆ TypeName()

TypeName ( "cyclicAMILduInterfaceField"  )

Runtime type information.

◆ transform()

virtual const transformer& transform ( ) const
pure virtual

Return transformation between the coupled patches.

Implemented in cyclicAMIFvPatchField< Type >, and cyclicAMIGAMGInterfaceField.

Referenced by cyclicAMILduInterfaceField::cyclicAMILduInterfaceField(), cyclicAMILduInterfaceField::transformCoupleField(), and cyclicAMILduInterfaceField::transforms().

Here is the caller graph for this function:

◆ rank()

virtual int rank ( ) const
pure virtual

◆ transforms()

bool transforms ( ) const
inline

Is the transform required.

Definition at line 80 of file cyclicAMILduInterfaceField.H.

References f(), cyclicAMILduInterfaceField::rank(), cyclicAMILduInterfaceField::transform(), cyclicAMILduInterfaceField::transformCoupleField(), and transformer::transforms().

Referenced by cyclicAMILduInterfaceField::transformCoupleField().

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

◆ transformCoupleField() [1/2]

void transformCoupleField ( Field< Type > &  f) const

Transform given patch field.

Definition at line 109 of file cyclicAMILduInterfaceField.H.

References cyclicAMILduInterfaceField::transform(), transformer::transform(), and cyclicAMILduInterfaceField::transforms().

Referenced by cyclicAMILduInterfaceField::transforms(), and cyclicAMILduInterfaceField::~cyclicAMILduInterfaceField().

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

◆ transformCoupleField() [2/2]

void transformCoupleField ( scalarField psiInternal,
const direction  cmpt 
) const

Transform given patch internal field.

Definition at line 46 of file cyclicAMILduInterfaceField.C.

References Foam::component(), Foam::diag(), Foam::pow(), Foam::T(), and Foam::transform().

Here is the call graph for this function:

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