-
Notifications
You must be signed in to change notification settings - Fork 65
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
release 0.10.0 #607
Merged
release 0.10.0 #607
Conversation
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
…hermal properties of a consumer (mass flow, heat extraction, temperature difference and return temperature) Note: the model currently only works with set mass flow and heat extraction, as the other modes require a more dedicated simulation wrt. the update of fluid properties between heat transfer iterations and a feedback of heat transfer results to hydraulics
# Conflicts: # src/pandapipes/component_models/heat_consumer_component.py # src/pandapipes/test/api/test_components/test_heat_consumer.py
- properties at norm state
Made some node entries more global than just in pipe
fixed error for setting output pressure in case of oos circulation pumps
description-file is deprecated. Renamed it to description_file.
renamed JAC_DERIV_DT1 to JAC_DERIV_DTOUT in branch_idx
…ing the pipeflow (especially relevant for the bidirectional pipeflow)
# Conflicts: # src/pandapipes/component_models/abstract_models/branch_w_internals_models.py # src/pandapipes/component_models/pipe_component.py # src/pandapipes/idx_branch.py # src/pandapipes/pf/build_system_matrix.py # src/pandapipes/pf/derivative_calculation.py
- shifted some branch initialization to branch_wzerolength_models.py (also for heat_exchanger_component.py) - switched order of arguments in component (qext and mdot)
…r is general specification, however, is overwritten by max_iter_hyd and max_iter_therm if given.
Simple heat consumer implementation
# Conflicts: # src/pandapipes/component_models/heat_exchanger_component.py
Props norm
Release 0.10.0
Release 0.10.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.