Go to file
2021-08-12 11:42:47 -04:00
.idea Changes in libs to new concept of keywords in libraries. Added new tests. 2021-05-27 17:20:06 -04:00
helpers Starting point. Not running version. 2021-05-26 16:28:39 -04:00
insel is_heated and is_cooled pass from thermal_zone to usage_zone 2021-08-12 11:42:47 -04:00
tests nrel_physics_interface.py: fixed a bug due to a refactor 2021-06-09 10:46:53 -04:00
main.py Added a parameter in building.py to specifically decide whether dividing the building in storeys or not. By default, False. 2021-08-12 11:08:28 -04:00
README.md everything broken, don't use!! Changes in the way the thermal boundaries, and thermal zones are created 2021-06-17 13:02:50 -04:00
requirements.txt Changes in libs to new concept of keywords in libraries. Missing new tests. 2021-05-26 18:17:22 -04:00

DynamicBuildingSimulation

This tool

dependencies

You will need to install the following dependencies in your computer order to run the software; please take a look at the install process for your system-specific details

External software

After installing these tools you should include their paths in Path.

Python libraries

Those specified in requirements.txt

installation

Linux / Mac

Open a terminal and run the following commands.

$ mkdir MonthlyEnergyBalance
$ cd MonthlyEnergyBalance 
$ git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
$ git clone https://rs-loy-gitlab.concordia.ca/PMAU/simplified_radiosity_algorith
$ git clone https://rs-loy-gitlab.concordia.ca/Guille/libs
$ python -m pip install requirements.txt
Windows

Open a terminal and run the following commands.

c:\> mkdir DynamicBuildingSimulation
c:\> cd DynamicBuildingSimulation 
c:\> git clone https://binarycat.org/git/PMAU/DynamicBuildingSimulation.git
c:\> python.exe -m pip install requirements.txt

usage

Linux / Mac

Open a terminal and run the following command

$ python main.py
Windows

Open a terminal and run the following command.

c:\> python.exe main.py