Enumerations | |
enum | PARTICLE_TYPE { kNone = -999 , kSphere = 100 , kSphere_oseen = 101 , kSphere_empircal = 102 , kSphere_tracer = 103 , kEllipsoid = 200 , kEllipsoid_tracer = 203 , kSpheroid_inertialess = 300 , kSpheroid_inertialess_swimmer = 301 , kIBSphere = 1000 , kIBSphere_no_translation = 1001 , kIBSphere_no_rotation = 1002 , kIBEllipsoid = 2000 , kIBEllipsoid_no_translation = 2001 , kIBEllipsoid_fixed = 2002 } |