Location: Principled Model Base @ 3f04efaa4258 / Template_Chassis_TwoWellStirredBags.cellml

Author:
Michael Cooling <mcoo001@UoA.auckland.ac.nz>
Date:
2016-04-11 11:42:23+12:00
Desc:
Initial Commit
Permanent Source URI:
https://models.cellml.org/workspace/2c3/rawfile/3f04efaa4258734f9fe9caada1095a4310ec580b/Template_Chassis_TwoWellStirredBags.cellml

<?xml version="1.0" encoding="utf-8"?>

<model name="Template_Chassis_TwoWellStirredBags" cmeta:id="Template_Chassis_TwoWellStirredBags"
    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"
    >

    <import xlink:href="Units_Cellular_Systems.cellml">
	<units name="femtoliter" units_ref="femtoliter" />
    </import>
     
   <component name="TwoWellStirredBags">
      <variable name="bag1Volume_initialValue" units="femtoliter" public_interface="in"/>
      <variable name="bag2Volume_initialValue" units="femtoliter" public_interface="in"/>
      <variable name="bag1Volume" units="femtoliter" initial_value="bag1Volume_initialValue" public_interface="out"/>
      <variable name="bag2Volume" units="femtoliter" initial_value="bag2Volume_initialValue" public_interface="out"/>
   </component>
   
</model>