org.simBio.bio.negroni_lascano_1996.exp
Class IsotonicContraction

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.negroni_lascano_1996.CrossBridge
                      extended by org.simBio.bio.negroni_lascano_1996.exp.IsotonicContraction
All Implemented Interfaces:
Node

public class IsotonicContraction
extends CrossBridge

Calculate force equilibrated length.

Version:
$Log: IsotonicContraction.java,v $ Revision 1.1 2005/11/01 06:32:39 mikaelwing First version of simBio hosted on sourceforge, version 0.3 Revision 1.1 2005/09/12 04:57:21 sarai rearrenge folder structure as a Maven style Revision 1.3 2005/08/04 07:13:44 sarai merge with branch dev_terashima_et_al_2005 Revision 1.2 2005/06/15 02:13:59 sarai revised javadoc
2005/05/12 03:10:10 created
Author:
Nobuaki Sarai

Field Summary
 double forceExt
          externally applied force
 double Kl
          elastic force, linear part
 double La
           
 
Fields inherited from class org.simBio.bio.negroni_lascano_1996.CrossBridge
A, dXdt, Fb, Fp, K, L, L0, TCaCB, TCB, X
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
IsotonicContraction()
           
 
Method Summary
protected  void calculate(double t)
          set force equilibrated length.
 
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

forceExt

public double forceExt
externally applied force


Kl

public double Kl
elastic force, linear part


La

public double La
Constructor Detail

IsotonicContraction

public IsotonicContraction()
Method Detail

calculate

protected void calculate(double t)
set force equilibrated length.

Overrides:
calculate in class CrossBridge
Parameters:
t - elapsed time


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