|
| CollisionRecordList ()=default |
|
| CollisionRecordList (Istream &is) |
|
| CollisionRecordList (const labelField &pairAccessed, const labelField &pairOrigProcOfOther, const labelField &pairOrigIdOfOther, const Field< PairType > &pairData, const labelField &wallAccessed, const vectorField &wallPRel, const Field< WallType > &wallData) |
|
const DynamicList< PairCollisionRecord< PairType > > & | pairRecords () const |
|
const DynamicList< WallCollisionRecord< WallType > > & | wallRecords () const |
|
labelField | pairAccessed () const |
|
labelField | pairOrigProcOfOther () const |
|
labelField | pairOrigIdOfOther () const |
|
Field< PairType > | pairData () const |
|
labelField | wallAccessed () const |
|
vectorField | wallPRel () const |
|
Field< WallType > | wallData () const |
|
PairCollisionRecord< PairType > & | matchPairRecord (label origProcOfOther, label origIdOfOther) |
|
bool | checkPairRecord (label origProcOfOther, label origIdOfOther) |
|
WallCollisionRecord< WallType > & | matchWallRecord (const vector &pRel, scalar radius) |
|
bool | checkWallRecord (const vector &pRel, scalar radius) |
|
void | update () |
|
|
bool | operator== (const CollisionRecordList< PairType, WallType > &, const CollisionRecordList< PairType, WallType > &) |
|
bool | operator!= (const CollisionRecordList< PairType, WallType > &, const CollisionRecordList< PairType, WallType > &) |
|
Istream & | operator>> (Istream &, CollisionRecordList< PairType, WallType > &) |
|
Ostream & | operator (Ostream &, const CollisionRecordList< PairType, WallType > &) |
|
- Source files
-
Definition at line 48 of file CollisionRecordList.H.
◆ CollisionRecordList() [1/3]
◆ CollisionRecordList() [2/3]
◆ CollisionRecordList() [3/3]
◆ pairRecords()
◆ wallRecords()
◆ pairAccessed()
◆ pairOrigProcOfOther()
◆ pairOrigIdOfOther()
◆ pairData()
◆ wallAccessed()
◆ wallPRel()
◆ wallData()
◆ matchPairRecord()
◆ checkPairRecord()
bool checkPairRecord |
( |
label |
origProcOfOther, |
|
|
label |
origIdOfOther |
|
) |
| |
◆ matchWallRecord()
◆ checkWallRecord()
bool checkWallRecord |
( |
const vector & |
pRel, |
|
|
scalar |
radius |
|
) |
| |
◆ update()
◆ operator==
◆ operator!=
◆ operator>>
◆ operator
The documentation for this class was generated from the following files: