Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Atom::atom_t Struct Reference

Collaboration diagram for Atom::atom_t:

Collaboration graph
[legend]
List of all members.

Detailed Description

Holds all the physical information about an atom.

Definition at line 34 of file atom.h.

Public Attributes

Coordinate acceleration
double kineticEnergy
Coordinate position
double potentialEnergy
Coordinate velocity


Member Data Documentation

Coordinate Atom::atom_t::acceleration
 

Parameters:
acceleration is the current acceleration of the atom.

Definition at line 41 of file atom.h.

Referenced by Atom::Atom(), and Atom::operator=().

double Atom::atom_t::kineticEnergy
 

Parameters:
kineticEnergy is the kinetic energy of the atom.

Definition at line 45 of file atom.h.

Referenced by Atom::Atom(), and Atom::operator=().

Coordinate Atom::atom_t::position
 

Parameters:
position is the current location of the atom.

Definition at line 37 of file atom.h.

Referenced by Atom::Atom(), Atom::operator=(), and Atom::operator==().

double Atom::atom_t::potentialEnergy
 

Parameters:
potentialEnergy is the potential energy of the atom.

Definition at line 43 of file atom.h.

Referenced by Atom::Atom(), and Atom::operator=().

Coordinate Atom::atom_t::velocity
 

Parameters:
velocity is the current velocity of the atom.

Definition at line 39 of file atom.h.

Referenced by Atom::Atom(), and Atom::operator=().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 28 23:28:45 2006 for ClusterSim by  doxygen 1.4.4