Abstract base class for cyclic coupled interfaces. More...
#include <OpenFOAM/cyclicLduInterfaceField.H>
Abstract base class for cyclic coupled interfaces.
Definition at line 50 of file cyclicLduInterfaceField.H.
Inheritance diagram for cyclicLduInterfaceField:Public Member Functions | |
| TypeName ("cyclicLduInterfaceField") | |
| Runtime type information. | |
| cyclicLduInterfaceField () | |
| Construct given coupled patch. | |
| virtual | ~cyclicLduInterfaceField () |
| 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. | |
| void | transformCoupleField (scalarField &psiInternal, const direction cmpt) const |
| Transform given patch internal field. | |
|
inline |
Construct given coupled patch.
Definition at line 62 of file cyclicLduInterfaceField.H.
|
virtual |
Definition at line 39 of file cyclicLduInterfaceField.C.
| TypeName | ( | "cyclicLduInterfaceField" | ) |
Runtime type information.
|
pure virtual |
Is the transform required.
Implemented in cyclicFvPatchField< Type >, and cyclicGAMGInterfaceField.
Referenced by cyclicGAMGInterfaceField::cyclicGAMGInterfaceField().
|
pure virtual |
Return face transformation tensor.
Implemented in cyclicFvPatchField< Type >, and cyclicGAMGInterfaceField.
|
pure virtual |
Return neighbour-cell transformation tensor.
Implemented in cyclicFvPatchField< Type >, and cyclicGAMGInterfaceField.
|
pure virtual |
Return rank of component for transform.
Implemented in cyclicFvPatchField< Type >, and cyclicGAMGInterfaceField.
Referenced by cyclicGAMGInterfaceField::cyclicGAMGInterfaceField().
| void transformCoupleField | ( | scalarField & | psiInternal, |
| const direction | cmpt | ||
| ) | const |
Transform given patch internal field.
Definition at line 46 of file cyclicLduInterfaceField.C.
References Foam::component(), Foam::diag(), Foam::pow(), and List< T >::size().