Open
Description
Reported by kproelss on 28 Mar 2010 19:11 UTC
Pressure drop component models from the Dissipation
library which make use of the library's collection of pressure drop correlations were decided to be integrated into Modelica.Fluid.Fittings
release version 3.2 at the 66th Design Meeting, as complete top level component models.
The component models to be included need to fulfill the following requirements:
- A component model with an equivalent behavior must not exist among the already present components in
Fluid.Fittings
. Since MSL 3.2 will not be released with a conversion script. Non-backwards compatible changes such as removing such an obsolete component will not be permitted and are subject to a later release. - All functions in
Fluid.Dissipation
, including those that are used in the component models, are called with two records as inputs. One contains the time-constant parameters, the other time-varying variables. At least the entire variable record needs to be set within the component model (such that the user does not need to set variable modifiers when using the component). It would be more convenient also to propagate all required parameter inputs to the component top level. - As a component inside the
Fittings
package it actually has to belong to this category.
Migrated-From: https://trac.modelica.org/Modelica/ticket/342