Skip to content
Snippets Groups Projects
Unverified Commit de8785f4 authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

Documentation: add expected nmodl units (#1756)

Fixes #1753
parent 0e8875a9
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,35 @@ does not allow some constructions used in NEURON's NMODL.
This page is a collection of NMODL rules for Arbor. It assumes that the reader
already has a working knowledge of NMODL.
Units
-----
Arbor doesn't support unit conversion in NMODL. This table lists the key NMODL
quantities and their expected units.
=============================================== =================================================== ==========
quantity identifier unit
=============================================== =================================================== ==========
voltage v / v_peer mV
time t ms
temperature celsius °C
diameter (cross-sectional) diam µm
current_density (density mechanisms) identifier defined using ``NONSPECIFIC_CURRENT`` mA/cm²
conductivity (density mechanisms) identifier inferred from current_density equation S/cm²
e.g. in ``i = g*v`` g is the conductivity
current (point and junction mechanisms) identifier defined using ``NONSPECIFIC_CURRENT`` nA
conductance (point and junction mechanisms) identifier inferred from current equation µS
e.g. in ``i = g*v`` g is the conductance
ion X current_density (density mechanisms) iX mA/cm²
ion X current (point and junction mechanisms) iX nA
ion X reversal potential eX mV
ion X internal concentration Xi mmol/L
ion X external concentration Xo mmol/L
=============================================== =================================================== ==========
Ions
-----
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment