|
||||||||||
| 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.enzyme.CK
public class CK
Creatine Kinase (CK) System.
vCK = kf*[ADP]total*[PhosphoCreatine]*[H+] - kb*[ATP]total*[Creatine]
| Field Summary | |
|---|---|
Node |
ADPtotal
total ADP concentration in cytosol |
Node |
ATPtotal
total ATP concentration in cytosol |
Node |
Cr
creatine concentration in cytosol |
double |
kbCK
rate constant of backward reaction of creatine kinase, (Default value: 0.00000966767) |
double |
kfCK
rate constant of forward reaction of creatine kinase, (Default value: 16.04833) |
Node |
PCr
phosphocreatine concentration in cytosol |
Node |
Proton
proton concentration in cytosol |
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
CK()
|
|
| Method Summary | |
|---|---|
protected void |
calculate(double t)
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 ATPtotal
public Node ADPtotal
public Node PCr
public Node Cr
public Node Proton
public double kfCK
public double kbCK
| Constructor Detail |
|---|
public CK()
| Method Detail |
|---|
protected void calculate(double t)
Reactor
calculate in class Reactort - elapsed time (ms)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||