- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2017-07-06 17:44:52+12:00
- Desc:
- updating some file names and their corresponding imports
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/49e/rawfile/32dc0edf5ec3bcfa83dd30f32d886246b041b09d/experiment_model.xml
<?xml version='1.0'?>
<model name="experiment_model" 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="default_variable_values.xml">
<component component_ref="parameters" name="parameters"/>
<component component_ref="initial_values" name="initial_values"/>
</import>
<import xlink:href="cell_model_interface.xml">
<component component_ref="interface_component" name="interface_component"/>
</import>
<connection>
<map_components component_1="interface_component" component_2="parameters"/>
<map_variables variable_1="IStim" variable_2="IStim"/>
<map_variables variable_1="g_K_add" variable_2="g_K_add"/>
<map_variables variable_1="Cm" variable_2="Cm"/>
<map_variables variable_1="g_Na_max" variable_2="g_Na_max"/>
<map_variables variable_1="E_Na" variable_2="E_Na"/>
<map_variables variable_1="g_L" variable_2="g_L"/>
<map_variables variable_1="E_L" variable_2="E_L"/>
</connection>
<connection>
<map_components component_1="interface_component" component_2="initial_values"/>
<map_variables variable_1="V_initial" variable_2="V_initial"/>
<map_variables variable_1="m_initial" variable_2="m_initial"/>
<map_variables variable_1="h_initial" variable_2="h_initial"/>
<map_variables variable_1="n_initial" variable_2="n_initial"/>
</connection>
</model>