org.simBio.bio.matsuoka_et_al_2004.current.carrier
Class INaK

java.lang.Object
  extended by org.simBio.core.Component
      extended by org.simBio.core.Parameter
          extended by org.simBio.core.Composite
              extended by org.simBio.core.Reactor
                  extended by org.simBio.bio.matsuoka_et_al_2003.current.MembraneTransporter
                      extended by org.simBio.bio.matsuoka_et_al_2003.current.carrier.Carrier
                          extended by org.simBio.bio.matsuoka_et_al_2003.current.carrier.INaK
                              extended by org.simBio.bio.matsuoka_et_al_2004.current.carrier.INaK
All Implemented Interfaces:
Node

public class INaK
extends INaK

Sodium Potassium pump current. Differential equation of ADP production is incorporated.

Since:
rc20
Version:
$Id: INaK.java,v 1.3 2007/10/22 02:32:15 nsarai Exp $
Author:
SAITO Ryuta

Field Summary
 Node ADP
           
 Node Pi
           
 
Fields inherited from class org.simBio.bio.matsuoka_et_al_2003.current.carrier.INaK
ATP, ATPconsumingRate, ATPconsumption, dATP, dATP_, F, Ki, KmATP, KmKi, KmKo, KmNai, KmNao, Ko, Nai, Nao, nHK, nHNa, R, ramda, T, t0, Vi, Vm
 
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
INaK()
           
 
Method Summary
protected  void calculate(double t)
          calculate total charge movement using reduced 2 state model
2 state gateを用いて電流を計算する
 
Methods inherited from class org.simBio.bio.matsuoka_et_al_2003.current.carrier.INaK
prepare
 
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

ADP

public Node ADP

Pi

public Node Pi
Constructor Detail

INaK

public INaK()
Method Detail

calculate

protected void calculate(double t)
Description copied from class: Carrier
calculate total charge movement using reduced 2 state model
2 state gateを用いて電流を計算する

Overrides:
calculate in class INaK
Parameters:
t - time


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.