The curve.py
module#
Summary#
Active stress or Ca2+ curve. |
Active stress in doi.org/10.1371/journal.pone.0235145. |
|
Active stress in Gaëtan Desrues doi.org/10.1007/978-3-030-78710-3_43. |
|
Constant ca2 curve for Active model 1. |
Description#
Module for active stress curve.
Module detail#
- curve.strocchi_active(t_end=800, t_act=0) tuple[numpy.ndarray, numpy.ndarray] #
Active stress in doi.org/10.1371/journal.pone.0235145.
T_peak is described in MAT_295
- curve.kumaraswamy_active(t_end=1000) tuple[numpy.ndarray, numpy.ndarray] #
Active stress in Gaëtan Desrues doi.org/10.1007/978-3-030-78710-3_43.
T_peak is described in MAT295
- curve.constant_ca2(tb: float = 800, ca2ionm: float = 4.35) tuple[numpy.ndarray, numpy.ndarray] #
Constant ca2 curve for Active model 1.
- curve.a#