60 #ifndef InteractionLists_H
61 #define InteractionLists_H
72 class globalIndexAndTransform;
73 class distributionMap;
79 template<
class ParticleType>
155 void buildInteractionLists();
159 void findExtendedProcBbsInRange
179 void prepareParticlesToRefer
185 void prepareParticleToBeReferred
192 void fillReferredParticleCloud();
196 void prepareWallDataToRefer();
199 void writeReferredWallFaces()
const;
215 Switch writeCloud =
false,
242 const label startReq = 0
const List< DynamicList< molecule * > > & cellOccupancy
Base cloud calls templated on particle type.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
Builds direct interaction list, specifying which local (real) cells are potentially in range of each ...
const List< IDLList< ParticleType > > & referredParticles() const
Return access to the referred particle container.
const distributionMap & cellMap() const
Return access to the cellMap.
const List< labelPair > & wallFaceIndexAndTransformToDistribute() const
Return access to the wallFaceIndexAndTransformToDistribute list.
const List< labelPair > & cellIndexAndTransformToDistribute() const
Return access to the cellIndexAndTransformToDistribute list.
const List< vector > & referredWallData() const
Return access to the referred wall data.
const List< referredWallFace > & referredWallFaces() const
Return access to the referred wall faces.
const labelListList & rilInverse() const
Return access to the inverse referred interaction list.
const polyMesh & mesh() const
Return access to the mesh.
const labelListList & dil() const
Return access to the direct interaction list.
const labelListList & ril() const
Return access to the referred interaction list.
const distributionMap & wallFaceMap() const
Return access to the wallFaceMap.
const labelListList & rwfil() const
Return access to the referred wall face interaction list.
InteractionLists(const polyMesh &mesh)
Construct null from mesh.
const labelListList & rwfilInverse() const
Return access to the inverse referred wall face.
const word & UName() const
Return the name of the velocity field.
void operator=(const InteractionLists &)=delete
Disallow default bitwise assignment.
const labelListList & dwfil() const
Return access to the direct wall face interaction list.
void sendReferredData(const List< DynamicList< ParticleType * >> &cellOccupancy, PstreamBuffers &pBufs)
Prepare and send referred particles and wall data,.
void receiveReferredData(PstreamBuffers &pBufs, const label startReq=0)
Receive referred data.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class containing processor-to-processor mapping information.
Mesh consisting of general polyhedral cells.
Standard boundBox + extra functionality for use in octree.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.