|
||||||||||
| 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.kuzumoto_et_al_2007.current.carrier.IPMCA
public class IPMCA
Ca pump on cell membrane. 1 ATP extrudes 1 Ca2+ and imports 1 H+ The H+ movement is not included in calculation. ADP production is incorporated.
IPMCA| Field Summary | |
|---|---|
Node |
ADP
|
double |
amplitude0
|
double |
amplitudePKAf
to modulate PKA effect |
Node |
ATP
intracellular ATP concentration (mM) |
Node |
CaCaM
|
Node |
Cai
Ca2+ concentration in cytoplasm (mM) |
Node |
Cao
Ca2+ concentration in external solution (mM) |
Node |
dATP
instantaneous rate of the ATP consumption (M/s) |
double |
F
Faradey constant |
double |
KmCaCp0
Dissociation constant for Ca binding within cytoplasm (mM) |
Component |
Phosphorylation
|
Node |
Pi
|
Node |
PKA
PKA type I concentration (mM) |
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 | |
|---|---|
IPMCA()
|
|
| 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 double KmCaCp0
public Node ATP
public Node ADP
public Node Pi
public Node dATP
public Node Vi
public double F
public Component Phosphorylation
public Node PKA
public Node CaCaM
public double amplitude0
public double amplitudePKAf
| Constructor Detail |
|---|
public IPMCA()
| Method Detail |
|---|
public void prepare()
MembraneTransporter
prepare in class MembraneTransporterComponent.prepare()protected void calculate(double t)
Carrier
calculate in class Carriert - time
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||