Abstract base class for processor coupled interfaces. More...
#include <OpenFOAM/processorLduInterfaceField.H>
Abstract base class for processor coupled interfaces.
Definition at line 50 of file processorLduInterfaceField.H.
Inheritance diagram for processorLduInterfaceField:Public Member Functions | |
| TypeName ("processorLduInterfaceField") | |
| Runtime type information. | |
| processorLduInterfaceField () | |
| Construct given coupled patch. | |
| virtual | ~processorLduInterfaceField () |
| virtual int | myProcNo () const =0 |
| Return processor number. | |
| virtual int | neighbProcNo () const =0 |
| Return neigbour processor number. | |
| virtual bool | doTransform () const =0 |
| Is the transform required. | |
| virtual const tensorField & | forwardT () const =0 |
| Return face transformation tensor. | |
| virtual int | rank () const =0 |
| Return rank of component for transform. | |
| void | transformCoupleField (scalarField &f, const direction cmpt) const |
| Transform given patch component field. | |
|
inline |
Construct given coupled patch.
Definition at line 62 of file processorLduInterfaceField.H.
|
virtual |
Definition at line 39 of file processorLduInterfaceField.C.
| TypeName | ( | "processorLduInterfaceField" | ) |
Runtime type information.
|
pure virtual |
Return processor number.
Implemented in processorFvPatchField< Type >, and processorGAMGInterfaceField.
|
pure virtual |
Return neigbour processor number.
Implemented in processorFvPatchField< Type >, and processorGAMGInterfaceField.
|
pure virtual |
Is the transform required.
Implemented in processorFvPatchField< Type >, and processorGAMGInterfaceField.
Referenced by processorGAMGInterfaceField::processorGAMGInterfaceField().
|
pure virtual |
Return face transformation tensor.
Implemented in processorFvPatchField< Type >, and processorGAMGInterfaceField.
|
pure virtual |
Return rank of component for transform.
Implemented in processorFvPatchField< Type >, and processorGAMGInterfaceField.
Referenced by processorGAMGInterfaceField::processorGAMGInterfaceField().
| void transformCoupleField | ( | scalarField & | f, |
| const direction | cmpt | ||
| ) | const |
Transform given patch component field.
Definition at line 46 of file processorLduInterfaceField.C.
References Foam::component(), Foam::diag(), and Foam::pow().