org.simBio.bio.cor
Class Hodgkin_huxley_squid_axon_1952_modified

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.cor.Hodgkin_huxley_squid_axon_1952_modified
All Implemented Interfaces:
Node

public class Hodgkin_huxley_squid_axon_1952_modified
extends Reactor

Conversion from CellML 1.0 to Java was done using COR (0.9.31.28)
Copyright (c) 2002-2005 Oxford Cardiac Electrophysiology Group

See Also:
http://COR.physiol.ox.ac.uk/, COR@physiol.ox.ac.uk, http://www.CellML.org/

Field Summary
 double leakage_current_g_L
          leakage_current_g_L (milliS_per_cm2).
 double membrane_Cm
          membrane_Cm (microF_per_cm2).
 double membrane_E_R
          membrane_E_R (millivolt).
 Node membrane_V
          membrane_V (millivolt).
 double potassium_channel_g_K
          potassium_channel_g_K (milliS_per_cm2).
 Node potassium_channel_n_gate_n
          potassium_channel_n_gate_n (dimensionless).
 double sodium_channel_g_Na
          sodium_channel_g_Na (milliS_per_cm2).
 Node sodium_channel_h_gate_h
          sodium_channel_h_gate_h (dimensionless).
 Node sodium_channel_m_gate_m
          sodium_channel_m_gate_m (dimensionless).
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
Hodgkin_huxley_squid_axon_1952_modified()
           
 
Method Summary
protected  void calculate(double t)
          Computation.
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, prepare, 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

membrane_V

public Node membrane_V
membrane_V (millivolt).


potassium_channel_n_gate_n

public Node potassium_channel_n_gate_n
potassium_channel_n_gate_n (dimensionless).


sodium_channel_h_gate_h

public Node sodium_channel_h_gate_h
sodium_channel_h_gate_h (dimensionless).


sodium_channel_m_gate_m

public Node sodium_channel_m_gate_m
sodium_channel_m_gate_m (dimensionless).


leakage_current_g_L

public double leakage_current_g_L
leakage_current_g_L (milliS_per_cm2).


membrane_Cm

public double membrane_Cm
membrane_Cm (microF_per_cm2).


membrane_E_R

public double membrane_E_R
membrane_E_R (millivolt).


potassium_channel_g_K

public double potassium_channel_g_K
potassium_channel_g_K (milliS_per_cm2).


sodium_channel_g_Na

public double sodium_channel_g_Na
sodium_channel_g_Na (milliS_per_cm2).

Constructor Detail

Hodgkin_huxley_squid_axon_1952_modified

public Hodgkin_huxley_squid_axon_1952_modified()
Method Detail

calculate

protected void calculate(double t)
Computation.

Specified by:
calculate in class Reactor
Parameters:
t - time (millisecond).


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