36 #ifndef CollisionRecordList_H
37 #define CollisionRecordList_H
49 template<
class PairType,
class WallType>
50 class CollisionRecordList;
52 template<
class PairType,
class WallType>
53 inline bool operator==
55 const CollisionRecordList<PairType, WallType>&,
56 const CollisionRecordList<PairType, WallType>&
59 template<
class PairType,
class WallType>
60 inline bool operator!=
62 const CollisionRecordList<PairType, WallType>&,
63 const CollisionRecordList<PairType, WallType>&
66 template<
class PairType,
class WallType>
69 template<
class PairType,
class WallType>
77 template<
class PairType,
class WallType>
168 label origProcOfOther,
199 friend bool operator== <PairType, WallType>
205 friend bool operator!= <PairType, WallType>
214 friend Istream&
operator>> <PairType, WallType>
220 friend Ostream& operator<< <PairType, WallType>
const DynamicList< WallCollisionRecord< WallType > > & wallRecords() const
Return the active wall collisions.
PairCollisionRecord< PairType > & matchPairRecord(label origProcOfOther, label origIdOfOther)
Enquires if the proc and id pair of the other particle are.
const DynamicList< PairCollisionRecord< PairType > > & pairRecords() const
Return the active pair collisions.
labelField pairAccessed() const
Return field of pair accessed from each record, used for.
labelField pairOrigIdOfOther() const
Return field of pair origIdOfOther from each record, used.
vectorField wallPRel() const
Return field of wall pRel from each record, used for field IO.
bool checkPairRecord(label origProcOfOther, label origIdOfOther)
Enquire if the specified record exists without modifying.
~CollisionRecordList()
Destructor.
Field< WallType > wallData() const
Return field of wall data from each record, used for field IO.
Field< PairType > pairData() const
Return field of pair data from each record, used for field IO.
CollisionRecordList()
Construct null.
WallCollisionRecord< WallType > & matchWallRecord(const vector &pRel, scalar radius)
Enquires if the position of wall impact relative to the.
labelField wallAccessed() const
Return field of wall accessed from each record, used for field IO.
bool checkWallRecord(const vector &pRel, scalar radius)
Enquire if the specified record exists without modifying.
void update()
Update the collision records, deleting any records not.
labelField pairOrigProcOfOther() const
Return field of pair origProcOfOther from each record,.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Record of a collision between the particle holding the record and the particle with the stored id.
Record of a collision between the particle holding the record and a wall face at the position relativ...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Istream & operator>>(Istream &, pistonPointEdgeData &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)