36 #ifndef lduInterface_H
37 #define lduInterface_H
commsTypes
Types of communications.
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches.
lduInterface()
Construct null.
virtual const labelUList & faceCells() const =0
Return faceCell addressing.
virtual void initInternalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &iF) const
Initialise transfer of internal field adjacent to the interface.
virtual tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &iF) const =0
Transfer and return internal field adjacent to the interface.
void operator=(const lduInterface &)=delete
Disallow default bitwise assignment.
virtual tmp< labelField > interfaceInternalField(const labelUList &internalData) const =0
Return the values of the given internal data adjacent to.
virtual ~lduInterface()
Destructor.
TypeName("lduInterface")
Runtime type information.
A class for managing temporary objects.
Basic run-time type information using word as the type's name. Used to enhance the standard RTTI to c...