Go to file
Pilar 291b66d5a9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	.idea/DynamicBuildingSimulation.iml
#	.idea/misc.xml
#	main.py
#	tests/tmp/Montreal.cli
#	tests/tmp/Montréal_sra.xml
2023-01-10 10:00:28 -05:00
.idea Merge remote-tracking branch 'origin/master' 2023-01-10 10:00:28 -05:00
helpers Added 1 to fit with the length needed by FAST_READD 2021-11-18 13:07:48 -05:00
insel Added 1 to fit with the length needed by FAST_READD 2021-11-18 13:07:48 -05:00
tests Merge remote-tracking branch 'origin/master' 2023-01-10 10:00:28 -05:00
.gitignore remove the .idea from the git 2022-03-07 11:33:25 -05:00
main.py updating the code to changes in hub (not finished -> not working) 2023-01-10 09:55:37 -05: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 small corrections to avoid cross environment issues 2022-03-07 12:32:43 -05: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