-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add horizontal pipe pressure drop to sys-params #700
Conversation
@nllong Unrelated to this PR, the district_single_ghe.py simulation test fails on CI but passes locally for me. It is the only failing test, preventing green here on github. Can you help me figure out what is different about the CI runner, possibly just for that test? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great. thanks for abstracting out the pa/m!
geojson_modelica_translator/model_connectors/networks/templates/DesignDataSeries.mot
Show resolved
Hide resolved
geojson_modelica_translator/system_parameters/system_parameter_properties.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Nicholas Long <[email protected]>
Any background context you want to provide?
The horizontal pipe pressure drop had been hard-coded into a number of Modelica templates throughout the GMT. Exposing it as a user-adjustable variable in the sys-param file will enable more control over the model, as well as allowing ThermalNetwork to use the same value.
What does this PR accomplish?
How should this be manually tested?
CI is sufficient
What are the relevant tickets?
Resolves #696