- 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_Species_dimensionless.cellml
<?xml version="1.0" encoding="utf-8"?>
<model name="Template_Species_dimensionless" cmeta:id="Template_Species_dimensionless"
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 xmlns="http://www.cellml.org/cellml/1.1#" xlink:href="Units_Cellular_Systems.cellml">
<units name="per_s" units_ref="per_s"/>
</import>
<component name="Template_Species_dimensionless">
<variable name="time" units="second" public_interface="in"/>
<variable name="amount" units="dimensionless" initial_value="amountInitialValue" public_interface="out"/>
<variable name="amountInitialValue" units="dimensionless" public_interface="in"/>
<variable name="JGain" units="per_s" public_interface="in"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<apply>
<diff/>
<bvar>
<ci>time</ci>
</bvar>
<ci>amount</ci>
</apply>
<ci>JGain</ci>
</apply>
</math>
</component>
</model>