- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2022-01-20 12:46:30+13:00
- Desc:
- revert the scaling in the currents
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/701/rawfile/1451a14f3fbe8fd7aacd0d0a73d87cec591b26de/Components/Nai.cellml
<?xml version='1.0' encoding='UTF-8'?>
<model name="Nai" 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">
<import xlink:href="../cellLib/Components/units.cellml">
<units name="mM" units_ref="mM"/>
<units name="ms" units_ref="ms"/>
<units name="pA_per_pF" units_ref="pA_per_pF"/>
<units name="pA" units_ref="pA"/>
<units name="C_per_mol" units_ref="C_per_mol"/>
<units name="mF_per_cmsq" units_ref="mF_per_cmsq"/>
<units name="cmsq" units_ref="cmsq"/>
<units name="cm3" units_ref="cm3"/>
</import>
<import xlink:href="../cellLib/Components/Xi.cellml">
<component component_ref="Xi" name="Xi"/>
</import>
<component name="Nai">
<variable name="time" private_interface="out" public_interface="in" units="ms"/>
<variable name="Nai_init" private_interface="out" public_interface="in" units="mM"/>
<variable name="INa_tot" private_interface="out" public_interface="in" units="pA_per_pF"/>
<variable name="Cm" private_interface="out" public_interface="in" units="mF_per_cmsq"/>
<variable name="Ac" private_interface="out" public_interface="in" units="cmsq"/>
<variable name="z_Na" private_interface="out" public_interface="in" units="dimensionless"/>
<variable name="F" private_interface="out" public_interface="in" units="C_per_mol"/>
<variable name="Vc" private_interface="out" public_interface="in" units="cm3"/>
<variable name="Nai" private_interface="in" public_interface="out" units="mM"/>
</component>
<group>
<relationship_ref relationship="encapsulation"/>
<component_ref component="Nai">
<component_ref component="Xi"/>
</component_ref>
</group>
<connection>
<map_components component_1="Nai" component_2="Xi"/>
<map_variables variable_1="time" variable_2="time"/>
<map_variables variable_1="Nai_init" variable_2="Xi_init"/>
<map_variables variable_1="INa_tot" variable_2="IX_tot"/>
<map_variables variable_1="Cm" variable_2="Cm"/>
<map_variables variable_1="Ac" variable_2="Ac"/>
<map_variables variable_1="z_Na" variable_2="z_X"/>
<map_variables variable_1="F" variable_2="F"/>
<map_variables variable_1="Vc" variable_2="Vc"/>
<map_variables variable_1="Nai" variable_2="Xi"/>
</connection>
</model>