org.simBio.bio.negroni_lascano_1996.exp
Class IsotonicContraction
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Reactor
org.simBio.bio.negroni_lascano_1996.CrossBridge
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
|
Method Summary |
protected void |
calculate(double t)
set force equilibrated length. |
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 |
forceExt
public double forceExt
- externally applied force
Kl
public double Kl
- elastic force, linear part
La
public double La
IsotonicContraction
public IsotonicContraction()
calculate
protected void calculate(double t)
- set force equilibrated length.
- Overrides:
calculate
in class CrossBridge
- Parameters:
t
- elapsed time
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.