SPH
Public Attributes | List of all members
Particle::QuantityData Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ d2t

Dynamic Particle::QuantityData::d2t

Second derivative of the quantity.

Definition at line 140 of file Particle.h.

◆ dt

Dynamic Particle::QuantityData::dt

First derivative of the quantity.

Definition at line 137 of file Particle.h.

◆ id

QuantityId Particle::QuantityData::id

Quantity ID.

Definition at line 128 of file Particle.h.

◆ type

DynamicId Particle::QuantityData::type

Value type of the quantity.

Definition at line 131 of file Particle.h.

◆ value

Dynamic Particle::QuantityData::value

Quantity value.

Definition at line 134 of file Particle.h.


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