MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Species.h>
Public Member Functions | |
double | getMolWt () const |
void | handleMolWtRequest (const Eref &e) |
void | setMolWt (double v) |
Species () | |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
Private Attributes | |
double | molWt_ |
The species is a unique chemically distinct compound. Examples are Ca2+, PKC, H2O Each pool is associated with a chemical species. Each molecule is associated with a species too.
Species::Species | ( | ) |
Definition at line 77 of file Species.cpp.
double Species::getMolWt | ( | ) | const |
Definition at line 101 of file Species.cpp.
References molWt_.
Referenced by initCinfo().
void Species::handleMolWtRequest | ( | const Eref & | e | ) |
Definition at line 87 of file Species.cpp.
References molWt_, and molWtOut().
Referenced by initCinfo().
|
static |
Definition at line 21 of file Species.cpp.
References getMolWt(), handleMolWtRequest(), Neutral::initCinfo(), molWtOut(), setMolWt(), and speciesCinfo.
void Species::setMolWt | ( | double | v | ) |
Definition at line 96 of file Species.cpp.
References molWt_.
Referenced by initCinfo().
|
private |
Definition at line 39 of file Species.h.
Referenced by getMolWt(), handleMolWtRequest(), and setMolWt().