Abstract base class for cyclic coupled interfaces. More...
Public Member Functions | |
TypeName ("cyclicLduInterfaceField") | |
Runtime type information. More... | |
cyclicLduInterfaceField ()=default | |
Construct null. More... | |
virtual | ~cyclicLduInterfaceField ()=default |
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 (solveScalarField &f, const direction cmpt) const |
Transform given patch component field. More... | |
Abstract base class for cyclic coupled interfaces.
Definition at line 52 of file cyclicLduInterfaceField.H.
|
default |
Construct null.
|
virtualdefault |
Destructor.
TypeName | ( | "cyclicLduInterfaceField" | ) |
Runtime type information.
|
pure virtual |
Is the transform required.
Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.
Referenced by cyclicLduInterfaceField::transformCoupleField().
|
pure virtual |
Return face transformation tensor.
Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.
Referenced by cyclicLduInterfaceField::transformCoupleField().
|
pure virtual |
Return neighbour-cell transformation tensor.
Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.
|
pure virtual |
Return rank of component for transform.
Implemented in cyclicFaPatchField< Type >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, cyclicFvPatchField< vector >, and cyclicGAMGInterfaceField.
Referenced by cyclicLduInterfaceField::transformCoupleField().
void transformCoupleField | ( | Field< Type > & | f | ) | const |
Transform given patch field.
Definition at line 110 of file cyclicLduInterfaceField.H.
References cyclicLduInterfaceField::doTransform(), f(), cyclicLduInterfaceField::forwardT(), and Foam::transform().
Referenced by cyclicFaPatchField< Type >::transformCoupleField().
void transformCoupleField | ( | solveScalarField & | f, |
const direction | cmpt | ||
) | const |
Transform given patch component field.
Definition at line 42 of file cyclicLduInterfaceField.C.
References Foam::component(), Foam::diag(), cyclicLduInterfaceField::doTransform(), f(), cyclicLduInterfaceField::forwardT(), Foam::pow(), and cyclicLduInterfaceField::rank().