-
Notifications
You must be signed in to change notification settings - Fork 0
/
ICaL_LRd.em
180 lines (150 loc) · 3.11 KB
/
ICaL_LRd.em
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
System System(/CELL/MEMBRANE/ICaL)
{
StepperID ODE;
Variable Variable( I )
{
Value 0;
}
Variable Variable( i )
{
Value 0;
}
Variable Variable( cCa )
{
Value 0;
}
Variable Variable( cK )
{
Value 0;
}
Variable Variable( cNa )
{
Value 0;
}
#Gate
Variable Variable( dGtv )
{
Value 0;
Name "CaL d gate";
}
Variable Variable( fGtv )
{
Value 0;
Name "CaL f gate";
}
Variable Variable( dGt )
{
Value 0.000003;
Name "d gate of CaL channel";
}
Variable Variable( fGt )
{
Value 0.999745;
Name "f gate of CaL channel";
}
Variable Variable( GX )
{
Value @( Cav1_2[SimulationMode]);
}
Variable Variable( POpen )
{
Value 0;
}
Process ICaLAssignmentProcess( I )
{
StepperID PSV;
Priority 20;
VariableReferenceList
[ Vm :..:Vm 0 ]
[ RTF :..:_rtf 0 ]
[ F :/:F 0 ]
[ Cae :/:Ca 0 ]
[ Cai :../../CYTOPLASM:Ca 0 ]
[ Ke :/:K 0 ]
[ Ki :../../CYTOPLASM:K 0 ]
[ Nae :/:Na 0 ]
[ Nai :../../CYTOPLASM:Na 0 ]
[ ddGt :.:dGtv 1 ]
[ dfGt :.:fGtv 1 ]
[ dGt :.:dGt 0 ]
[ fGt :.:fGt 0 ]
[ pOpen :.:POpen 1 ]
[ i :.:i 1 ]
[ GX :.:GX 0 ]
[ Cm :..:Cm 0 ]
[ cCa :.:cCa 1 ]
[ cK :.:cK 1 ]
[ cNa :.:cNa 1 ]
[ I :.:I 1 ];
#Process CaLGtD_LRd_Process(ICaL_dGt)
a0 1.0;
a11 1.0;
a12 10.0;
a13 -6.24;
a2 1.0;
b0 1.0;
b1 -1.0;
b2 10.0;
b3 -6.24;
b11 0.035;
b12 10.0;
#Process CaLGtF_LRd_Process(ICaL_fGt)
c0 1.0;
c11 1.0;
c12 32.0;
c13 8.0;
c2 1.0;
d0 0.6;
d11 1.0;
d12 -50.0;
d13 -20.0;
d2 1.0;
e0 1.0;
e11 0.0197;
e12 10.0;
e13 0.0337;
e14 2.0;
e15 -1.0;
e2 0.02;
#Process ICaL_Flux_LRd_Process( iCaL_LRd_Ca_j )
f0 1.0;
f2 1.0;
Km_Ca 0.0006;
g0 -1.0;
g2 0.0;
g3 2.0;
g3_NaK 1.0;
h11 1.0;
h12 0.0;
h13 2.0;
h13_NaK 1.0;
h2 -1.0;
e_gamma_Ca 0.341;
i_gamma_Ca 1.0;
P_Ca 0.00054;
Z_Ca 2.0;
e_gamma_Na 0.75;
i_gamma_Na 0.75;
P_Na 0.000000675;
Z_Na 1.0;
e_gamma_K 0.75;
i_gamma_K 0.75;
P_K 0.000000193;
Z_K 1.0;
}
Process ZeroVariableAsFluxProcess( dGt )
{
Priority 15;
VariableReferenceList
[ ddGt :.:dGtv 0 ]
[ dGt :.:dGt 1 ];
}
Process ZeroVariableAsFluxProcess( fGt )
{
Priority 15;
VariableReferenceList
[ dfGt :.:fGtv 0 ]
[ fGt :.:fGt 1 ];
}
@setCurrents( [ 'I' ], [ 'Ca', 'cCa' ], [ 'K', 'cK' ], [ 'Na', 'cNa' ] )
}