Difference between revisions of "Projectlist"

 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Part II/ACS projects (2023)=
+
=Part II/ACS projects (2024)=
  
 +
==Heatwaves==
  
*''A solar PV layout and sizing tool'': Residential solar PV is rapidly being deployed on rooftops around the world. In prior [https://svr-sk818-web.cl.cam.ac.uk/keshav/wiki/images/8/8b/Sizing_multiple_roofs-5_copy.pdf work] we have studied the sizing of solar and storage (i.e. how many panels and how much storage to purchase) to meet a certain level of grid independence. We have also looked at optimal placement of panels on sloping roofs. This work, however, does not apply to flat roofs, where self-shading between rows of panels is a problem. The goal of this project is to come up with optimal algorithms/heuristics for placement of panels on flat roofs, subject to self-shading and shading from both roof elements, such as satellite dishes and soffits, and nearby trees.  
+
Climate change will result in more, more intense, and longer lasting heatwaves. To quantify the impact of heatwaves on building occupants, we have created a new metric called [https://www.dropbox.com/scl/fi/je68vqajyjk4bevbjlk6x/ActivityHoursDraft.pdf?rlkey=dyvfipst72xjhpv0njjxe2fmp&st=dc370bon&dl=0 Activity Hours] and the [https://www.cambridge.org/engage/coe/article-details/65ccc858e9ebbb4db958f3e9 Heatalyzer tool] (code released on [https://github.com/lcapol/Heatalyzer/blob/main/README.md GitHub]). I'm keen to supervise projects that build on this work. Examples include:
 +
* Integrating more archetypes and geographies into Heatalyzer, which currently only supports London weather and UK building archetypes.
 +
* Understanding the weather and building conditions lead to reaching liveability and survivability limits.
 +
* Analysing the sensitivity of results to building orientation and ventilation (which need to be modelled in Energy+)
 +
* Creating a map to show how the effects of a heatwave will be felt in each area of a city. For example, using socioeconomic data (available in the US on a congressional district scale) to map areas that will be affected by heatwaves in terms of their socioeconomic status and developing an interactive website/app to showcase results and aid engagement.
 +
* Modeling mitigation strategies in Energy+ and adding to the dashboard tool so that citizens can evaluate the impact of each strategy. Mark out strategies that do and do not depend on power grid availablity.
 +
* Exploiting local energy storage and energy use flexibility to mitigate the impact of a heatwave on the power grid using local energy.
 +
* Determining and representing uncertainty in our results due to lack of knowledge of building construction, weather, occpuant health status, acclimatisation effects and behaviour changes.
 +
* Personalization of our results to actual building data, matching the building data to the closest archetype and using all sources of information about the building, such as databases of building stock (e.g. US has 500K building database of representative buildings from NREL).
  
* ''3D wind velocity field and CO2 sensing'':  [Flux towers| https://www.fondriest.com/news/researchers-measure-carbon-dioxide-exchange-between-forests-and-atmosphere.htm] are used to measure the exchange of carbon dioxide between the atmosphere and the biosphere. These are typically very expensive.  At their heart, they have a CO2 sensor and a 3D wind velocity field sensor. These days, both can be built using off-the-shelf components, such as this [CO2 sensor|https://sensirion.com/products/product-categories/co2/] and this [airspeed sensor | https://docs.px4.io/main/en/sensor/airspeed_tfslot.html], with three airspeed sensors place on orthogonal axes. This means we can put together a quick-and-dirty flux tower for well under £200 (as opposed to the £80K they charge now). We can also get access to a flux tower near Ely to compare the measurements from a top-of-the-line system to something less expensive. The goal of this project would be to build, deploy, and calibrate this sensing platform.
+
The outcomes I hope we can achieve using this work are
 +
* Identifying the specific parts of a population likely to be most affected by a heatwave and giving them advance warning on effective measures they should take to mitigate its impacts.
 +
* Giving policy makers the data they need to allocate funding to mitigation activities such as better insulation, exterior shading, and solar-powered air conditioning.
 +
* Alerting health care facilities to the expected number of heatstroke cases to expect from a heatwave.
 +
 
 +
This is interdisciplinary work that brings together computer scientists with building simulation researchers in civil engineering, climatologists who forecast future climate, urban planners, policy makes, public health officials, and both local and central levels of government.
 +
 
 +
==Solar panel soiling==
 +
Solar panels can lose a considerable amount of their capacity due to soiling, thus panels have to be periodically cleaned. This comes at a cost so it is not economical to clean a panel array just before or just after a rainy day. What is the best time to clean a panel array (which can consists of hundreds of thousands of panels) and which panels need the most cleaning? In recent work, my Master's student Abhinav Bora used data from a large-scale installation to come up with some [https://uwspace.uwaterloo.ca/handle/10012/19293 answers]. This project would apply these to local installations at Cambridge, such as on the William Gates Building, or in Fitzwilliam College. If there is interest, we can also explore partnering with utility scale solar developers to analyse their plants. The goal would be set up a data acquisition system, do the data analysis, and provide actionable intelligence to utility scale solar plant operators.
 +
 
 +
==Optimally placing solar panels on a flat roof==
 +
 
 +
Optimally placing solar panels on a flat roof, parts of which can be shaded by chimneys, vents, nearby trees, and nearby roofs is a [https://www.spiritenergy.co.uk/kb-flat-roof-solar-mounting complex] problem. The goal of this project is to use a drone-based survey to create a 3D model of a rooftop and its vicinity, then uses ray tracing and either classical optimisation or DNNs to create an optimal layout to maximize energy production over the course of a year.

Latest revision as of 15:56, 12 July 2024

Part II/ACS projects (2024)

Heatwaves

Climate change will result in more, more intense, and longer lasting heatwaves. To quantify the impact of heatwaves on building occupants, we have created a new metric called Activity Hours and the Heatalyzer tool (code released on GitHub). I'm keen to supervise projects that build on this work. Examples include:

  • Integrating more archetypes and geographies into Heatalyzer, which currently only supports London weather and UK building archetypes.
  • Understanding the weather and building conditions lead to reaching liveability and survivability limits.
  • Analysing the sensitivity of results to building orientation and ventilation (which need to be modelled in Energy+)
  • Creating a map to show how the effects of a heatwave will be felt in each area of a city. For example, using socioeconomic data (available in the US on a congressional district scale) to map areas that will be affected by heatwaves in terms of their socioeconomic status and developing an interactive website/app to showcase results and aid engagement.
  • Modeling mitigation strategies in Energy+ and adding to the dashboard tool so that citizens can evaluate the impact of each strategy. Mark out strategies that do and do not depend on power grid availablity.
  • Exploiting local energy storage and energy use flexibility to mitigate the impact of a heatwave on the power grid using local energy.
  • Determining and representing uncertainty in our results due to lack of knowledge of building construction, weather, occpuant health status, acclimatisation effects and behaviour changes.
  • Personalization of our results to actual building data, matching the building data to the closest archetype and using all sources of information about the building, such as databases of building stock (e.g. US has 500K building database of representative buildings from NREL).

The outcomes I hope we can achieve using this work are

  • Identifying the specific parts of a population likely to be most affected by a heatwave and giving them advance warning on effective measures they should take to mitigate its impacts.
  • Giving policy makers the data they need to allocate funding to mitigation activities such as better insulation, exterior shading, and solar-powered air conditioning.
  • Alerting health care facilities to the expected number of heatstroke cases to expect from a heatwave.

This is interdisciplinary work that brings together computer scientists with building simulation researchers in civil engineering, climatologists who forecast future climate, urban planners, policy makes, public health officials, and both local and central levels of government.

Solar panel soiling

Solar panels can lose a considerable amount of their capacity due to soiling, thus panels have to be periodically cleaned. This comes at a cost so it is not economical to clean a panel array just before or just after a rainy day. What is the best time to clean a panel array (which can consists of hundreds of thousands of panels) and which panels need the most cleaning? In recent work, my Master's student Abhinav Bora used data from a large-scale installation to come up with some answers. This project would apply these to local installations at Cambridge, such as on the William Gates Building, or in Fitzwilliam College. If there is interest, we can also explore partnering with utility scale solar developers to analyse their plants. The goal would be set up a data acquisition system, do the data analysis, and provide actionable intelligence to utility scale solar plant operators.

Optimally placing solar panels on a flat roof

Optimally placing solar panels on a flat roof, parts of which can be shaded by chimneys, vents, nearby trees, and nearby roofs is a complex problem. The goal of this project is to use a drone-based survey to create a 3D model of a rooftop and its vicinity, then uses ray tracing and either classical optimisation or DNNs to create an optimal layout to maximize energy production over the course of a year.