architecture-building-systems / RC_BuildingSimulator

A Resistance Capacitance Model for an Energetic Simulation of a Building
Other
96 stars 36 forks source link

Modular elements #28

Closed JustinZarb closed 6 years ago

JustinZarb commented 6 years ago

There are now two versions of building physics, and two versions of the Zone builder. The first set contain the 'vanilla' code from the main branch, and the second is based on the nested_rc branch.

Opaque and glazed element components have been added. The user can input a surface or polysurface and u-value and the components will output an element object, which can be fed into the zone. This approach should facilitate zone specification, but still needs to be tested with some use cases.