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

Public Member Functions | |
| TypeName ("cyclicAMILduInterfaceField") | |
| Runtime type information. More... | |
| cyclicAMILduInterfaceField () | |
| Construct null. More... | |
| virtual | ~cyclicAMILduInterfaceField () |
| Destructor. More... | |
| virtual bool | doTransform () const =0 |
| Is the transform required. More... | |
| virtual const tensorField & | forwardT () const =0 |
| Return face transformation tensor. More... | |
| virtual const tensorField & | reverseT () const =0 |
| Return neighbour-cell transformation tensor. More... | |
| virtual int | rank () const =0 |
| Return rank of component for transform. 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... | |
Abstract base class for cyclic AMI coupled interfaces.
Definition at line 48 of file cyclicAMILduInterfaceField.H.
|
inline |
Construct null.
Definition at line 60 of file cyclicAMILduInterfaceField.H.
References cyclicAMILduInterfaceField::doTransform(), f(), cyclicAMILduInterfaceField::forwardT(), cyclicAMILduInterfaceField::rank(), cyclicAMILduInterfaceField::reverseT(), cyclicAMILduInterfaceField::transformCoupleField(), and cyclicAMILduInterfaceField::~cyclicAMILduInterfaceField().

|
virtual |
Destructor.
Definition at line 39 of file cyclicAMILduInterfaceField.C.
References cyclicAMILduInterfaceField::transformCoupleField().
Referenced by cyclicAMILduInterfaceField::cyclicAMILduInterfaceField().


| TypeName | ( | "cyclicAMILduInterfaceField" | ) |
Runtime type information.
|
pure virtual |
Is the transform required.
Implemented in cyclicACMIFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, and cyclicAMIGAMGInterfaceField.
Referenced by cyclicACMIGAMGInterfaceField::cyclicACMIGAMGInterfaceField(), cyclicAMIGAMGInterfaceField::cyclicAMIGAMGInterfaceField(), cyclicAMILduInterfaceField::cyclicAMILduInterfaceField(), and cyclicAMILduInterfaceField::transformCoupleField().

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

|
pure virtual |
Return neighbour-cell transformation tensor.
Implemented in cyclicACMIFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, and cyclicAMIGAMGInterfaceField.
Referenced by cyclicAMILduInterfaceField::cyclicAMILduInterfaceField().

|
pure virtual |
Return rank of component for transform.
Implemented in cyclicACMIFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIGAMGInterfaceField, and cyclicAMIGAMGInterfaceField.
Referenced by cyclicACMIGAMGInterfaceField::cyclicACMIGAMGInterfaceField(), cyclicAMIGAMGInterfaceField::cyclicAMIGAMGInterfaceField(), and cyclicAMILduInterfaceField::cyclicAMILduInterfaceField().

| void transformCoupleField | ( | Field< Type > & | f | ) | const |
Transform given patch field.
Definition at line 108 of file cyclicAMILduInterfaceField.H.
References cyclicAMILduInterfaceField::doTransform(), cyclicAMILduInterfaceField::forwardT(), and Foam::transform().
Referenced by cyclicAMILduInterfaceField::cyclicAMILduInterfaceField(), cyclicACMILduInterfaceField::transformCoupleField(), and cyclicAMILduInterfaceField::~cyclicAMILduInterfaceField().


| 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(), and Foam::pow().

1.8.11