Commit Graph

40 Commits

Author SHA1 Message Date
c07a6f6c34 Base implementation for the fuel life cicle analisis 2021-11-12 04:41:17 -05:00
Pilar
ef6afb0ab4 created customized imports factory and correspondent test 2021-11-05 10:16:35 -04:00
Pilar
9243a0a4d4 added many new classes needed for the transportation group models. The documentation is not done because it is needed the students feed-back 2021-10-25 13:33:08 -04:00
Pilar
a41a7ef801 New classes to integrate Saeeds work: heat_pump.py and the imports 2021-10-18 11:37:20 -04:00
5752c5d31d Small corrections in doe_idf import 2021-09-16 13:45:27 -04:00
Pilar
f4d62bb505 Forced the type in setters 2021-09-13 15:14:54 -04:00
Soroush Samareh Abolhassani
63f958deba The xml file for doe idf generated and added to the libs. 2021-08-31 12:16:48 -04:00
Soroush Samareh Abolhassani
1e591ba5b4 The idf files have been added. 2021-08-30 18:46:35 -04:00
Pilar
8636f4693c Merge remote-tracking branch 'origin/master' 2021-08-26 09:45:29 -04:00
Pilar
03a7f4cc33 Added new attributes in thermal_opening.py and thermal_boundary.py. Modified surface.py and thermal_boundary.py to adapt to dynamic simulation. First version of thermal_demand_dynamic_simulation.py working well (only tested for one room) 2021-08-26 09:36:10 -04:00
Soroush Samareh Abolhassani
c2e5cd5970 idf sample from DOE 2021-08-24 15:18:40 -04:00
Soroush Samareh Abolhassani
665adae908 Idf parser and standardization is done (correct version)_need to be updated 2021-08-20 18:36:28 -04:00
Soroush Samareh Abolhassani
3d922ab4f4 I added an idf sample from DOE 2021-08-17 10:17:07 -04:00
Pilar
c7ebce49b7 fixed a bug in us_archetypes.xml, "interior slab" for "exterior slab"
added number_of_storeys = 1 in building.py; it must be reviewed
2021-08-11 12:53:49 -04:00
f06c19722e Add c40 2021-08-11 12:13:16 -04:00
Pilar
e77f6890f4 added Montreal weather file 2021-06-08 12:53:17 -04:00
Pilar
fec7f79d20 changes to add new sensors of other types 2021-06-02 11:28:24 -04:00
Pilar
22d00933c6 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	data/sensors/concordia_energy_db.json
#	imports/sensors/concordia_energy_consumption.py
2021-06-02 11:25:27 -04:00
Pilar
360003276a changes to add new sensors of other types 2021-06-02 11:24:58 -04:00
3e179e9dff Small modification to be able to work with city clusters for the sensors. 2021-06-02 11:24:53 -04:00
4d821880a4 Bug fix and generalization for more concordia sensors 2021-06-02 11:16:00 -04:00
Pilar
2f0da19293 some typos fixed 2021-06-02 10:55:04 -04:00
5ea6a0f125 Create new factory to import concordia energy files into the libs.
Minor cosmetic changes
2021-06-01 18:31:50 -04:00
Pilar
9dcc12fd68 Changes in libs to new concept of keywords in libraries. Missing new tests. 2021-05-26 18:17:23 -04:00
Pilar
33ac71d5a6 added 'year' to 'minute' as constants in constants.py and adapted the code to that 2021-05-25 13:34:57 -04:00
Pilar
ac902c6c97 created epw_weather_parameters.py 2021-04-13 15:09:13 -04:00
Pilar
dbbe3d56fc before behnam changes in libs 2021-03-23 10:13:01 -04:00
Pilar
21651aa0f4 changes in archetypes reduced from Rabeeh, erased foot_print in building.py and erased default values in thermal_boundary.py and thermal_opening.py 2021-03-11 14:31:28 -05:00
Pilar
090e70a3d0 In building.py: added property storeys and corrected two bugs. In city_object.py, added property polyhedron. In polyhedron.py added documentation. In test_geometry_factory.py added new unittest test_divide_mesh_by_plane. 2021-03-01 16:42:03 -05:00
pilar
172ce69c4d hft internal gains interface 2021-01-06 16:42:38 -05:00
pilar
8250df79a8 fixed xml files 2021-01-05 15:20:44 -05:00
pilar
cb2be1382c nrel interface 2021-01-05 15:01:36 -05:00
pilar
51f6edbd31 demo_schedules is now called comnet_archetypes.xlsx 2020-12-15 12:15:04 -05:00
pilar
ad67c4273b modifications in demo_occupancy_parameters.py and added new Rabeeh xml files 2020-12-14 19:11:56 -05:00
pilar
1080f06d59 added residential types to library copying them from mid-rise apartment. This needs to be changed 2020-11-03 06:38:39 -05:00
pilar
b17bab8df7 error in test_weather_factory.py 2020-10-30 06:23:29 -04:00
pilar
f4ea7686a5 first version of weather factory and related files 2020-10-29 07:40:40 -04:00
Guille
e8758eb76d Idf surfaces connection 2020-10-27 13:19:50 -04:00
Guille
1f2a79d43b Add the demo factory to the libs 2020-10-22 11:02:41 -04:00
Pilar
877a64a06e moved data folder to libs and changed:
def __init__(self, handler, city, base_path=Path(Path.cwd().parent / 'libs/data/physics')):

in physics_factory.py plus the paths in us_base_physics_parameters.py

Something similar should be done for usage_factory.py
2020-06-29 16:52:39 -07:00