Model basics#
pv_tandem is a collection of modelling functions to enable the performance evaluation of single junction and tandem solar cells. The outdoor performance simulation of a solar cell typically requires a combination of several models, chained together. The core data flow of pv_tandem is shown in the follwoing figure.
Fig. 1 Basic modelchain of pv_tandem#
Figure Fig. 1 shows the basic dataflow of a simulation with pv_tandem. The basic requirments for a solar cell simulation are the photocurrent desity, cell temperature and the solar cell characteristics. Based on these inputs pv_tandem uses one (single junction cell) or two (tandem cell) 1-diode models to calculate the JV (Current density vs Voltage) curve, which can be used to calculate the characteristic points, such as maximum power point (MPP) or open circuit voltage (VOC)
For an energy yield calculation a time series of photocurrent density and cell temperaure is required, that should representation an average of the expected conditions (e.g. typically metrological year (TMY) datasets). For each timestemp the full JV-curve is calculated and the maximum power is evaluated. For the energy yield, the MPP is integrated over time for the total electricity production in the simulated timeframe.
Calculating photocurrent density#
The photocurrent density of a solar cell depends on two quantities, the spectral irradiance on the solar cell on the one hand and the spectral response of the solar cell on the other hand (often refered to as external quantum efficiency (EQE)). From the spectral irradiance and the EQE the photocurrent density can be calculated according to:
with e as elementary charge and E as spectral irradiance.
One of the most accessable data sources for spectral irradiance is the National Solar Radiation Database (NSRDB) provided by National Renewable Energy Laboratory (NREL), a US govermental organization. With their dataproduct “spectral on-demand” year-wise data can be downloaded on a plane defined by a tilt angle. The disadvantage of the dataset is the missing components of direct and diffuse spectral irradiance, which makes it hard to combine with pv_tandem’s bifacial illumination model.
For examples of how to use pv_tandem to calculate the photocurrent density, see the gallery Modeling Photocurrent Density for Tandem Solar Cells.
While spectral effects can have a significant impact on the performance of tandem solar cells (due to current matching constrains), silicon single junction cells are less effected. Additionaly, non-spectral irradiance data and short circuit current ratings for standart test conditions are much more available then EQE and spectral irradiance data.
Fig. 2 Short circuit current as a function of the irradiance on the module measured in Jerusalem, Isreal. Taken from placholder published under CC BY 4#
As shown in fig. Fig. 2 it can therefore be sensible to calculate the photocurrent (density) from the irradiance and STC rating as follows:
with E as the irradiance on the module. This method ist used in the examples Energy Yield for Silicon Solar Cell
Cell temperature#
pv_tandem does not integrate a model for the cell temperatue, however using the Ross temperatue model from pvlib is easily possible. The Ross model is also known as NOCT (Nominal Operating Cell Temperature) and is a standard methodology used to estimate the operating temperature of photovoltaic (PV) cells/modules under real-world conditions. NOCT is defined as the operating temperature of the PV cell when subjected to a specific set of conditions:
An incident solar irradiance of 800 W/m² on the cell surface
An ambient temperature of 20°C
A wind speed of 1 m/s
The module is mounted in an open rack
The NOCT is an essential parameter as the efficiency of the PV cells/modules is temperature-dependent. The power output of PV modules decreases as their operating temperature increases.
The NOCT model is used to simulate the module/cell temperature under varying irradiance and ambient temperature conditions. The basic formula for the model is:
With \(T_{cell}\) as the cell temperature (°C), \(T_{a}\) as the ambient temperature (°C) and \(G\) as the solar irradiance on the module surface (W/m²)
One-diode model#
pv_tandem uses a one-diode model to calculate the IV-characterisitc of single junction and tandem solar cells for each time instance based on the photocurrent density and the cell temperaure. The diode equation is given by:
The formular of the 1-diode model ist given by:
with \(J\) as cell current density, \(V\) as cell voltage, \(J_\text{ph}\) as phototcurrent desity, J0 as dark saturation current, Rseries as series resistance and R shunt as shunt resistance.
Bifacial illumination#
The bifacial illumiantion model used in pv_tandem is based on view factors and is described in detail in … The model assumse that the simulated module is in a large PV field with infinitly many rows and infinitly wide rows and therefore no edge effects are considers.
Fig. 3 Short circuit current as a function of the irradiance on the module measured in Jerusalem#
As shown in fig. Fig. 3 it can therefore be sensible to calculate the photocurrent (density) from the irradiance and STC rating as follows:
Fig. 4 Sketch of the model parameters used by the bifaical illumiantion model, taken from placeholder published under CC BY 4 (https://creativecommons.org/licenses/by/4.0)#
Sketch of the model parameters used by the bifaical illumiantion model, taken from … published under CC BY 4
Figure Fig. 4 shows a sketch of the model parameters …