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

Fix dp_start value in solar collector #1452

Closed
FWuellhorst opened this issue Aug 14, 2023 · 0 comments · Fixed by #1453
Closed

Fix dp_start value in solar collector #1452

FWuellhorst opened this issue Aug 14, 2023 · 0 comments · Fixed by #1453
Assignees

Comments

@FWuellhorst
Copy link
Contributor

Describe the bug
The default value of dp_start is incorrect.

It is stated as

dp_start=pressureDropCoeff*(m_flow_start *
      Medium.density(Medium.setState_pTX(
                       p_start,
                       T_start,
                       Medium.reference_X)))^2)

but should be

dp_start=pressureDropCoeff*(m_flow_start /
      Medium.density(Medium.setState_pTX(
                       p_start,
                       T_start,
                       Medium.reference_X)))^2)

as dp = a*(m_flow/rho) ^2.

@FWuellhorst FWuellhorst self-assigned this Aug 14, 2023
FWuellhorst added a commit that referenced this issue Aug 14, 2023
@FWuellhorst FWuellhorst linked a pull request Aug 14, 2023 that will close this issue
TobiasSpratte added a commit that referenced this issue Sep 19, 2023
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.

1 participant