- Author:
- nima <nafs080@aucklanduni.ac.nz>
- Date:
- 2021-10-08 10:23:03+13:00
- Desc:
- Put the title for documentation
- Permanent Source URI:
- https://models.cellml.org/workspace/6b9/rawfile/326c38ed37572dad9be4b340da5f849cafa1437b/Units.cellml
<?xml version='1.0' encoding='UTF-8'?>
<model name="Units" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
<!-- concentration (mM)-->
<units name="mM">
<unit prefix="milli" units="mole"/>
<unit exponent="-1" units="litre"/>
</units>
<!-- flow (molar)-->
<units name="mM_per_s">
<unit units="mM"/>
<unit exponent="-1" units="second"/>
</units>
<!-- potential (chemical)-->
<units name="J_per_mM">
<unit units="joule"/>
<unit exponent="-1" units="mM"/>
</units>
<!-- area-->
<units name="m2">
<unit exponent="2" units="metre"/>
</units>
<!-- volume-->
<units name="m3">
<unit exponent="3" units="metre"/>
</units>
<!-- power-->
<units name="J_per_s">
<unit units="joule"/>
<unit exponent="-1" units="second"/>
</units>
<!-- rate constant-->
<units name="per_mol">
<unit exponent="-1" units="mole"/>
</units>
<!-- gas constant-->
<units name="J_per_molK">
<unit units="joule"/>
<unit exponent="-1" units="mole"/>
<unit exponent="-1" units="kelvin"/>
</units>
<units name="kJ_per_mol">
<unit prefix="kilo" units="joule"/>
<unit exponent="-1" units="mole"/>
</units>
<!-- faraday constant-->
<units name="C_per_mol">
<unit units="coulomb"/>
<unit exponent="-1" units="mole"/>
</units>
</model>