Location: GLUT @ 8ae957ae641c / Units.cellml

Author:
Soroush <ssaf006@aucklanduni.ac.nz>
Date:
2018-01-20 14:50:41+13:00
Desc:
adding the models
Permanent Source URI:
https://models.physiomeproject.org/workspace/4c1/rawfile/8ae957ae641cf02faa3a317cb600f364cf689023/Units.cellml

<?xml version='1.0'?>
<model name="Units" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <units name="amount">
        <unit units="gram"/>
        <unit exponent="-1" units="litre"/>
    </units>
    <units name="per_amount">
        <unit exponent="-1" units="amount"/>
    </units>
    <units name="per_sec">
        <unit exponent="-1" units="second"/>
    </units>
    <units name="amount_per_sec">
        <unit units="amount"/>
        <unit units="per_sec"/>
    </units>
    <units name="per_amount_per_sec">
        <unit exponent="-1" units="amount"/>
        <unit units="per_sec"/>
    </units>
    <units name="per_amount2_per_sec">
        <unit exponent="-2" units="amount"/>
        <unit units="per_sec"/>
    </units>
</model>