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
20 stars 11 forks source link

Need new output from SDK for microgrid inductive load #555

Closed vtnate closed 1 year ago

vtnate commented 1 year ago

Expected Behavior

Inductive template to build a model from UO SDK output

Actual Behavior

P_nominal in the modelica model is expecting a number (the actual power consumption of the load) whereas the UO SDK is outputting a string.

Either the SDK needs to output something different, or we need to use a different output of the SDK so the model will work.