![]() |
.Simulation
|
Stores a single data point of an RPK set of values. More...
#include <RpkDataPoint.h>
Public Member Functions | |
RpkDataPoint () | |
Constructor. | |
Public Attributes | |
double | Time |
The time elapsed in the simulation. More... | |
double | Radius |
The radius from the center of the bubble to the wall. More... | |
double | Velocity |
The velocity at which the bubble wall is expanding or compressing. More... | |
double | Pressure |
The pressure measured within the bubble. More... | |
double | DeltaPressure |
The change in pressure of the bubble. More... | |
Stores a single data point of an RPK set of values.
double DataReader::RpkDataPoint::DeltaPressure |
The change in pressure of the bubble.
double DataReader::RpkDataPoint::Pressure |
The pressure measured within the bubble.
double DataReader::RpkDataPoint::Radius |
The radius from the center of the bubble to the wall.
double DataReader::RpkDataPoint::Time |
The time elapsed in the simulation.
double DataReader::RpkDataPoint::Velocity |
The velocity at which the bubble wall is expanding or compressing.