/uni-renewableEnergyProject

A renewable energy feasibility simulator. Contains interpolation and error algorithms. OOPython.

Primary LanguagePython

PH1012 Renewable Energy Project

This repository contains the code for Group-11's PH1012 renewable energy report. The code is written in python and can be run using the command python main.py or python3 main.py depending on your operating system.

Code Structure

Main.py is the file that runs the code. It calls the functions from the other files in the repository. Model/Models.py contains the classes that model the system and UI/UI.py contains the function creates the plot.