.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
DataReader::RpkDataPoint Struct Reference

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

Detailed Description

Stores a single data point of an RPK set of values.

Member Data Documentation

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.


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