|
||||||||||
| 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.function.ConcentrationCyta2
public class ConcentrationCyta2
Calculation of the concentration of Cytochrome a2+
[Cyt a2+] = [Cyt a]total/(1 + A_3/2) where; A_3/2 = 10^((Ema - Ema0)/Z) :ratio of oxidized cytochrome a3 to reduced cytochrome a3
| Field Summary | |
|---|---|
Node |
Ema
redox potential of cytochrome a |
double |
Ema0
standard free-energy change |
double |
total
total concentration of cytochrome a |
Node |
Zvalue
Z = 2.303 * R * T / F |
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
ConcentrationCyta2()
|
|
| 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 Ema
public double Ema0
public double total
public Node Zvalue
| Constructor Detail |
|---|
public ConcentrationCyta2()
| 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 | |||||||||