search for: taumna

Displaying 1 result from an estimated 1 matches for "taumna".

Did you mean: tauhna
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
...d[Ca_2+]/dt = (F*I_Ca - [Ca2+] + C0)/Tau_Ca tau_m, tau_h, m_inf and h_inf are all calculated according to formulae provided in a paper. In my code these are calculated for the different channels into the following variables: CaTminf, CaThinf, CaTtaum, CaTtauh, CaSminf, CaStaum, Napminf, Naphinf, taumna, tauhna, hminf, htaum, Kminf and Ktaum The E (reversal potential) values for all the channels are given, except for CaT and CaS which uses Eca as calculated in (5). Current for Ca is calculated by summing the CaT and CaS currents, hence CaI = gCaT*CaTm^3*CaTh*(v-Eca(v)) + gCaS*CaSm^3(v-ECa(v) H...