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


Public Member Functions | |
| TypeName ("cyclicACMILduInterfaceField") | |
| Runtime type information. | |
| cyclicACMILduInterfaceField () | |
| Construct null. | |
| virtual | ~cyclicACMILduInterfaceField () |
| Destructor. | |
| 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. | |
| Public Member Functions inherited from cyclicAMILduInterfaceField | |
| 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 ACMI coupled interfaces.
Definition at line 47 of file cyclicACMILduInterfaceField.H.
|
inline |
Construct null.
Definition at line 65 of file cyclicACMILduInterfaceField.H.
Referenced by cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField(), cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField(), cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField(), cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField(), and cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField().

|
virtual |
Destructor.
Definition at line 35 of file cyclicACMILduInterfaceField.C.
| TypeName | ( | "cyclicACMILduInterfaceField" | ) |
Runtime type information.
| void transformCoupleField | ( | Field< Type > & | f | ) | const |
Transform given patch field.
Definition at line 103 of file cyclicACMILduInterfaceField.H.
References f(), and cyclicAMILduInterfaceField::transformCoupleField().
Referenced by cyclicACMIFvPatchField< Type >::initInterfaceMatrixUpdate(), cyclicACMIFvPatchField< Type >::initInterfaceMatrixUpdate(), cyclicACMIGAMGInterfaceField::initInterfaceMatrixUpdate(), cyclicACMIFvPatchField< Type >::updateInterfaceMatrix(), cyclicACMIFvPatchField< Type >::updateInterfaceMatrix(), and cyclicACMIGAMGInterfaceField::updateInterfaceMatrix().


| void transformCoupleField | ( | solveScalarField & | psiInternal, |
| const direction | cmpt ) const |
Transform given patch internal field.
Definition at line 41 of file cyclicACMILduInterfaceField.C.
References f(), and cyclicAMILduInterfaceField::transformCoupleField().
