- Author:
- Nima <nafs080@aucklanduni.ac.nz>
- Date:
- 2018-11-05 15:06:23+13:00
- Desc:
- Updated Version 01.11.2018
- Permanent Source URI:
- http://models.cellml.org/workspace/572/rawfile/4a44b35cea4373453a4b105aa1f398b98f53735c/Apical_Concentration.cellml
<?xml version='1.0'?>
<model name="Apical_Concentrations" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
<component name="Apical_concentrations">
<variable initial_value="0.105" name="Na_m" public_interface="out" units="M"/>
<variable initial_value="0.004" name="K_m" public_interface="out" units="M"/>
<variable initial_value="0.05" name="glucose_m" public_interface="out" units="M"/>
<variable initial_value="0.106" name="Cl_m" public_interface="out" units="M"/>
<!-- var k: per_second {init: 0.2, pub: out};
var glucose_0: M {init: 20e-3, pub: out};
var glucose_f: M {init: 0.1e-3, pub: out};
var time: second {pub: in};-->
<!-- glucose_m = sel
case (time >= 0{second}) and (time < 60{second}):
0.1e-3{M};
case time >= 60{second}:
(glucose_0-glucose_f)*exp(-k*(time-60{second}))+glucose_f;
endsel;-->
</component>
</model>