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 const transformer & | transform () const =0 |
| Return transformation between the coupled patches. More... | |
| virtual int | rank () const =0 |
| Return rank of component for transform. More... | |
| bool | transforms () const |
| Is the transform required. 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 49 of file cyclicAMILduInterfaceField.H.
|
inline |
Construct null.
Definition at line 61 of file cyclicAMILduInterfaceField.H.
References cyclicAMILduInterfaceField::rank(), cyclicAMILduInterfaceField::transform(), 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 |
Return transformation between the coupled patches.
Implemented in cyclicAMIFvPatchField< Type >, and cyclicAMIGAMGInterfaceField.
Referenced by cyclicAMILduInterfaceField::cyclicAMILduInterfaceField(), cyclicAMILduInterfaceField::transformCoupleField(), and cyclicAMILduInterfaceField::transforms().

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

|
inline |
Is the transform required.
Definition at line 80 of file cyclicAMILduInterfaceField.H.
References f(), cyclicAMILduInterfaceField::rank(), cyclicAMILduInterfaceField::transform(), cyclicAMILduInterfaceField::transformCoupleField(), and transformer::transforms().
Referenced by cyclicAMILduInterfaceField::transformCoupleField().


| void transformCoupleField | ( | Field< Type > & | f | ) | const |
Transform given patch field.
Definition at line 109 of file cyclicAMILduInterfaceField.H.
References cyclicAMILduInterfaceField::transform(), transformer::transform(), and cyclicAMILduInterfaceField::transforms().
Referenced by cyclicAMILduInterfaceField::transforms(), 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 VectorSpace< Form, Cmpt, Ncmpts >::component(), dimensioned< Type >::component(), Foam::diag(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::sqr(), Foam::T(), Foam::transform(), and transforms.
