org.simBio.bio.matsuoka_et_al_2003.molecule.buffer.Ca
Class InstantCaBuffer
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.molecule.buffer.Buffer
org.simBio.bio.matsuoka_et_al_2003.molecule.buffer.Ca.InstantCaBuffer
- All Implemented Interfaces:
- Node
public class InstantCaBuffer
- extends Buffer
instantaneous Ca buffer, iterative method.
- Version:
- $Revision: 1.1 $
- Author:
- modified by Kim
Fields inherited from class org.simBio.bio.matsuoka_et_al_2003.molecule.buffer.Buffer |
free, total |
Method Summary |
protected void |
calculate(double dt)
instantaneous equiribrium is iteratively calculated. |
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 |
Km
public double Km
Ca
public Node Ca
InstantCaBuffer
public InstantCaBuffer()
calculate
protected void calculate(double dt)
- instantaneous equiribrium is iteratively calculated.
- Specified by:
calculate
in class Reactor
- Parameters:
dt
- elapsed time (ms)
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.