|
21 | 21 | 'insulated_back_glass_polymer': {'a': -2.81, 'b': -.0455, 'deltaT': 0}, |
22 | 22 | }, |
23 | 23 | 'pvsyst': {'freestanding': {'u_c': 29.0, 'u_v': 0}, |
24 | | - 'insulated': {'u_c': 15.0, 'u_v': 0}} |
| 24 | + 'insulated': {'u_c': 15.0, 'u_v': 0}, |
| 25 | + 'semi_integrated': {'u_c': 20.0, 'u_v': 0}} |
25 | 26 | } |
26 | 27 | """Dictionary of temperature parameters organized by model. |
27 | 28 |
|
@@ -382,19 +383,21 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0, |
382 | 383 | air temperature :math:`T_{a}` (C) and wind speed :math:`WS` (m/s). Model |
383 | 384 | output is cell temperature :math:`T_{C}`. Model parameters depend both on |
384 | 385 | the module construction and its mounting. Parameters are provided in |
385 | | - [1]_ for open (freestanding) and close (insulated) mounting configurations, |
386 | | - , and are coded for convenience in |
| 386 | + [1]_ for open (freestanding), close (insulated), and intermediate |
| 387 | + (semi_integrated) mounting configurations, and are coded for convenience in |
387 | 388 | :data:`~pvlib.temperature.TEMPERATURE_MODEL_PARAMETERS`. The heat loss |
388 | 389 | factors provided represent the combined effect of convection, radiation and |
389 | 390 | conduction, and their values are experimentally determined. |
390 | 391 |
|
391 | | - +--------------+---------------+---------------+ |
392 | | - | Mounting | :math:`U_{c}` | :math:`U_{v}` | |
393 | | - +==============+===============+===============+ |
394 | | - | freestanding | 29.0 | 0.0 | |
395 | | - +--------------+---------------+---------------+ |
396 | | - | insulated | 15.0 | 0.0 | |
397 | | - +--------------+---------------+---------------+ |
| 392 | + +-----------------+---------------+---------------+ |
| 393 | + | Mounting | :math:`U_{c}` | :math:`U_{v}` | |
| 394 | + +=================+===============+===============+ |
| 395 | + | freestanding | 29.0 | 0.0 | |
| 396 | + +-----------------+---------------+---------------+ |
| 397 | + | insulated | 15.0 | 0.0 | |
| 398 | + +-----------------+---------------+---------------+ |
| 399 | + | semi_integrated | 20.0 | 0.0 | |
| 400 | + +-----------------+---------------+---------------+ |
398 | 401 |
|
399 | 402 | Mounting cases can be described in terms of air flow across and around the |
400 | 403 | rear-facing surface of the module: |
|
0 commit comments