Location: Hodgkin & Huxley (1952) model @ 7afd99617b3d / doc / components.rst

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-03-18 13:14:54+13:00
Desc:
Add other parameter print out in the gate_ss; The current setting gives around 20 mV peak of AP, it seems that the m gate doesn't open fast enough.
Permanent Source URI:
https://models.cellml.org/workspace/64f/rawfile/7afd99617b3d38378c96a34888a5321593b3bef2/doc/components.rst

Components
----------

CellML divides the mathematical model into distinct components, which are able to be re-used.
The main CellML components are:

- `Membrane potential component <../components/stimulated.cellml/view>`_
- `Membrane current component <../components/clamped_current.cellml/view>`_ (the ionic current during a voltage clamp)
- `Propagated action potential component <../components/propagated_AP.cellml/view>`_
- `Potassium current component <../components/IK.cellml>`_
- `Sodium current component <../components/INa.cellml>`_
- `Leakage current component <../components/Ileak.cellml>`_
- `Gating kinetics component <../components/gating-variable.cellml>`_ – a single definition instantiated three times for the n, m, and h gates
- Gating rates components (open/close rates for n, m, and h gates respectively)
- `Gate initialization components <../components/gate_initials.cellml/view>`_ (steady state values of n, m, and h gates under boundary conditions)
- `Temperature component <../components/temperature_factor.cellml/view>`_
- `Time component <../experiments/time.cellml/view>`_ 

Each of these blocks is itself a CellML model, which enables us to reuse the various components in future studies and models.