Abstract base class for cyclic coupled interfaces. More...
#include <cyclicLduInterfaceField.H>

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 tensorField & | forwardT () const =0 |
| Return face transformation tensor. | |
| virtual const tensorField & | reverseT () 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. | |
Abstract base class for cyclic coupled interfaces.
Definition at line 48 of file cyclicLduInterfaceField.H.
|
default |
Construct null.
Referenced by cyclicFaPatchField< Type >::cyclicFaPatchField(), cyclicFvPatchField< Type >::cyclicFvPatchField(), and cyclicGAMGInterfaceField::cyclicGAMGInterfaceField().

|
virtualdefault |
Destructor.
| TypeName | ( | "cyclicLduInterfaceField" | ) |
Runtime type information.
|
pure virtual |
Is the transform required.
Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.
Referenced by transformCoupleField(), and transformCoupleField().

|
pure virtual |
Return face transformation tensor.
Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.
Referenced by transformCoupleField(), and transformCoupleField().

|
pure virtual |
Return neighbour-cell transformation tensor.
Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.
|
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().


| void transformCoupleField | ( | Field< Type > & | f | ) | const |
Transform given patch field.
Definition at line 124 of file cyclicLduInterfaceField.H.
References doTransform(), f(), forwardT(), and Foam::transform().
Referenced by cyclicFvPatchField< scalar >::manipulateMatrix(), cyclicFaPatchField< Type >::updateInterfaceMatrix(), cyclicFaPatchField< Type >::updateInterfaceMatrix(), cyclicFvPatchField< scalar >::updateInterfaceMatrix(), cyclicGAMGInterfaceField::updateInterfaceMatrix(), jumpCyclicFvPatchField< Type >::updateInterfaceMatrix(), and jumpCyclicFvPatchField< scalar >::updateInterfaceMatrix().


| 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().
