Search found 49 matches

by ahmed.hamzah
Fri Jun 08, 2018 1:41 pm
Forum: NEURON + Python
Topic: Neuron code
Replies: 20
Views: 15746

Re: Neuron code

Thank you for the comments. I meant can anyone check whether the result make sense or not. Yes, the mechanism enae and eke to calculate reversal sodium and potassium, and mechanism nadifl and kdifl to calculate sodium and potassium longitudinal diffusion ( I do not know the exactly the basic equatio...
by ahmed.hamzah
Thu Jun 07, 2018 8:33 pm
Forum: NEURON + Python
Topic: Neuron code
Replies: 20
Views: 15746

Re: Neuron code

can you please check the results for me ?
by ahmed.hamzah
Thu Jun 07, 2018 8:32 pm
Forum: NEURON + Python
Topic: Neuron code
Replies: 20
Views: 15746

Re: Neuron code

this is my code create soma soma { nseg = 10000 L = 1// [µm] length diam = 0.1 // [µm] diameter insert hh gnabar_hh = 0.120 // [S/cm^2] gkbar_hh = 0.036 // [S/cm^2] glbar_hh = 0.0 // [S/cm^2] cm=1 // [uF/cm2] Ra=89.9 //ohm cm insert nadifl insert kdifl insert enae insert eke {nai0_na_ion = 12} {nao0...
by ahmed.hamzah
Thu Jun 07, 2018 8:29 pm
Forum: NEURON + Python
Topic: Neuron code
Replies: 20
Views: 15746

Neuron code

I am new user to NEURON ,I am writing a code to stimulate an axon in the middle. the axon has sealed end at both side. I trying to track the concentration of Na and K inside the axon during action potential. geometry: L=1[µm] d=0.1[µm] cm=1 [uF/cm2] the initial concentration {nai0_na_ion = 12} {nao0...