|
||||||||||
| 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_2003.current.MembraneTransporter
org.simBio.bio.matsuoka_et_al_2003.current.carrier.Carrier
org.simBio.bio.matsuoka_et_al_2003.current.carrier.ICaPump
public class ICaPump
Ca pump on network SR. Modified on 2004/7/24 to calculate ATP consumption
| Field Summary | |
|---|---|
Node |
ATP
intracellular ATP concentration (mM) |
Node |
ATPconsumingRate
consuming rate of ATP; (mM/min) |
Node |
ATPconsumption
ATP consumed at the time t (mM) |
Node |
Cai
Ca2+ concentration in cytoplasm (mM) |
Node |
Cao
Ca2+ concentration in SR (mM, uptake site compartment) |
protected double |
dATP
variation of ATP concentration (mM/ms) |
Node |
F
Faradey constant |
double |
KmATP
mM, dissociation const for ATP binding within cytoplasm |
double |
KmCaCp
mM, dissociation const for Ca binding within cytoplasm |
double |
KmCaSR
mM, dissociation const for Ca binding within SR |
double |
t0
a starting time point for calculation of ATPconsumingRate |
Node |
Vi
cell volume accessible for ion diffusion |
| Fields inherited from class org.simBio.bio.matsuoka_et_al_2003.current.carrier.Carrier |
|---|
amplitude, Cm, E1A, E1B, E2A, E2B, gate, k1, k2, k3, k4, stoichiometryCa, stoichiometryK, stoichiometryNa |
| Fields inherited from class org.simBio.bio.matsuoka_et_al_2003.current.MembraneTransporter |
|---|
cCa, CCa, cK, CK, cNa, CNa, current, currentCa, currentK, currentNa, total |
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
ICaPump()
|
|
| Method Summary | |
|---|---|
protected void |
calculate(double t)
calculate total charge movement using reduced 2 state model 2 state gateを用いて電流を計算する |
void |
prepare()
construct null current |
| Methods inherited from class org.simBio.core.Composite |
|---|
accept, getLink, getNode, getNodesIterator, getNodesSize |
| Methods inherited from class org.simBio.core.Parameter |
|---|
addValue, getValue, getValueString, 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 Cai
public Node Cao
public Node ATP
public Node Vi
public Node F
public Node ATPconsumption
public Node ATPconsumingRate
public double t0
protected double dATP
public double KmCaSR
public double KmCaCp
public double KmATP
| Constructor Detail |
|---|
public ICaPump()
| Method Detail |
|---|
protected void calculate(double t)
Carrier
calculate in class Carriert - timepublic void prepare()
MembraneTransporter
prepare in class MembraneTransporterComponent.prepare()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||