does the diameter of the mylined affect the fh mod?
Posted: Thu Nov 04, 2010 7:29 am
hi, i inserted the fh.mod in my nodes, and i want to analysis the conduction speed of the action potential, according to some paper, the relation between conduction speed and the diameter of the fiber is linear. but when i increase the diameter of the fiber to more than 15um, i found the speed is slower than expected, however it is agree with expected speed when the diameter is lower than 15.
i don't know why it isn't liner? are there anything affect the diameter? by the way, i used extracellular stimulation, and the electric potential is from the result of comsol. i use vector,play(&e_extracellular(x), tvec) to add those potential to the center of each segment.
does the Ra affect this?
i use forall Ra=100 for different diamtere of the fiber?
so how to define the Ra, i saw one example defined it as follows
now i have tried to define Ra like that, but when diameter is bigger, Ra is bigger the conduction speed is even lower, that's pity
i don't know why it isn't liner? are there anything affect the diameter? by the way, i used extracellular stimulation, and the electric potential is from the result of comsol. i use vector,play(&e_extracellular(x), tvec) to add those potential to the center of each segment.
does the Ra affect this?
i use forall Ra=100 for different diamtere of the fiber?
so how to define the Ra, i saw one example defined it as follows
Code: Select all
local fac
// ohm/cm must be converted to ohm-cm by multiplying by
// cross sectional area
fac = PI*diam^2/4 * 1e-8
forall {
Ra = 1.26e8 * fac
}