Documentation Index
Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt
Use this file to discover all available pages before exploring further.
Summary
The Sandia model is an empirical temperature model developed at Sandia National Laboratories (King et al., 2004) based on outdoor measurements. Unlike the Heat Balance model, it calculates back-of-module surface temperature first using an empirical exponential relationship for thermal losses with conductive and convective contributions, then derives cell temperature from it.
| Name | Symbol | Units | Description |
|---|
| Effective Front POA Irradiance | GPOA,front,eff | W/m² | Front-side POA irradiance after optical corrections, before DC system losses (from irradiance calculation) |
| Ambient Air Temperature | Ta | °C | Ambient air temperature |
| Wind Speed | vw | m/s | Wind velocity |
| Conductive Coefficient | a | — | Empirical conductive thermal loss coefficient |
| Convective Coefficient | b | s/m | Empirical convective thermal loss coefficient |
| Cell-to-Module Temperature Difference | ΔTc−m | °C | Temperature difference between cell and module surface |
| Reference Irradiance | Gref | W/m² | Reference irradiance (typically 1000 W/m²) |
Outputs
| Name | Symbol | Units | Description |
|---|
| Cell Temperature | Tc | °C | Operating temperature of PV cells |
| Module Surface Temperature | Tm | °C | Back-of-module surface temperature |
Detailed Description
The Sandia model calculates back-of-module surface temperature using an empirical exponential relationship for thermal losses with conductive and convective contributions:
Tm=GPOA,front,eff⋅ea+b⋅vw+Ta
where:
- Ta is the ambient air temperature in °C (from weather data)
- GPOA,front,eff is the front-side after optical corrections, in W/m² (from irradiance calculation)
- a is the empirical conductive coefficient (from DC field definition)
- b is the empirical convective coefficient in s/m (from DC field definition)
- vw is the wind speed in m/s (from weather data)
The exponential term ea+b⋅vw represents the thermal resistance between the module and the environment. Both a and b are negative, so higher wind speeds reduce the exponential and thus lower module temperature. These coefficients depend on mounting configuration and module construction and are empirically determined.
Reference Coefficients
The following reference coefficients were empirically derived by Sandia National Laboratories for open-rack mounting (King et al., 2004). These are guidelines only—users can set a, b, and ΔTc−m freely in the DC field definition.
| Module Type | a | b | ΔTc−m (°C) |
|---|
| Glass/cell/glass | −3.47 | −0.0594 | 3 |
| Glass/cell/polymer | −3.56 | −0.0750 | 3 |
Cell Temperature
Cell temperature is derived from surface temperature by adding an irradiance-proportional offset:
Tc=Tm+GrefGPOA,front,eff⋅ΔTc−m
where:
- Gref is the reference irradiance in W/m² (typically 1000 W/m²)
- ΔTc−m is the cell-to-module temperature difference at the reference irradiance, in °C (from DC field definition)
References
- King, D. L., Boyson, W. E., & Kratochvil, J. A. (2004). Photovoltaic array performance model. SAND2004-3535, Sandia National Laboratories. DOI: 10.2172/919131