#include <ZombieEnz.h>
Public Member Functions | |
ZombieEnz () | |
~ZombieEnz () | |
void | vSetK1 (const Eref &e, double v) |
double | vGetK1 (const Eref &e) const |
void | vSetK2 (const Eref &e, double v) |
double | vGetK2 (const Eref &e) const |
void | vSetKcat (const Eref &e, double v) |
double | vGetKcat (const Eref &e) const |
void | vSetKm (const Eref &e, double v) |
double | vGetKm (const Eref &e) const |
void | vSetNumKm (const Eref &e, double v) |
double | vGetNumKm (const Eref &e) const |
void | vSetRatio (const Eref &e, double v) |
double | vGetRatio (const Eref &e) const |
void | vSetConcK1 (const Eref &e, double v) |
double | vGetConcK1 (const Eref &e) const |
void | setSolver (Id solver, Id orig) |
Assign solver info. | |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
ZombieEnz::ZombieEnz | ( | ) |
ZombieEnz::~ZombieEnz | ( | ) |
const Cinfo * ZombieEnz::initCinfo | ( | ) | [static] |
Reimplemented from CplxEnzBase.
References CplxEnzBase::initCinfo().
Assign solver info.
Reimplemented from EnzBase.
References Element::cinfo(), Eref::data(), Id::element(), Id::eref(), Cinfo::find(), Cinfo::findFinfo(), Element::getNeighbors(), Stoich::installEnzyme(), and Cinfo::isA().
double ZombieEnz::vGetConcK1 | ( | const Eref & | e | ) | const [virtual] |
Implements CplxEnzBase.
double ZombieEnz::vGetK1 | ( | const Eref & | e | ) | const [virtual] |
Implements CplxEnzBase.
References convertConcToNumRateUsingMesh().
double ZombieEnz::vGetK2 | ( | const Eref & | e | ) | const [virtual] |
Implements CplxEnzBase.
References Stoich::getEnzK2().
Referenced by vGetNumKm().
double ZombieEnz::vGetKcat | ( | const Eref & | e | ) | const [virtual] |
Implements EnzBase.
References Stoich::getEnzK3().
Referenced by vGetNumKm().
double ZombieEnz::vGetKm | ( | const Eref & | e | ) | const [virtual] |
Implements EnzBase.
References CplxEnzBase::getK2(), and EnzBase::getKcat().
double ZombieEnz::vGetNumKm | ( | const Eref & | e | ) | const [virtual] |
Implements EnzBase.
References convertConcToNumRateUsingMesh(), vGetK2(), and vGetKcat().
double ZombieEnz::vGetRatio | ( | const Eref & | e | ) | const [virtual] |
Implements CplxEnzBase.
References CplxEnzBase::getK2(), and EnzBase::getKcat().
void ZombieEnz::vSetConcK1 | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
void ZombieEnz::vSetK1 | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements CplxEnzBase.
References convertConcToNumRateUsingMesh(), and Stoich::setEnzK1().
void ZombieEnz::vSetK2 | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
void ZombieEnz::vSetKcat | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
void ZombieEnz::vSetKm | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements EnzBase.
References CplxEnzBase::getK2(), EnzBase::getKcat(), and Stoich::setEnzK1().
void ZombieEnz::vSetNumKm | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements EnzBase.
References convertConcToNumRateUsingMesh(), CplxEnzBase::getK2(), EnzBase::getKcat(), and Stoich::setEnzK1().
void ZombieEnz::vSetRatio | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements CplxEnzBase.
References CplxEnzBase::getK2(), EnzBase::getKcat(), EnzBase::getKm(), CplxEnzBase::setConcK1(), and Stoich::setEnzK2().