|
#include <MercuryData.h>
Public Attributes | |
double | position [NDIMS] |
double | velocity [NDIMS] |
double | rotation [NDIMS] |
double | angularV [NDIMS] |
double | radius |
std::size_t | speciesID |
Stores a single mercury particle for usage by external converters.
double MercuryParticle< NDIMS >::angularV[NDIMS] |
P Y R velocities?
Referenced by operator>>().
double MercuryParticle< NDIMS >::position[NDIMS] |
X Y Z coordinates
Referenced by operator>>().
double MercuryParticle< NDIMS >::radius |
Radius of the particle
Referenced by operator>>().
double MercuryParticle< NDIMS >::rotation[NDIMS] |
P Y R rotations?
Referenced by operator>>().
std::size_t MercuryParticle< NDIMS >::speciesID |
Index of the species of this particle.
Referenced by operator>>().
double MercuryParticle< NDIMS >::velocity[NDIMS] |
X Y Z velocities
Referenced by operator>>().