chemmisol 0.1
|
#include <reaction.h>
Public Member Functions | |
Reagent (const std::string &name, Phase phase, double coefficient) | |
Reagent (const std::string &name, double coefficient) | |
Public Attributes | |
std::string | name |
Phase | phase |
double | coefficient |
Describes a reagent of a reaction.
|
inline |
Defines a Reagent.
name | Name of the reagent. |
phase | Phase of the reagent. |
coefficient | Stoichiometric coefficient associated to the reagent in the described reaction. |
|
inline |
Defines a Reagent.
The phase is set to AQUEOUS by default, or to SOLVENT if the reagent name is H2O.
name | Name of the reagent. |
coefficient | Stoichiometric coefficient associated to the reagent in the described reaction. |
std::string chemmisol::Reagent::name |
Name of the reagent.
Phase chemmisol::Reagent::phase |
Phase of the reagent.
double chemmisol::Reagent::coefficient |
Stoichiometric coefficient associated to the reagent in the described reaction.