Skip to content
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

Allow sources to feed in different temperatures than the node temperature #656

Open
SimonRubenDrauz opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SimonRubenDrauz
Copy link
Collaborator

It is currently not possible to transfer a temperature to sources. Instead, it always refers to the temperature of the node.
The solution must be implemented in the core. A starting point can already be found in the code.

It is currently implemented in such a way that the mass flowing in from connected branches is the reference mass for the energy equation. This means that the sources cannot influence the node temperature. It is assumed that they feed in at node mixing temperature. This seems rather unrealistic. The correct approach would be a total mass balance across all connected components, taking into account the conservation of energy.
A first solution can be found in the code on develop. However, what is still missing, are the load derivatives what could affect convergence.

@SimonRubenDrauz SimonRubenDrauz added the enhancement New feature or request label Oct 25, 2024
@dlohmeier dlohmeier changed the title Allow sources to feed in different temperatures then the node temperature Allow sources to feed in different temperatures than the node temperature Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants