
I plan to implement the extracellular link (Rlink) between two extracellular nodes in different sections using LinearMechanism. Also, I wish to have Ra = Re = Rlink.
If I assign Ra = 100 Ohm.cm, can I assign the rest as follows (such that Ra = Re = Rlink)?
>> xraxial[0] = Ra/(PI*r*r) // r: radius in cm
Units of xraxial[0] : MOhm.cm
>> 'gmat' elements = (+/-) 1 / { Ra * (L/nseg) / (PI*r*r) * area(0.9) }
Units of gmat: S/cm2
I am not too sure of gmat, but my thinking goes like this:
Ra * (L/nseg) / (PI*r*r) -> Resistance in Ohms. From there I followed the previous post to convert to S/cm2.
Have I faltered here?