org.simBio.bio.matsuoka_et_al_2003.current.carrier
クラス INaK

java.lang.Object
  上位を拡張 org.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.INaK
すべての実装されたインタフェース:
Node
直系の既知のサブクラス:
INaK, INaK

public class INaK
extends Carrier

Sodium Potassium pump current.

バージョン:
$Id: INaK.java,v 1.4 2007/10/22 02:32:00 nsarai Exp $
作成者:
Nobuaki Sarai
関連項目:
Matsuoka et al, 2003
XML example
explanation (Japanese, WORD doc)

フィールドの概要
 Node ATP
          concentration of ATP[mM]
 Node ATPconsumingRate
          rate of ATP consumption
 Node ATPconsumption
          ATP consumption[mM]
 Node dATP
          differential ATP [mM/msec]
protected  double dATP_
           
 double F
          Faraday constant default value is 96.4867[C/mmol]
 Node Ki
          concentration of intracellular Potassium[mM]
 double KmATP
          hydrolysis coefficient of ATP
 double KmKi
          dissociation constant for intracellular Potassium[mM]
 double KmKo
          dissociation constant for extracellular Potassium[mM]
 double KmNai
          dissociation constant for intracellular Sodium[mM]
 double KmNao
          dissociation constant for extracellular Sodium[mM]
 Node Ko
          concentration of extracellular Potassium[mM]
 Node Nai
          concentration of intracellular Sodium[mM]
 Node Nao
          concentration of extracellular Sodium[mM]
 double nHK
          Hill coefficient of Potassium
 double nHNa
          Hill coefficient of Sodium
 double R
          gas constant default value is 8.3143[C*mV/K/mmol]
 double ramda
          relative depth of access channel
 Node T
          absolute temperature[K]
 double t0
          startTime of calculation
 Node Vi
          cell volume accessible for ion diffusion[um^3]
 Node Vm
          membrane potential of cell[mV]
 
クラス org.simBio.bio.matsuoka_et_al_2003.current.carrier.Carrier から継承されたフィールド
amplitude, Cm, E1A, E1B, E2A, E2B, gate, k1, k2, k3, k4, stoichiometryCa, stoichiometryK, stoichiometryNa
 
クラス org.simBio.bio.matsuoka_et_al_2003.current.MembraneTransporter から継承されたフィールド
cCa, CCa, cK, CK, cNa, CNa, current, currentCa, currentK, currentNa, total
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
INaK()
           
 
メソッドの概要
protected  void calculate(double t)
          calculate total charge movement using reduced 2 state model
2 state gateを用いて電流を計算する
protected  void prepare()
          construct null current
 
クラス org.simBio.core.Composite から継承されたメソッド
accept, getLink, getNode, getNodesIterator, getNodesSize
 
クラス org.simBio.core.Parameter から継承されたメソッド
addValue, getValue, getValueString, setInitializer, setValue, setValueString, setValueToField
 
クラス org.simBio.core.Component から継承されたメソッド
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
addDydt, addValue, getValue, setValue
 

フィールドの詳細

Vi

public Node Vi
cell volume accessible for ion diffusion[um^3]


Ki

public Node Ki
concentration of intracellular Potassium[mM]


Ko

public Node Ko
concentration of extracellular Potassium[mM]


Nai

public Node Nai
concentration of intracellular Sodium[mM]


Nao

public Node Nao
concentration of extracellular Sodium[mM]


Vm

public Node Vm
membrane potential of cell[mV]


ATP

public Node ATP
concentration of ATP[mM]


ATPconsumption

public Node ATPconsumption
ATP consumption[mM]


ATPconsumingRate

public Node ATPconsumingRate
rate of ATP consumption


t0

public double t0
startTime of calculation


R

public double R
gas constant default value is 8.3143[C*mV/K/mmol]


T

public Node T
absolute temperature[K]


F

public double F
Faraday constant default value is 96.4867[C/mmol]


KmATP

public double KmATP
hydrolysis coefficient of ATP


KmNao

public double KmNao
dissociation constant for extracellular Sodium[mM]


KmNai

public double KmNai
dissociation constant for intracellular Sodium[mM]


KmKo

public double KmKo
dissociation constant for extracellular Potassium[mM]


KmKi

public double KmKi
dissociation constant for intracellular Potassium[mM]


nHNa

public double nHNa
Hill coefficient of Sodium


nHK

public double nHK
Hill coefficient of Potassium


ramda

public double ramda
relative depth of access channel


dATP

public Node dATP
differential ATP [mM/msec]


dATP_

protected double dATP_
コンストラクタの詳細

INaK

public INaK()
メソッドの詳細

prepare

protected void prepare()
クラス MembraneTransporter の記述:
construct null current

オーバーライド:
クラス MembraneTransporter 内の prepare
関連項目:
Component.prepare()

calculate

protected void calculate(double t)
クラス Carrier の記述:
calculate total charge movement using reduced 2 state model
2 state gateを用いて電流を計算する

オーバーライド:
クラス Carrier 内の calculate
パラメータ:
t - time


???(C) 2002-2007 ?????????????????????