Skip to content

Commit

Permalink
Added total INaCa variable to Trovato
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Sep 3, 2024
1 parent 79913b2 commit cbfeef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c/trovato-2020.mmt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[model]]
name: trovato-2020
version: 20240816
version: 20240903
mmt_authors: Michael Clerx
desc: """
The 2020 model of the human Purkinje cell AP by Trovato et al. [1].
Expand Down Expand Up @@ -655,6 +655,8 @@ JncxCa = E2 * k2 - E1 * k1
INaCa_ss = 0.2 * inaca.gNaCa * allo * (JncxNa + 2 * JncxCa)
in [A/F]
desc: Sodium/calcium exchange current into the SS subspace
INaCa_tot = INaCa_ss + inaca.INaCa
in [A/F]

#
# INaK: Sodium-potassium ATPase current
Expand Down

0 comments on commit cbfeef6

Please sign in to comment.