|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Reactor
org.simBio.bio.matsuoka_et_al_2004.molecule.SubstrateDehydrogenation
public class SubstrateDehydrogenation
NADH dehydrogenation.
vDH = kDH /(1 + KmN/([NAD]/[NADH]))^PD
| Field Summary | |
|---|---|
double |
Amp
amplifying factor described in Kuzumoto et al, 2007. |
double |
kDH
rate constant of NADH dehydrogenation |
double |
KmN
affinity of NAD/NADH for NADH dehydrogenation |
Node |
NAD
NAD+ concentration |
Node |
NADH
NADH concentration |
double |
PD
power factor |
Node |
Rcm
ratio of cytosol active volume and mitochondria volume |
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
SubstrateDehydrogenation()
|
|
| Method Summary | |
|---|---|
protected void |
calculate(double arg0)
write equations here, and calculate dy over dt. |
| Methods inherited from class org.simBio.core.Composite |
|---|
accept, getLink, getNode, getNodesIterator, getNodesSize |
| Methods inherited from class org.simBio.core.Parameter |
|---|
addValue, getValue, getValueString, prepare, setInitializer, setValue, setValueString, setValueToField |
| Methods inherited from class org.simBio.core.Component |
|---|
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.simBio.core.Node |
|---|
addDydt, addValue, getValue, setValue |
| Field Detail |
|---|
public Node NAD
public Node NADH
public Node Rcm
public double kDH
public double KmN
public double PD
public double Amp
| Constructor Detail |
|---|
public SubstrateDehydrogenation()
| Method Detail |
|---|
protected void calculate(double arg0)
Reactor
calculate in class Reactorarg0 - elapsed time (ms)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||