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

Stores particle collision data. More...

#include <CollisionData.h>

Public Member Functions

 CollisionData ()
 Constructor.
 

Public Attributes

double Temperature
 The temperature of the resulting collision. More...
 
Vector3< double > Position
 The position at which the collision occurs. More...
 
double DeltaVelocity
 The change in velocity that occurs at the collision point. More...
 
double Energy
 The expelled energy of the resulting collision. More...
 
double Distance
 The distance between the particles before they collide in the next step. More...
 
int Gas1Type
 The gas type of the first colliding particle. More...
 
int Gas2Type
 The gas type of the second colliding particle. More...
 

Detailed Description

Stores particle collision data.

Member Data Documentation

double DataReader::CollisionData::DeltaVelocity

The change in velocity that occurs at the collision point.

double DataReader::CollisionData::Distance

The distance between the particles before they collide in the next step.

double DataReader::CollisionData::Energy

The expelled energy of the resulting collision.

int DataReader::CollisionData::Gas1Type

The gas type of the first colliding particle.

int DataReader::CollisionData::Gas2Type

The gas type of the second colliding particle.

Vector3<double> DataReader::CollisionData::Position

The position at which the collision occurs.

double DataReader::CollisionData::Temperature

The temperature of the resulting collision.


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