An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches. More...
Public Member Functions | |
TypeName ("lduInterface") | |
Runtime type information. More... | |
lduInterface () | |
Construct null. More... | |
lduInterface (const lduInterface &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~lduInterface () |
Destructor. More... | |
virtual const labelUList & | faceCells () const =0 |
Return faceCell addressing. More... | |
virtual tmp< labelField > | interfaceInternalField (const labelUList &internalData) const =0 |
Return the values of the given internal data adjacent to. More... | |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const |
Initialise transfer of internal field adjacent to the interface. More... | |
virtual tmp< labelField > | internalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const =0 |
Transfer and return internal field adjacent to the interface. More... | |
void | operator= (const lduInterface &)=delete |
Disallow default bitwise assignment. More... | |
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches.
Definition at line 53 of file lduInterface.H.
|
inline |
Construct null.
Definition at line 65 of file lduInterface.H.
References lduInterface::faceCells(), lduInterface::initInternalFieldTransfer(), lduInterface::interfaceInternalField(), and lduInterface::~lduInterface().
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 38 of file lduInterface.C.
Referenced by lduInterface::lduInterface().
TypeName | ( | "lduInterface" | ) |
Runtime type information.
|
pure virtual |
Return faceCell addressing.
Implemented in GAMGInterface, regionCoupledWallFvPatch, regionCoupledFvPatch, and coupledFvPatch.
Referenced by lduInterface::lduInterface(), and lduPrimitiveMesh::lduPrimitiveMesh().
|
pure virtual |
Return the values of the given internal data adjacent to.
the interface as a field
Implemented in GAMGInterface, cyclicAMIFvPatch, processorFvPatch, cyclicFvPatch, regionCoupledWallFvPatch, regionCoupledFvPatch, and coupledFvPatch.
Referenced by lduInterface::lduInterface().
|
inlinevirtual |
Initialise transfer of internal field adjacent to the interface.
Reimplemented in processorFvPatch, and processorGAMGInterface.
Definition at line 95 of file lduInterface.H.
References lduInterface::internalFieldTransfer(), and lduInterface::operator=().
Referenced by regionCoupledFvPatch::coupled(), regionCoupledWallFvPatch::coupled(), coupledFvPatch::faceCells(), and lduInterface::lduInterface().
|
pure virtual |
Transfer and return internal field adjacent to the interface.
Implemented in cyclicAMIFvPatch, processorFvPatch, regionCoupledWallFvPatch, regionCoupledFvPatch, cyclicFvPatch, coupledFvPatch, processorGAMGInterface, cyclicGAMGInterface, cyclicAMIGAMGInterface, and regionCoupledBaseGAMGInterface.
Referenced by lduInterface::initInternalFieldTransfer().
|
delete |
Disallow default bitwise assignment.
Referenced by lduInterface::initInternalFieldTransfer().