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

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 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 &psiInternal, const direction cmpt) const |
| Transform given patch internal field. | |
Abstract base class for cyclic AMI coupled interfaces.
Definition at line 47 of file cyclicAMILduInterfaceField.H.
|
inline |
Construct null.
Definition at line 63 of file cyclicAMILduInterfaceField.H.
Referenced by cyclicAMIFvPatchField< Type >::cyclicAMIFvPatchField(), cyclicAMIFvPatchField< Type >::cyclicAMIFvPatchField(), cyclicAMIFvPatchField< Type >::cyclicAMIFvPatchField(), cyclicAMIFvPatchField< Type >::cyclicAMIFvPatchField(), cyclicAMIFvPatchField< Type >::cyclicAMIFvPatchField(), and cyclicAMIGAMGInterfaceField::cyclicAMIGAMGInterfaceField().

|
virtual |
Destructor.
Definition at line 35 of file cyclicAMILduInterfaceField.C.
| TypeName | ( | "cyclicAMILduInterfaceField" | ) |
Runtime type information.
|
pure virtual |
Is the transform required.
Implemented in cyclicACMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, cyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< scalar >, and cyclicAMIGAMGInterfaceField.
Referenced by transformCoupleField(), and transformCoupleField().

|
pure virtual |
Return face transformation tensor.
Implemented in cyclicACMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, cyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< scalar >, and cyclicAMIGAMGInterfaceField.
Referenced by transformCoupleField(), and transformCoupleField().

|
pure virtual |
Return neighbour-cell transformation tensor.
Implemented in cyclicACMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, cyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< scalar >, and cyclicAMIGAMGInterfaceField.
|
pure virtual |
Return rank of component for transform.
Implemented in cyclicACMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, cyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< scalar >, and cyclicAMIGAMGInterfaceField.
References f().
Referenced by transformCoupleField().


| void transformCoupleField | ( | Field< Type > & | f | ) | const |
Transform given patch field.
Definition at line 124 of file cyclicAMILduInterfaceField.H.
References doTransform(), f(), forwardT(), and Foam::transform().
Referenced by cyclicAMIFvPatchField< Type >::initInterfaceMatrixUpdate(), cyclicAMIFvPatchField< Type >::initInterfaceMatrixUpdate(), cyclicAMIGAMGInterfaceField::initInterfaceMatrixUpdate(), cyclicACMILduInterfaceField::transformCoupleField(), cyclicACMILduInterfaceField::transformCoupleField(), cyclicAMIFvPatchField< Type >::updateInterfaceMatrix(), cyclicAMIFvPatchField< Type >::updateInterfaceMatrix(), cyclicAMIGAMGInterfaceField::updateInterfaceMatrix(), jumpCyclicAMIFvPatchField< Type >::updateInterfaceMatrix(), and jumpCyclicAMIFvPatchField< scalar >::updateInterfaceMatrix().


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