MercuryParticle< 2 > Struct 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

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...

Member Data Documentation

◆ angularV

double MercuryParticle< 2 >::angularV[3]

P Y R velocities?

◆ position

double MercuryParticle< 2 >::position[3]

X Y Z coordinates

◆ radius

double MercuryParticle< 2 >::radius

Radius of the particle

◆ rotation

double MercuryParticle< 2 >::rotation[3]

P Y R rotations?

◆ speciesID

std::size_t MercuryParticle< 2 >::speciesID

Index of the species of this particle.

◆ velocity

double MercuryParticle< 2 >::velocity[3]

X Y Z velocities


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