@@ -118,13 +118,25 @@ def sapm_cell(poa_global, temp_air, wind_speed, a, b, deltaT,
118
118
+===============+================+=======+=========+=====================+
119
119
| glass/glass | open rack | -3.47 | -0.0594 | 3 |
120
120
+---------------+----------------+-------+---------+---------------------+
121
- | glass/glass | close roof | -2.98 | -0.0471 | 1 |
121
+ | glass/glass | close mount | -2.98 | -0.0471 | 1 |
122
122
+---------------+----------------+-------+---------+---------------------+
123
123
| glass/polymer | open rack | -3.56 | -0.075 | 3 |
124
124
+---------------+----------------+-------+---------+---------------------+
125
125
| glass/polymer | insulated back | -2.81 | -0.0455 | 0 |
126
126
+---------------+----------------+-------+---------+---------------------+
127
127
128
+ Mounting cases can be described in terms of air flow across and around the
129
+ rear-facing surface of the module:
130
+
131
+ * "open rack" refers to mounting that allows relatively free air flow.
132
+ This case is typical of ground-mounted systems on fixed racking or
133
+ single axis trackers.
134
+ * "close mount" refers to limited or restricted air flow. This case is
135
+ typical of roof-mounted systems with some gap behind the module.
136
+ * "insulated back" refers to systems with no air flow contacting the rear
137
+ surface of the module. This case is typical of building-integrated PV
138
+ systems, or systems laid flat on a ground surface.
139
+
128
140
References
129
141
----------
130
142
.. [1] King, D. et al, 2004, "Sandia Photovoltaic Array Performance
@@ -199,13 +211,25 @@ def sapm_module(poa_global, temp_air, wind_speed, a, b):
199
211
+===============+================+=======+=========+=====================+
200
212
| glass/glass | open rack | -3.47 | -0.0594 | 3 |
201
213
+---------------+----------------+-------+---------+---------------------+
202
- | glass/glass | close roof | -2.98 | -0.0471 | 1 |
214
+ | glass/glass | close mount | -2.98 | -0.0471 | 1 |
203
215
+---------------+----------------+-------+---------+---------------------+
204
216
| glass/polymer | open rack | -3.56 | -0.075 | 3 |
205
217
+---------------+----------------+-------+---------+---------------------+
206
218
| glass/polymer | insulated back | -2.81 | -0.0455 | 0 |
207
219
+---------------+----------------+-------+---------+---------------------+
208
220
221
+ Mounting cases can be described in terms of air flow across and around the
222
+ rear-facing surface of the module:
223
+
224
+ * "open rack" refers to mounting that allows relatively free air flow.
225
+ This case is typical of ground-mounted systems on fixed racking or
226
+ single axis trackers.
227
+ * "close mount" refers to limited or restricted air flow. This case is
228
+ typical of roof-mounted systems with some gap behind the module.
229
+ * "insulated back" refers to systems with no air flow contacting the rear
230
+ surface of the module. This case is typical of building-integrated PV
231
+ systems, or systems laid flat on a ground surface.
232
+
209
233
References
210
234
----------
211
235
.. [1] King, D. et al, 2004, "Sandia Photovoltaic Array Performance
@@ -269,13 +293,25 @@ def sapm_cell_from_module(module_temperature, poa_global, deltaT,
269
293
+===============+================+=======+=========+=====================+
270
294
| glass/glass | open rack | -3.47 | -0.0594 | 3 |
271
295
+---------------+----------------+-------+---------+---------------------+
272
- | glass/glass | close roof | -2.98 | -0.0471 | 1 |
296
+ | glass/glass | close mount | -2.98 | -0.0471 | 1 |
273
297
+---------------+----------------+-------+---------+---------------------+
274
298
| glass/polymer | open rack | -3.56 | -0.075 | 3 |
275
299
+---------------+----------------+-------+---------+---------------------+
276
300
| glass/polymer | insulated back | -2.81 | -0.0455 | 0 |
277
301
+---------------+----------------+-------+---------+---------------------+
278
302
303
+ Mounting cases can be described in terms of air flow across and around the
304
+ rear-facing surface of the module:
305
+
306
+ * "open rack" refers to mounting that allows relatively free air flow.
307
+ This case is typical of ground-mounted systems on fixed racking or
308
+ single axis trackers.
309
+ * "close mount" refers to limited or restricted air flow. This case is
310
+ typical of roof-mounted systems with some gap behind the module.
311
+ * "insulated back" refers to systems with no air flow contacting the rear
312
+ surface of the module. This case is typical of building-integrated PV
313
+ systems, or systems laid flat on a ground surface.
314
+
279
315
References
280
316
----------
281
317
.. [1] King, D. et al, 2004, "Sandia Photovoltaic Array Performance
@@ -360,6 +396,16 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
360
396
| insulated | 15.0 | 0.0 |
361
397
+--------------+---------------+---------------+
362
398
399
+ Mounting cases can be described in terms of air flow across and around the
400
+ rear-facing surface of the module:
401
+
402
+ * "freestanding" refers to mounting that allows relatively free air
403
+ circulation around the modules. This case is typical of ground-mounted
404
+ systems on tilted, fixed racking or single axis trackers.
405
+ * "insulated" refers to mounting with air flow across only the front
406
+ surface. This case is typical of roof-mounted systems with no gap
407
+ behind the module.
408
+
363
409
References
364
410
----------
365
411
.. [1] "PVsyst 7 Help", [Online]. Available:
0 commit comments