Skip to content

Example Simulations

Prageeth Jayathissa edited this page May 8, 2017 · 2 revisions

The examples folder contains some template code which can be expanded to fit your project requirement. If there is something new you would like to try, create an issue and we will try to create an example to fit your request.

HourSimulation.py An hourly simulation is the simplest utilisation of this code.

radiation.py An example of how radiation can be calculated

annualSimulation.py Combines the two examples above, to run a full simulation of the building

Sun Angles

sunAngles.py Determines the solar position throughout the year

Annual Simulation with Imported Radiation Data

annualSimulation_importRadiation.py Similar to Run Full Annual Simulation, however the radiation data is imported from a csv file exported from DaySim

Clone this wiki locally