-
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 GHE Properties to System Parameter File #570
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5c528d4
add ghe to create system parameter function
tanushree04 051822f
Add design method for borehole
tanushree04 8e1abca
update create sys param and system_parameter.py
tanushree04 e3daa50
update tests
tanushree04 3332b83
update district system type property
tanushree04 8b3a564
reduce unnecessary indenting
vtnate 82025ab
add negative sign to heat_flow to designate as cooling
vtnate 53119ad
clean up test setup now that we have at least python 3.8
vtnate 66b8a74
update district_system_type property in system_parameters.py
tanushree04 df37a30
Merge branch 'ghe_modify' of github.com:urbanopt/geojson-modelica-tra…
vtnate 4ac499c
redo the un-indenting I accidentally committed
vtnate 7c5fd69
update dependencies with poetry
vtnate 1d61309
remove generated test sys-param file
vtnate 836cca8
gitignore generated test sys-param file
vtnate 3ca86b6
add sys param argument
tanushree04 d0d58e2
fix typo that prevented sys-param creation via cli
vtnate 1662b82
remove nonsensical 5G district parameters
vtnate 1616023
clean up uo_des test comments a bit, and add intermediate assertions
vtnate bf3f983
remove outdated spawn compilation instructions
vtnate f600deb
enable 5G models with the CLI
vtnate 60a43ca
Merge branch 'gmt-with-5g' into ghe_modify
vtnate b743d6e
add borehole length to template
tanushree04 377241c
Merge branch 'ghe_modify' of github.com:urbanopt/geojson-modelica-tra…
vtnate 5a3da8c
add gfunction csv file to cli test for ghe district tests
vtnate 1b66d1b
more updates to gmt class to handle 5g districts from cli
vtnate ac85feb
choose generations more explicitly in district.py
vtnate 1f6adbc
use correct sys-param parameter name in borefield.py
vtnate 56fa91d
add start/stop/step times for model simulation to cli options
vtnate 98701bd
add 5g cli integration test, update calls to simulate during the summer
vtnate 2963d54
Quick fix to enlarge loop flow rate
JingWang-CUB 6644106
change borehole length in test sys-param files to match schema
vtnate 174b6b9
make pytest skip reason comment more explicit
vtnate 217f045
don't skip distribution simulation test
vtnate 0a11c46
clarify pytest skip reason comment
vtnate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ model {{ model_filename }} | |
annotation (Dialog(group="Heat exchanger")); | ||
parameter Modelica.Units.SI.HeatFlowRate Q_flow_nominal( | ||
final min=0, | ||
{% endraw %}start={{ ets_data["heat_flow_nominal"] }}) | ||
{% endraw %}start=-{{ ets_data["heat_flow_nominal"] }}) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Negative sign to denote cooling rather than heating |
||
{% raw %} "Nominal heat transfer" | ||
annotation (Dialog(group="Heat exchanger")); | ||
parameter Modelica.Units.SI.Temperature T_a1_nominal( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The pump wasn't moving enough water to satisfy the district, so this was increased.