void
|
GrowNGroups(...)
Expands the neighbour table to permit the specified number of
particle groups |
|
|
|
__init__(...)
Constructs a neighbour table with specified bounds, cell size and
initial number of particle groups. |
|
|
|
|
|
|
void
|
|
void
|
generateBonds(...)
Generates bonds between particle pairs separated by less than the
specified tolerance |
|
|
void
|
|
void
|
generateBondsWithMask(...)
Generates bonds between particle pairs separated by less than the
specified tolerance. |
|
|
|
generateClusterBonds(...)
Generates bonds between particle pairs separated by less than the
specified tolerance. |
|
|
void
|
generateRandomBonds(...)
Generates bonds between particle pairs separated by less than the
specified tolerance. |
|
|
boost::python::list
|
getBondList(...)
Returns a python list of bonds with the specified group ID as int-int
pairs |
|
|
int
|
getNumParticles(...)
Returns the number of the particles in the specified group. |
|
|
boost::python::list
|
|
double
|
getSumVolume(...)
Returns the sum of the particle areas in the specified group. |
|
|
|
|
|
insertBond(...)
Inserts bond between particles with the specified particle IDs |
|
|
|
|
|
|
void
|
tagClosestParticle(...)
Assigns the specified tag to the particle which is closest to the
given point. |
|
|
void
|
tagParticlesAlongLine(...)
Assigns the specified tag to all particles from group
groupID that lie within the specified distance of the
given line. |
|
|
void
|
tagParticlesAlongLineSegment(...)
Assigns the specified tag to all particles from group
groupID that lie within the specified distance of the
given line segment. |
|
|
void
|
tagParticlesAlongLineWithMask(...)
Assigns the specified tag to all particles from group
groupID that lie within the specified distance of the
given line. |
|
|
void
|
tagParticlesInVolume(...)
Assigns the specified tag to all particles from group
groupID that lie within the specified volume. |
|
|
void
|
tagParticlesNear(...)
Assigns the specified tag to all particles from group
groupID that lie within the specified distance of the
given point. |
|
|
|
|
void
|
write(...)
Writes the particle assembly and bonding information to the specified
file using the specified output style (0: debug; 1: geo; 2: vtk) |
|
|
Inherited from unreachable.instance :
__new__
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|