An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields. More...
Public Member Functions | |
TypeName ("lduInterfaceField") | |
Runtime type information. More... | |
lduInterfaceField (const lduInterface &patch) | |
Construct given coupled patch. More... | |
virtual | ~lduInterfaceField () |
Destructor. More... | |
const lduInterface & | interface () const |
Return the interface. More... | |
virtual const word & | interfaceFieldType () const |
Return the interface type. More... | |
bool | updatedMatrix () const |
Whether matrix has been updated. More... | |
bool & | updatedMatrix () |
Whether matrix has been updated. More... | |
virtual bool | ready () const |
Is all data available. More... | |
virtual void | initInterfaceMatrixUpdate (scalarField &, const scalarField &, const scalarField &, const direction, const Pstream::commsTypes commsType) const |
Initialise neighbour matrix update. More... | |
virtual void | updateInterfaceMatrix (scalarField &, const scalarField &, const scalarField &, const direction, const Pstream::commsTypes commsType) const =0 |
Update result field based on interface functionality. More... | |
Private Member Functions | |
lduInterfaceField (const lduInterfaceField &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const lduInterfaceField &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
const lduInterface & | interface_ |
Reference to the coupled patch this field is defined for. More... | |
bool | updatedMatrix_ |
Update index used so that updateInterfaceMatrix is called only once. More... | |
An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields.
Definition at line 55 of file lduInterfaceField.H.
|
private |
Disallow default bitwise copy construct.
|
inline |
Construct given coupled patch.
Definition at line 85 of file lduInterfaceField.H.
|
virtual |
Destructor.
Definition at line 38 of file lduInterfaceField.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "lduInterfaceField" | ) |
Runtime type information.
|
inline |
Return the interface.
Definition at line 101 of file lduInterfaceField.H.
References lduInterfaceField::interface_.
|
inlinevirtual |
Return the interface type.
Reimplemented in energyRegionCoupledFvPatchScalarField, jumpCyclicAMIFvPatchField< Type >, and jumpCyclicFvPatchField< Type >.
Definition at line 107 of file lduInterfaceField.H.
References Foam::type().
Referenced by GAMGInterfaceField::New().
|
inline |
Whether matrix has been updated.
Definition at line 116 of file lduInterfaceField.H.
References lduInterfaceField::updatedMatrix_.
Referenced by processorGAMGInterfaceField::initInterfaceMatrixUpdate(), processorFvPatchField< Type >::initInterfaceMatrixUpdate(), processorGAMGInterfaceField::updateInterfaceMatrix(), and processorFvPatchField< Type >::updateInterfaceMatrix().
|
inline |
Whether matrix has been updated.
Definition at line 122 of file lduInterfaceField.H.
References lduInterfaceField::updatedMatrix_.
|
inlinevirtual |
Is all data available.
Reimplemented in processorFvPatchField< Type >.
Definition at line 128 of file lduInterfaceField.H.
|
inlinevirtual |
Initialise neighbour matrix update.
Reimplemented in processorFvPatchField< Type >, processorGAMGInterfaceField, processorFvPatchField< Type >, and processorFvPatchField< Type >.
Definition at line 135 of file lduInterfaceField.H.
|
pure virtual |
Update result field based on interface functionality.
Implemented in coupledFvPatchField< scalar >, coupledFvPatchField< Type >, jumpCyclicAMIFvPatchField< Type >, jumpCyclicAMIFvPatchField< scalar >, jumpCyclicFvPatchField< Type >, jumpCyclicFvPatchField< scalar >, processorFvPatchField< Type >, cyclicACMIFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< scalar >, cyclicFvPatchField< Type >, cyclicFvPatchField< scalar >, jumpCyclicAMIFvPatchField< Type >, jumpCyclicAMIFvPatchField< scalar >, jumpCyclicFvPatchField< Type >, jumpCyclicFvPatchField< scalar >, cyclicGAMGInterfaceField, processorGAMGInterfaceField, jumpCyclicAMIFvPatchField< Type >, jumpCyclicAMIFvPatchField< scalar >, jumpCyclicFvPatchField< Type >, jumpCyclicFvPatchField< scalar >, cyclicACMIGAMGInterfaceField, cyclicAMIGAMGInterfaceField, processorFvPatchField< Type >, processorFvPatchField< Type >, regionCoupledWallGAMGInterfaceField, regionCoupledGAMGInterfaceField, and energyRegionCoupledFvPatchScalarField.
|
private |
Reference to the coupled patch this field is defined for.
Definition at line 60 of file lduInterfaceField.H.
Referenced by lduInterfaceField::interface().
|
private |
Update index used so that updateInterfaceMatrix is called only once.
during the construction of the matrix
Definition at line 64 of file lduInterfaceField.H.
Referenced by lduInterfaceField::updatedMatrix().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.