#include <species.h>
Public Member Functions | |
Outcome () | |
Outcome (int ip0, int ip1, REAL a, REAL p, REAL h) | |
void | Products (int ip0, int ip1) |
int | Product (int i) |
void | Time (REAL t) |
REAL | Time () |
void | ActivationEnergy (REAL a) |
REAL | ActivationEnergy () |
void | Probability (REAL r) |
REAL | Probability () |
void | Enthalpy (REAL h) |
REAL | Enthalpy () |
Public Attributes | |
int | product [2] |
two indexes of the products of a reaction | |
REAL | activationEnergy |
REAL | probability |
REAL | enthalpy |
REAL | time |
Outcome * | next |
linked list of outcomes |
Definition at line 37 of file species.h.
Species::Reaction::Outcome::Outcome | ( | ) | [inline] |
Definition at line 44 of file species.h.
References enthalpy, next, probability, product, time, and VOIDSPECIE.
Species::Reaction::Outcome::Outcome | ( | int | ip0, | |
int | ip1, | |||
REAL | a, | |||
REAL | p, | |||
REAL | h | |||
) | [inline] |
ip0 | index of the first reaction product |
ip1 | index of the second reaction product |
a | activation energy |
p | outcome probability |
h | enthalpy of reaction |
Definition at line 49 of file species.h.
References activationEnergy, enthalpy, next, Species::nspecies, probability, product, and time.
REAL Species::Reaction::Outcome::ActivationEnergy | ( | ) | [inline] |
void Species::Reaction::Outcome::ActivationEnergy | ( | REAL | a | ) | [inline] |
Definition at line 119 of file species.h.
References activationEnergy.
Referenced by Domain::interact().
REAL Species::Reaction::Outcome::Enthalpy | ( | ) | [inline] |
void Species::Reaction::Outcome::Enthalpy | ( | REAL | h | ) | [inline] |
Definition at line 123 of file species.h.
References enthalpy.
Referenced by Domain::boundary(), Domain::Domain(), and Domain::interact().
REAL Species::Reaction::Outcome::Probability | ( | ) | [inline] |
void Species::Reaction::Outcome::Probability | ( | REAL | r | ) | [inline] |
Definition at line 121 of file species.h.
References probability.
Referenced by Domain::boundary(), Domain::Domain(), and Domain::interact().
int Species::Reaction::Outcome::Product | ( | int | i | ) | [inline] |
Definition at line 110 of file species.h.
References product.
Referenced by Domain::boundary(), Domain::Domain(), and Domain::interact().
void Species::Reaction::Outcome::Products | ( | int | ip0, | |
int | ip1 | |||
) | [inline] |
REAL Species::Reaction::Outcome::Time | ( | ) | [inline] |
void Species::Reaction::Outcome::Time | ( | REAL | t | ) | [inline] |
linked list of outcomes
Definition at line 43 of file species.h.
Referenced by Species::Reaction::Add(), Species::Reaction::Erase(), Species::Reaction::Next(), and Outcome().
two indexes of the products of a reaction
Definition at line 38 of file species.h.
Referenced by Outcome(), Product(), and Products().