pv_tandem is a python toolbox for simulation and energy yield calculations of single junction and tandem solar cells with classical (monofacial) or bifacial illumination.
Free software: MIT license
Documentation: https://pv-tandem.readthedocs.io.
Features#
Helping tools to process irradiance data for solar cell simulations
Electrical modeling with 1-diode model for single junction or tandem solar cells
Modeling of illumination in a large PV power plant for the front- and backside of the modules
Where to get it#
The source code is hosted at GitHub at: https://github.com/nano-sippe/pv_tandem
To install pv_tandem clone the project from github:
git clone https://github.com/nano-sippe/pv_tandem
Then change into the pv_tandem folder and install with pip
pip install .
Credits#
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.