urbanopt / geojson-modelica-translator

GeoJSON to Modelica Translator that is focused on district energy system design and analysis.
https://www.nrel.gov/buildings/urbanopt.html
Other
18 stars 11 forks source link

Refactoring and enhancing to support multiple GHEs in a single district #601

Closed vtnate closed 9 months ago

vtnate commented 9 months ago

Any background context you want to provide?

The MVP currently available only supports a single GHE in the sys-param file. In reality multiple GHEs are common.

What does this PR accomplish?

Additional work is required to loop through GHEs and build multi-GHE models appropriately. The strategy for that is being developed (modelica arrays or GMT-style individual models?).

How should this be manually tested?

CI should be sufficient. The important files are system_parameters.py & test_system_parameters.py.

Other changes: