rbutera wrote:We're looking for an example of a NEURON model of an unmyelinated cable with an extracellular potential modeled. For example, an HH cable.
We've found some relevant examples in the NEURON src files, but they assume (to use NEURON terminology) that nlayer=2. We basically want a simple example where nlayer=1 (I think).
The Programmer's Reference documentation of the extracellular mechanism
http://www.neuron.yale.edu/neuron/stati ... racellular
starts with the sentence "Adds two layers of extracellular field to the section."
The diagram is correct, and there are two layers, but calling this a "field" may invite
misunderstanding--as Orwell said in his essay "Politics and the English Language,"
. . . the slovenliness of our language makes it easier for us to have foolish thoughts.
(available online at many sites including
http://www.mtholyoke.edu/acad/intrel/orwell46.htm).
extracellular is exactly what the diagram suggests--just two layers of resistors and
capacitors. The default values are such that it has no effect on a simulation. The
resistive parameters in the membrane-adjacent layer allows nearest-neighbor
extracellular interactions, e.g. mimicking a nonmyelinated axon with a thin extracellular
layer of electrolyte, suspended in a bath of mineral oil. The capacitive parameter in
that layer allows a simple representation of the properties of a myelin sheath. The
outermost layer, which contains e_extracelluar in addition to its own resistors and
capacitors, is useful principally as a hook for whatever extracellular driving force
you might wish to apply to the cell. It can be used to widen the range of interactions,
but they can still only be "nearest neighbors" rather than truly 3 dimensional.
So the extracellular mechanism can be used to implement a reasonably accurate
representation of an axon in oil, or a myelinated axon, but it is not a generic
representation of extracellular space. It is a good way to discover memrane current,
and e_extracellular can be exploited as an extracellular stimulus (Vector play into
e_extracellular, for instance). Carl Gold's work on extracellular recording did this, and
you can find my own strategy for using extracellluar as a means to stimlulate and
record from cells with complex geometry elsewhere in this Forum
Making and using models with NEURON / Modeling networks / extracellular field generation
https://www.neuron.yale.edu/phpBB2/view ... racellular
Some investigators have used extracellular in hybrid simulations that pair NEURON
(to model neurons) with a true field simulator (e.g. MAXWELL), each simulator
computing its own stuff during a time step and then exchanging results before
advancing again.