Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <particle_data.hpp>
Public Attributes | |
ParticleData * | next |
particle can form a linked list More... | |
int | pid |
particle id, type id More... | |
int | tid |
std::array< int, NINT_PARTICLE_DATA > | ii |
extra integer data More... | |
Real | time |
time instantiated, weight and charge More... | |
Real | weight |
Real | charge |
Real | x1 |
positions More... | |
Real | x2 |
Real | x3 |
Real | v1 |
velocities More... | |
Real | v2 |
Real | v3 |
Real | a1 |
accelerations More... | |
Real | a2 |
Real | a3 |
std::array< Real, NREAL_PARTICLE_DATA > | rr |
extra real data More... | |
Definition at line 21 of file particle_data.hpp.
ParticleData* ParticleData::next |
particle can form a linked list
Definition at line 23 of file particle_data.hpp.
int ParticleData::pid |
particle id, type id
Definition at line 26 of file particle_data.hpp.
int ParticleData::tid |
Definition at line 26 of file particle_data.hpp.
std::array<int, NINT_PARTICLE_DATA> ParticleData::ii |
extra integer data
Definition at line 29 of file particle_data.hpp.
Real ParticleData::time |
time instantiated, weight and charge
Definition at line 32 of file particle_data.hpp.
Real ParticleData::weight |
Definition at line 32 of file particle_data.hpp.
Real ParticleData::charge |
Definition at line 32 of file particle_data.hpp.
Real ParticleData::x1 |
positions
Definition at line 35 of file particle_data.hpp.
Real ParticleData::x2 |
Definition at line 35 of file particle_data.hpp.
Real ParticleData::x3 |
Definition at line 35 of file particle_data.hpp.
Real ParticleData::v1 |
velocities
Definition at line 38 of file particle_data.hpp.
Real ParticleData::v2 |
Definition at line 38 of file particle_data.hpp.
Real ParticleData::v3 |
Definition at line 38 of file particle_data.hpp.
Real ParticleData::a1 |
accelerations
Definition at line 41 of file particle_data.hpp.
Real ParticleData::a2 |
Definition at line 41 of file particle_data.hpp.
Real ParticleData::a3 |
Definition at line 41 of file particle_data.hpp.
std::array<Real, NREAL_PARTICLE_DATA> ParticleData::rr |
extra real data
Definition at line 44 of file particle_data.hpp.