Location: Andre's Hodgkin Huxley model @ 957c2190e1ee / components / Ileak.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2015-05-25 08:31:46+12:00
Desc:
adding a SED-ML document which does nested repeated tasks to iterate over clamp potential and temperature; doesn't work with get-sed-ml-client
Permanent Source URI:
https://models.physiomeproject.org/w/andre/HH/rawfile/957c2190e1eed47d7634613250bc274dc836b826/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:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:xlink="http://www.w3.org/1999/xlink" name="Ileak" cmeta:id="Ileak_model">
  
  <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" cmeta:id="Ileak_component">
    
    <variable cmeta:id="Ileak" name="Ileak" public_interface="out" private_interface="out" units="uA_per_cmsq"/>
    <variable cmeta:id="V" name="V" public_interface="in" private_interface="out" units="mV"/>
    <variable cmeta:id="Vleak" name="Vleak" public_interface="in" private_interface="out" units="mV"/>
    <variable cmeta:id="gleak_max" 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>