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

Integrate pipe pressure loss and heat transfer correlations #344

Open
modelica-trac-importer opened this issue Jan 14, 2017 · 2 comments
Open
Assignees
Labels
L: Fluid Issue addresses Modelica.Fluid (excl. Dissipation) task General work that is not related to a bug or feature

Comments

@modelica-trac-importer
Copy link

Reported by kproelss on 28 Mar 2010 19:46 UTC
Pressure drop and heat transfer correlations for turbulent and laminar pipe flow are added to Modelica.Fluid in MSL 3.2 with the new package Dissipation. In order to make them available as choices in the pipe models already existing in Modelica.Fluid several changes have to be made to these models. The main challenges are:

  • Current correlations combine pressure changes due to friction and to static head, while the dissipation correlations only cover friction losses.
  • All pressure drop or heat transfer choices require the same variable input (replaceable functions) or a common set of variable modifications (replaceable models).
  • All pressure drop or heat transfer choices require the same parameter input (replaceable functions) or parameter modifications are applied to the redeclared model (and disappear if another choice is made)
  • How can non-matching choice combinations be avoided, e.g. a two-phase pressure drop correlation and one-phase medium package?
  • Robustness at flow reversal
  • Redundant correlation choices must be avoided, while still maintaining backwards compatibility or at least conversion to equivalent physical behavior.

Migrated-From: https://trac.modelica.org/Modelica/ticket/344

@modelica-trac-importer modelica-trac-importer added L: Fluid Issue addresses Modelica.Fluid (excl. Dissipation) task General work that is not related to a bug or feature labels Jan 14, 2017
@modelica-trac-importer
Copy link
Author

Modified by fcasella on 14 Dec 2015 22:42 UTC

@modelica-trac-importer
Copy link
Author

Changelog removed by fcasella on 14 Dec 2015 22:42 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: Fluid Issue addresses Modelica.Fluid (excl. Dissipation) task General work that is not related to a bug or feature
Projects
None yet
Development

No branches or pull requests

2 participants