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

Too many boundaries in transfer system and restrucuring of boundaries in general #25

Open
1 task done
LauraMaier opened this issue Aug 31, 2022 · 2 comments · May be fixed by #102
Open
1 task done

Too many boundaries in transfer system and restrucuring of boundaries in general #25

LauraMaier opened this issue Aug 31, 2022 · 2 comments · May be fixed by #102
Assignees

Comments

@LauraMaier
Copy link
Contributor

LauraMaier commented Aug 31, 2022

There is an array of fluid boundary models in the following models:

  • BESMod.Systems.Hydraulical.Transfer.RadiatorTransferSystem
  • BESMod.Systems.Hydraulical.Transfer.UFHTransferSystem

The problem with that is that boundaries specify reference pressure and temperature levels for each circuit.
Here, we have parallel fluid flow so that only one overall circuit exists and thus only one reference pressure and temperature level are necessary.

Exemplary picture:
image

How do we solve this problem?

  • We place the boundaries in the distribution system
@LauraMaier LauraMaier self-assigned this Aug 31, 2022
@github-actions
Copy link

FWuellhorst added a commit that referenced this issue Nov 9, 2022
Co-authored-by: Larissa Kühn <[email protected]>
Co-authored-by: fabian.wuellhorst <[email protected]>
Co-authored-by: David Jansen <[email protected]>
@FWuellhorst
Copy link
Contributor

Similar to boundaries, we should rethink the placement of pumps. This is confusing when having distribution systems with direct connections.

All boundaries and pumps must go inside the distribution system!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants