MercuryDPM
Alpha
|
#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.
Definition at line 41 of file MercuryData.h.
double MercuryParticle< NDIMS >::angularV[NDIMS] |
double MercuryParticle< NDIMS >::position[NDIMS] |
double MercuryParticle< NDIMS >::radius |
double MercuryParticle< NDIMS >::rotation[NDIMS] |
std::size_t MercuryParticle< NDIMS >::speciesID |
Index of the species of this particle.
Definition at line 69 of file MercuryData.h.
Referenced by operator>>().
double MercuryParticle< NDIMS >::velocity[NDIMS] |