MercuryDPM  Alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MercuryParticle< 2 > Struct Template Reference

#include <MercuryData.h>

Public Attributes

double position [3]
 
double velocity [3]
 
double rotation [3]
 
double angularV [3]
 
double radius
 
std::size_t speciesID
 

Detailed Description

template<>
struct MercuryParticle< 2 >

Stores a single 2D mercury particle for usage by external converters. Because VTK can't deal with 2D particles, This means that we'll have to zero-extend these particles...

Definition at line 80 of file MercuryData.h.

Member Data Documentation

double MercuryParticle< 2 >::angularV[3]

P Y R velocities?

Definition at line 98 of file MercuryData.h.

double MercuryParticle< 2 >::position[3]

X Y Z coordinates

Definition at line 86 of file MercuryData.h.

double MercuryParticle< 2 >::radius

Radius of the particle

Definition at line 103 of file MercuryData.h.

double MercuryParticle< 2 >::rotation[3]

P Y R rotations?

Definition at line 94 of file MercuryData.h.

std::size_t MercuryParticle< 2 >::speciesID

Index of the species of this particle.

Definition at line 108 of file MercuryData.h.

double MercuryParticle< 2 >::velocity[3]

X Y Z velocities

Definition at line 90 of file MercuryData.h.


The documentation for this struct was generated from the following file: