Choral
Modules | Functions/Subroutines | Variables
br_mod.f90 File Reference

Go to the source code of this file.

Modules

module  br_mod
  Beeler Reuter ionic model
 

Functions/Subroutines

subroutine, public br_mod::br_y0 (Y)
 re-computed rest state (solving F(Y0)=0) More...
 
subroutine br_mod::br_gating_variables (a, b, V)
 Model IONIC_BR: Gating variables \( w = (w_1, \dots, w_{\rm NW}) \) dw_i/dt = (w_i-w_{i,~})/{i} \( <b>OUTPUT:</b> for \)=1,,{ NW} \( - a(i) = \) 1/ \( - b(i) = \) -w_{i,~})/ More...
 
subroutine, public br_mod::br_ab_0 (a, b, I, Y, N, Na)
 Model IONIC_BR: reaction term More...
 
subroutine, public br_mod::br_ab_w (a, b, I, Y, N, Na)
 Model IONIC_BR: reaction term More...
 
subroutine, public br_mod::br_ab_wv (a, b, I, Y, N, Na)
 Model IONIC_BR: reaction term More...
 
subroutine, public br_mod::br_ilist (IList, Y)
 
subroutine br_mod::itot_dv (a, b, Y)
 
real(rp) function br_mod::i_k1 (Y)
 
real(rp) function br_mod::i_s (Y)
 
real(rp) function br_mod::i_x1 (Y)
 
real(rp) function br_mod::i_na (Y)
 
subroutine br_mod::i_na_dv (a, b, Y)
 
real(rp) function br_mod::ff (x, a, b)
 
real(rp) function br_mod::i_s_sp (Y)
 
subroutine, public br_mod::br_sp_ilist (IList, Y)
 Model IONIC_BR_SP: ionic current list More...
 
subroutine, public br_mod::br_sp_y0 (Y)
 Model IONIC_BR_SP: rest state More...
 
subroutine, public br_mod::br_sp_ab_w (a, b, I, Y, N, Na)
 Model IONIC_BR_SP: reaction term More...
 

Variables

integer, parameter, public br_mod::br_ny = 8
 
integer, parameter, public br_mod::br_nw = 6
 
integer, parameter, public br_mod::br_ni = 4
 
integer, parameter br_mod::jna = 1
 
integer, parameter br_mod::js = 2
 
integer, parameter br_mod::jx1 = 3
 
integer, parameter br_mod::jk1 = 4
 
integer, parameter br_mod::ym = 1
 
integer, parameter br_mod::yh = 2
 
integer, parameter br_mod::yj = 3
 
integer, parameter br_mod::yd = 4
 
integer, parameter br_mod::yf = 5
 
integer, parameter br_mod::yx1 = 6
 
integer, parameter br_mod::ycai = 7
 
integer, parameter br_mod::yv = 8
 
real(rp), parameter br_mod::rtsf = 26.713760659695648_RP
 
real(rp), parameter br_mod::fsrt = 1._RP/(RTsF)
 
real(rp), parameter br_mod::cm = 1.0_RP
 
real(rp), parameter br_mod::g_na = 4.0_RP
 
real(rp), parameter br_mod::g_nac = 0.003_RP
 
real(rp), parameter br_mod::g_s = 0.09_RP
 
real(rp), parameter br_mod::ena = 50.0_RP
 
real(rp), parameter br_mod::c_ix1 = exp(0.04_RP*(77._RP-35._RP))