SPH
|
Stored info about a quantity. More...
#include <Particle.h>
Public Attributes | |
QuantityId | id |
Quantity ID. More... | |
DynamicId | type |
Value type of the quantity. More... | |
Dynamic | value |
Quantity value. More... | |
Dynamic | dt |
First derivative of the quantity. More... | |
Dynamic | d2t |
Second derivative of the quantity. More... | |
Stored info about a quantity.
Note that not all values have to be initialized; if they are, however, all values have the same type.
Definition at line 125 of file Particle.h.
Dynamic Particle::QuantityData::d2t |
Second derivative of the quantity.
Definition at line 140 of file Particle.h.
Dynamic Particle::QuantityData::dt |
First derivative of the quantity.
Definition at line 137 of file Particle.h.
QuantityId Particle::QuantityData::id |
Quantity ID.
Definition at line 128 of file Particle.h.
DynamicId Particle::QuantityData::type |
Value type of the quantity.
Definition at line 131 of file Particle.h.
Dynamic Particle::QuantityData::value |
Quantity value.
Definition at line 134 of file Particle.h.