CLOVER-energy / CLOVER

CLOVER minigrid simulation and optimisation for supporting rural electrification in developing countries
MIT License
16 stars 3 forks source link

Thermal PV degradation #110

Closed BenWinchester closed 1 year ago

BenWinchester commented 1 year ago

Issue

PV-T collectors, introduced as part of #76 to the dev branch, are hybrid collectors capable of producing both electricity and heat, in the form of hot water, from a single device. They are a novel technology, and provide several benefits over stand-alone solar-thermal and PV systems, namely

Whilst the above benefits can be listed in a qualitative manner, it is best to include as many of them into the quantitative calculations of CLOVER as possible. The area of the collectors can be easily introduced down the line, and the combined efficiencies are already being calculated. However, the current functionality misses out on one of the key major benefits, that the PV cells' lower temperatures results in both a higher efficiency and reduced likelihood of degradation.

Proposal

  1. Thermally-driven degradation of the PV cells should be included as part of CLOVER's run_simulation functionality. This would enable a direct comparison of the degradation in performance of the PV cells as part of the integrated PV-T collectors as opposed to the stand-alone PV cells and would enable direct comparisons within CLOVER and its outputs.
  2. The renewables.ninja web interface should be checked to see whether thermal-based efficiency calculations are carried out and, if not, these should be included into CLOVER.

The only alternatives considered to a robust calculation are a non-robust calculation, i.e., making an approximation of this degradation.

BenWinchester commented 1 year ago

Thermal PV-T Degradation

NOTE: Once introduced to the PV panels, it will logically make sense to implement this in the PV layers of the PV-T panels as a simultaneous release. In this way, they can be accurately compared. However, this will likely result in potential hotspots forming/high levels of thermal degradation in closed-loop scenarios, especially closed-loop series solar-thermal and PV-T collectors. There is hence potential to optimise across scenario configurations.

PV-T Panels

What are PV-T panels?

PV-T panels are hybrid photovoltaic-thermal panels and, as per their name, they produce both electricity (through photovoltaic cells) and heat (via thermal collection) from the same collector. There is no one single design of a PV-T collector, but there are designs which are more common within the industry. Flat-plate sheet-and-tube collectors were introduced as part of #76 to the dev branch and are awaiting release as part of 5.1 or 5.2.

Why are they good?

By collecting both heat and electricity from the same area their benefits are twofold:

Series connections

What do we mean by series connections?

Once solar-thermal collectors are introduced into CLOVER #94 , there will be the option to introduce series connections with PV-T collectors #92 . The "series" nature of these connections means that a heat-transfer fluid (HTF) flows first through the PV-T collectors and then through the solar-thermal collectors.

Why do we want series connections?

By heating the HTF through a larger area of panel, we can potentially achieve higher temperatures whilst also reducing the "half-way temperature" of the HTF when it leaves the PV-T collectors. This could result in

Hotspots

Depending on how the panels are connected, hot spots may form.

Closed loop

"Closed loop" connections have the HTF passing through a heat exchanger, transferring its heat to a hot-water tank, and then passing back through the collectors.

Direct heating

"Direct heating" connections have the HTF being water which is passed through the collectors from a cold-water source to a hot-water source, with no heat exchangers present, and the HTF being the required water.

Where is there a potential for hotspots?

In closed-loop scenarios, the nature of the series connections means that higher temperatures may be achieved. This may result in the HTF passing back into the PV-T collectors at a higher temperature than in PV-T-only configurations, potentially causing more damage. There is hence scope to, once this thermal degradation has been included, allow for the comparison between different scenarios, either within CLOVER or as a post-analysis script.