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
|
generateBonds(...)
Generates bonds between particle pairs separated by less than the
specified tolerance |
|
|
void
|
|
void
|
|
|
generateClusterBonds(...)
Generates bonds with different tags depending on whether the particle
tags are the same or different. |
|
|
void
|
|
boost::python::list
|
|
boost::python::list
|
|
double
|
getSumVolume(...)
Returns the sum of the particle volumes in the specified group. |
|
|
|
|
|
insertBond(...)
Inserts bond between particles with the specified particle IDs |
|
|
|
insertFromRawFile(...)
Reads in an existing geometry from a file in a raw ASCII format |
|
|
|
|
void
|
|
void
|
|
|
|
void
|
|
void
|
tagParticlesAlongPlane(...)
Assigns the specified tag to all particles from group
groupID that lie within the specified distance of the
given Plane. |
|
|
void
|
|
void
|
|
void
|
|
void
|
tagParticlesInVolume(...)
Assigns the specified tag to all particles within the specified AVolume3D from
group groupID that lie within the specified volume. |
|
|
|
|
|
tagParticlesToClosestAnisotropic(...)
Tags particles in GroupID1 closest to spheres in
GroupID2 using distance weighting factors for
aniostropic particle cluster shapes. |
|
|
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__
|