- Author:
- Nima <nafs080@aucklanduni.ac.nz>
- Date:
- 2018-11-06 14:39:47+13:00
- Desc:
- Final Version (06.11.2018) also Include CLC2 channel
- Permanent Source URI:
- https://models.fieldml.org/workspace/572/rawfile/21faf0249ab58b9b81c6f7f2f1fa25c83a2cdf8b/Paracellular_Voltage.cellml
<?xml version='1.0'?>
<model name="Paracellular_Voltage" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
<component name="Paracellular_voltage">
<variable name="v_ms" public_interface="out" units="volt"/>
<variable name="v_sc" public_interface="in" units="volt"/>
<variable name="v_mc" public_interface="in" units="volt"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>v_ms</ci>
<apply>
<minus/>
<ci>v_mc</ci>
<ci>v_sc</ci>
</apply>
</apply>
</math>
</component>
</model>