org.simBio.bio.takeuchi_et_al_2006.current
Class IRyR

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.takeuchi_et_al_2006.current.IRyR
All Implemented Interfaces:
Node

public class IRyR
extends MembraneTransporter

Calcium releasing channel on SR. k1 depends on iCaL only, which is different from the model of Matsuoka et al, 2003.

Version:
$Id: IRyR.java,v 1.1 2006/11/17 08:08:04 atakeuchi Exp $
Author:
Ayako Takeuchi
See Also:
"Table S11 in Takeuchi et al, 2006"

Field Summary
 Node CaDiadic
          local Ca2+ concentration near the mouth of RyR channel
 Node Cai
          intracellular calcium concentration (mM)
 Node Carel
          calcium concentration in SR rel (mM)
 Node close
          close state probability
 double Cm
          membrane capacitance (pF)
 double diadicFactor
          Ca diadicFactor
 Node open
          open state probability
 double permeabilityCa
          membrane permeability
 
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
IRyR()
           
 
Method Summary
protected  void calculate(double t)
          add current to Compartment.
protected  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

open

public Node open
open state probability


close

public Node close
close state probability


Cai

public Node Cai
intracellular calcium concentration (mM)


Carel

public Node Carel
calcium concentration in SR rel (mM)


CaDiadic

public Node CaDiadic
local Ca2+ concentration near the mouth of RyR channel


diadicFactor

public double diadicFactor
Ca diadicFactor


permeabilityCa

public double permeabilityCa
membrane permeability


Cm

public double Cm
membrane capacitance (pF)

Constructor Detail

IRyR

public IRyR()
Method Detail

calculate

protected void calculate(double t)
Description copied from class: MembraneTransporter
add current to Compartment.

Overrides:
calculate in class MembraneTransporter
Parameters:
t - time

prepare

protected void prepare()
Description copied from class: MembraneTransporter
construct null current

Overrides:
prepare in class MembraneTransporter
See Also:
Component.prepare()


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