You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! I'm trying to simulate a URBANopt model in OpenModelica.
I'm using URBANopt to get load profiles of buildings in the network. I plan on simulating the network in OpenModelica using the District Energy System (DES) Workflow.
I managed to create the Modelica model through the Windows console using "uo_des create-model" after installing GMT and BML 9.1.0. But when we tried to simulate the model in OpenModelica 1.20, we couldn't get it to work.
I also downloaded the example repository "urbanopt/geojason-modelica-translator-examples" and ran "poetry run pytest".
When we opened the "Package.mo" file of the three examples ("geojson_8_buildings", "spawn_geojson", or "time_series_5g"), we got a "translation error" in OpenModelica. The error: 'Class time series 5g.Loads.BSa99ec.BuildingTimeSeries not found in scope building'
I'd really appreciate any advice or insights on how to resolve this issue. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there! I'm trying to simulate a URBANopt model in OpenModelica.
I'm using URBANopt to get load profiles of buildings in the network. I plan on simulating the network in OpenModelica using the District Energy System (DES) Workflow.
I managed to create the Modelica model through the Windows console using "uo_des create-model" after installing GMT and BML 9.1.0. But when we tried to simulate the model in OpenModelica 1.20, we couldn't get it to work.
I also downloaded the example repository "urbanopt/geojason-modelica-translator-examples" and ran "poetry run pytest".
When we opened the "Package.mo" file of the three examples ("geojson_8_buildings", "spawn_geojson", or "time_series_5g"), we got a "translation error" in OpenModelica. The error: 'Class time series 5g.Loads.BSa99ec.BuildingTimeSeries not found in scope building'
I'd really appreciate any advice or insights on how to resolve this issue. Thanks
Beta Was this translation helpful? Give feedback.
All reactions