Location: Models for the OpenCOR and PMR tutorial by Peter Hunter @ 60ac93892854 / Noble62_units.cellml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2016-03-17 21:16:01+13:00
Desc:
update first order ODE model to match tutorial description and add SED-ML for it.
Permanent Source URI:
https://models.physiomeproject.org/workspace/25d/rawfile/60ac9389285471a704f2f4be6e1a8ba5cbf45d1a/Noble62_units.cellml

<?xml version='1.0'?>
<model name="Noble62_units" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <units name="ms">
        <unit prefix="milli" units="second"/>
    </units>
    <units name="per_ms">
        <unit exponent="-1" prefix="milli" units="second"/>
    </units>
    <units name="mV">
        <unit prefix="milli" units="volt"/>
    </units>
    <units name="mM">
        <unit prefix="milli" units="mole"/>
    </units>
    <units name="per_mV">
        <unit exponent="-1" prefix="milli" units="volt"/>
    </units>
    <units name="per_mV_ms">
        <unit exponent="-1" units="mV"/>
        <unit exponent="-1" units="ms"/>
    </units>
    <units name="mS">
        <unit prefix="milli" units="siemens"/>
    </units>
    <units name="microF">
        <unit prefix="micro" units="farad"/>
    </units>
    <units name="microA">
        <unit prefix="micro" units="ampere"/>
    </units>
</model>