#include <species.h>
Public Member Functions | |
| Specie () | |
| void | Cp (REAL c) |
| REAL | Cp () |
| char * | Id () |
| void | Mass (REAL m) |
| REAL | Mass () |
| REAL | Size () |
| void | Size (REAL s) |
Private Attributes | |
| char | id [WORDLENGTH] |
| REAL | mass |
| REAL | size |
| REAL | cp |
| REAL | inertia [DIM] |
Definition at line 6 of file species.h.
| Species::Specie::Specie | ( | ) | [inline] |
| void Species::Specie::Cp | ( | REAL | c | ) | [inline] |
Definition at line 20 of file species.h.
References cp.
Referenced by Domain::boundary(), Domain::Domain(), Domain::interact(), Domain::run(), and Molecule::Temperature().
| char* Species::Specie::Id | ( | ) | [inline] |
Definition at line 22 of file species.h.
References id.
Referenced by Domain::Domain(), Domain::init(), Domain::interact(), and Domain::save().
| void Species::Specie::Mass | ( | REAL | m | ) | [inline] |
Definition at line 23 of file species.h.
References mass.
Referenced by Domain::boundary(), Gui::display(), Domain::Domain(), Domain::init(), Domain::injection(), Domain::interact(), Molecule::KineticEnergy(), and Molecule::Move().
| void Species::Specie::Size | ( | REAL | s | ) | [inline] |
| REAL Species::Specie::Size | ( | ) | [inline] |
Definition at line 25 of file species.h.
References size.
Referenced by Domain::boundary(), Gui::display(), Domain::Domain(), Bulk::inject(), Boundary::Inject(), Domain::interact(), and Domain::load().
REAL Species::Specie::cp [private] |
char Species::Specie::id[WORDLENGTH] [private] |
REAL Species::Specie::inertia[DIM] [private] |
REAL Species::Specie::mass [private] |
REAL Species::Specie::size [private] |
1.5.7.1