Physiologcial model by tenTusscher et al.
More...
#include <membraneModels.hh>
Physiologcial model by tenTusscher et al.
A detailed physiological model with 16 gating variables.
Definition at line 546 of file membraneModels.hh.
◆ Gating
◆ GatingJacobian
Matrix type for the Jacobian of the gating dynamics.
Definition at line 71 of file membraneModels.hh.
◆ TenTusscher16()
Kaskade::TenTusscher16::TenTusscher16 |
( |
| ) |
|
◆ current()
double Kaskade::TenTusscher16::current |
( |
double |
u, |
|
|
Gating const & |
v |
|
) |
| const |
The transmembrane ion current.
- Parameters
-
u | transmembrane voltage |
v | gating variables |
◆ current_du()
double Kaskade::TenTusscher16::current_du |
( |
double |
u, |
|
|
Gating const & |
v, |
|
|
double |
h = 1e-5 |
|
) |
| const |
The transmembrane ion current derivative w.r.t. the transmembrane voltage.
- Parameters
-
u | transmembrane voltage |
v | gating variables |
◆ current_dv()
Gating Kaskade::TenTusscher16::current_dv |
( |
double |
u, |
|
|
Gating const & |
v |
|
) |
| const |
The transmembrane ion current derivative w.r.t. the gating variables.
- Parameters
-
u | transmembrane voltage |
v | gating variables |
◆ gatingRhs()
Gating Kaskade::TenTusscher16::gatingRhs |
( |
double |
u, |
|
|
Gating const & |
v, |
|
|
double |
Istim = 0 |
|
) |
| const |
The right hand side for the evolution of gating variables.
- Parameters
-
u | transmembrane voltage |
v | gating variables |
◆ gatingRhs_du()
Gating Kaskade::TenTusscher16::gatingRhs_du |
( |
double |
u, |
|
|
Gating const & |
v |
|
) |
| const |
The derivative of the right hand side for the evolution of gating variables w.r.t. the transmembrane voltage.
- Parameters
-
u | transmembrane voltage |
v | gating variables |
◆ gatingRhs_dv()
The derivative of the right hand side for the evolution of gating variables w.r.t. the gating variables.
- Parameters
-
u | transmembrane voltage |
v | gating variables |
◆ name()
◆ restState()
◆ setRestState()
Accepts an (approximate) resting state.
- Parameters
-
uFix | approximate resting state of the transmembrane voltage |
vFix | approximate resting state of the gating variables |
The method shall be used by derived classes to provide an approximate value of the resting state (which needs to be a stable fixed point). A few iterations of Newton's method are performed in order to obtain an accurate value.
Definition at line 181 of file membraneModels.hh.
◆ nGating
The documentation for this struct was generated from the following file: