-
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
Branch output: internal node temperature #495
Comments
Maybe it would even make sense to drop t_from_k and t_to_k ( as they can be retrieved from the junction tables), and just create the parameters t_inlet and t_outlet, where t_inlet would usually equal t_from_k. |
This is exactly what I would expect as a user. |
We recently added this to our development agenda... I can't say exactly how long it takes, but we will probably deal with this in the near future. |
The "t_outlet_k" result parameter has been added to branch elements in version 0.11.0 . |
Problem
In some cases, a heat exchanger, but also any kind of other branch, is connected to an outlet junction that has more incoming flows than that just the one from the heat exchanger (cf. #494). However, it would be nice to also display the temperature at the outlet of the heat exchanger (not just the mixed temperature at the junction) for further processing.
Solution
This result is hard to retrieve externally, but could probably quite simply be done within the component model itself. I think, we should add this result parameter to the result table and extract it during the simulation.
EDIT: This was shown on the example of a heat exchanger, but the same is true for a pipe. This way, it could look like a pipe is connected to an external heat source when considering the t_to_k result, but in fact there is just another stream to the same junction with a higher temperature.
The text was updated successfully, but these errors were encountered: