-
Notifications
You must be signed in to change notification settings - Fork 2
/
LEMS_NML2_Ex9_FN.sbml
98 lines (85 loc) · 3.5 KB
/
LEMS_NML2_Ex9_FN.sbml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version='1.0' encoding='UTF-8'?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version2" metaid="metaid_0000001" level="2" version="2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sbml.org/sbml/level2/version2 http://sbml.org/Special/xml-schemas/sbml-l2v2-schema/sbml.xsd">
<notes>
<p xmlns="http://www.w3.org/1999/xhtml">
This SBML file has been generated by org.neuroml.export (see https://github.com/NeuroML/org.neuroml.export)
org.neuroml.export v1.10.1
org.neuroml.model v1.10.1
jLEMS v0.11.1
Export of model:
Components:
fn1 (Type: fitzHughNagumoCell: I=0.8 (dimensionless) SEC=1.0 (SI time))
net1 (Type: network)
sim1 (Type: Simulation: length=200.0 (SI time) step=0.01 (SI time))
</p>
</notes>
<model id="net1" name="net1">
<!--Adding simulation Component(id=sim1 type=Simulation) of network: net1 (Type: network)-->
<listOfCompartments>
<!--Population fnPop1 contains 1 instances of components of: Component(id=fn1 type=fitzHughNagumoCell)-->
<compartment id="fnPop1_0" size="1"/>
</listOfCompartments>
<listOfParameters>
<parameter id="I" value="0.8" constant="true"/>
<parameter id="SEC" value="1.0" constant="true"/>
<parameter id="V" value="0" constant="false"/>
<parameter id="W" value="0" constant="false"/>
</listOfParameters>
<listOfRules>
<rateRule variable="V">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<divide/>
<apply>
<plus/>
<apply>
<minus/>
<apply>
<minus/>
<ci>V</ci>
<apply>
<divide/>
<apply>
<power/>
<ci>V</ci>
<cn>3.0</cn>
</apply>
<cn>3.0</cn>
</apply>
</apply>
<ci>W</ci>
</apply>
<ci>I</ci>
</apply>
<ci>SEC</ci>
</apply>
</math>
</rateRule>
<rateRule variable="W">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<divide/>
<apply>
<times/>
<cn>0.08</cn>
<apply>
<plus/>
<ci>V</ci>
<apply>
<minus/>
<cn>0.7</cn>
<apply>
<times/>
<cn>0.8</cn>
<ci>W</ci>
</apply>
</apply>
</apply>
</apply>
<ci>SEC</ci>
</apply>
</math>
</rateRule>
</listOfRules>
</model>
</sbml>