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

wrong scaling of heat transfer system UFH #106

Open
DaJansenGit opened this issue Feb 21, 2025 · 0 comments
Open

wrong scaling of heat transfer system UFH #106

DaJansenGit opened this issue Feb 21, 2025 · 0 comments

Comments

@DaJansenGit
Copy link
Member

DaJansenGit commented Feb 21, 2025

Describe the bug

  • AFAIK the f_design parameter is an option to up- or downscale the Q_flow_nominal of the transfer system.
  • In BESMod.Systems.Hydraulical.Transfer.UFHTransferSystem, the f_design parameter is used to scale the record parTra this way:
Q_flow_nominal=Q_flow_nominal .* f_design
  • But still, the area specific nominal heat flow of the system q_dot_nom (which is defined in the definition of BESMod.Systems.Hydraulical.Components.UFH.ActiveWallBaseDataDefinition)is calculated this way:
q_dot_nom=Q_flow_nominal[i]/UFHParameters.area[i]

Form my understanding this would be correct:

q_dot_nom=parTra.Q_flow_nominal[i]/UFHParameters.area[i]
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

No branches or pull requests

1 participant