org.simBio.bio.terashima_et_al_2006.function
Class Tonicity

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.function.Function
                      extended by org.simBio.bio.terashima_et_al_2006.function.Tonicity
All Implemented Interfaces:
Node

public class Tonicity
extends Function

Tonicity of extracellular fluid .

Version:
$Log: Tonicity.java,v $ Revision 1.1 2005/11/01 06:32:40 mikaelwing First version of simBio hosted on sourceforge, version 0.3 Revision 1.1 2005/10/17 07:53:05 mikael Moved from branch dev_terashima_et_al_2005 Revision 1.1.2.3 2005/07/01 12:21:55 sarai revised Javadoc
Revision 1.1.2.2 2005/06/17 01:52:20 takeuchi The javadoc comments are revised.
Author:
Keisuke Terashima

Field Summary
 Node Caext
          concentration of extracellular Ca2+ [mM]
 Node Clext
          concentration of extracellular Cl- [mM]
 Node Kext
          concentration of extracellular K+ [mM]
 Node LAext
          concentration of extracellular large anionic compound [mM]
 Node Naext
          concentration of extracellular Na+ [mM]
 Node T
          extracellular fluid tonicity
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
Tonicity()
           
 
Method Summary
protected  void calculate(double t)
          write equations here, and calculate dy over dt.
protected  void prepare()
          親が自分と同じ名前のpublic doubleを持っていれば、自分の値を設定する。
 
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

Naext

public Node Naext
concentration of extracellular Na+ [mM]


Kext

public Node Kext
concentration of extracellular K+ [mM]


Clext

public Node Clext
concentration of extracellular Cl- [mM]


Caext

public Node Caext
concentration of extracellular Ca2+ [mM]


LAext

public Node LAext
concentration of extracellular large anionic compound [mM]


T

public Node T
extracellular fluid tonicity

Constructor Detail

Tonicity

public Tonicity()
Method Detail

calculate

protected void calculate(double t)
Description copied from class: Reactor
write equations here, and calculate dy over dt.
計算中に呼び出される。 計算式を記載する。dy/dtをここで計算する。

Specified by:
calculate in class Reactor
Parameters:
t - elapsed time (ms)

prepare

protected void prepare()
Description copied from class: Parameter
親が自分と同じ名前のpublic doubleを持っていれば、自分の値を設定する。

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


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