Location: VPH-MIP case study on CellML @ bd1651a373bb / components / Ileak.xml

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2019-11-04 22:25:48+09:00
Desc:
adding CellML 2.0 version of this model generated using the CellML1to2 XSL
Permanent Source URI:
https://models.physiomeproject.org/w/andre/VPH-MIP/rawfile/bd1651a373bbed124d4bd763a86c32c2bf2f3ff0/components/Ileak.xml

<?xml version="1.0" encoding="iso-8859-1"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:xlink="http://www.w3.org/1999/xlink" name="Ileak">
  
  <import xlink:href="units.xml">
    <units name="mV" units_ref="mV"/>
    <units name="uA_per_cmsq" units_ref="uA_per_cmsq"/>
    <units name="mS_per_cmsq" units_ref="mS_per_cmsq"/>
  </import>
  <component name="Ileak">
    <variable name="Ileak" public_interface="out" private_interface="out" units="uA_per_cmsq"/>
    <variable name="V" public_interface="in" private_interface="out" units="mV"/>
    <variable name="Vleak" public_interface="in" private_interface="out" units="mV"/>
    <variable name="gleak_max" public_interface="in" private_interface="out" units="mS_per_cmsq"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="Ileak_calculation"><eq/>
        <ci>Ileak</ci>
        <apply><times/>
          <ci>gleak_max</ci>
          <apply><minus/>
            <ci>V</ci>
            <ci>Vleak</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
</model>