Current clamp calculation of Hodgkin-Huxley equations for HHCell. The fields are the integration timestep (ms) and total time (ms), the membrane capacitance, Cmem, in muF per cm ^2 and the initial holding potential V-0 (mV).
The "channel density" is strictly the conductance density for each of the channels, in mS/muF. The channels are assumed to be Ohmic, with the reversal potentials for each ion (mV) as given in the ions field.
|     field |     type   |     contents / default value |     |
| timestep | double | 0.1 | variable: timestep type: double |
| runtime | double | 100.0 | variable: runtime type: double |
| Cmem | double | 1.0 | variable: Cmem type: double |
| V_0 | double | -70.0 | variable: V_0 type: double |
| HHCalc-results | object | CalcResults | |
| channel density | list selection; float; per element | HHChannel | |
| reversal potential | list selection; float; per element | HHIon |