BIM2SIM / bim2sim

A python tool to create simulation models for different domains based on BIM IFC models.
https://bim2sim.github.io/bim2sim/
GNU Lesser General Public License v3.0
43 stars 7 forks source link

switch source for heating and cooling profiles #593

Closed veronikarichter closed 7 months ago

veronikarichter commented 9 months ago

@DaJansenGit currently, heating and cooling profiles are extrapolated from heating and cooling setpoints available in IFC. I did not find a proper way (or setting) to change this setting to template-based and it took me a while to figure out that it is not the template data that is used for heating_profile and cooling_profile.

Originally posted by @veronikarichter in https://github.com/BIM2SIM/bim2sim/issues/510#issuecomment-1737465946

Add a sim_setting to define the source for heating and cooling profiles (e.g., setpoints_from_template).

@DaJansenGit: do you have an idea where to put this? Easiest would be to overwrite the parameters after IFC-based setup, but this produces computational overhead. Would be a good hotfix though to continue working before we address #510 anyway.