WOLFRAM SYSTEM MODELER

ReleaseNotes

Release notes

Wolfram Language

In[1]:=
SystemModel["Modelica.Fluid.Dissipation.UsersGuide.ReleaseNotes"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Version 1.0 Beta 4-6, 2010-01-12

Fluid.Dissipation was improved for the release as follows:

  • Changed structure for input records of all heat transfer and pressure loss functions:
    • Reduced amount of input records for compressible and incompressible functions as well as for their combinational one to improve usability of library.
    • Splitting input records of one function into one with parameters (e.g., for geometry) and one with variables (e.g., fluid properties) to ease work of IDE-solver.
  • Improved Modelica.Fluid application models for available heat transfer and pressure loss functions:
    • Flattened inheritance with one base flow model for all energy devices.
    • Implemented smooth state of fluid density and dynamic viscosity for reverse flow.
  • Adaption of complete library due to structure change.

Version 1.0 Beta 3, 2009-07-03

Fluid.Dissipation was improved for the release as follows:

  • Changed flow models structure:
    Now that a future feature for the automatic choice of using either a mass flow rate (compressible case) or a pressure loss (incompressible case) function for calculation is supported if implemented by IDE. Due to that no manual selection of a compressible or incompressible calculation in the Modelica.Fluid flow models is possible anymore. Therefore nonlinear equations will be created from the Modelica.Fluid flow models, if the future feature is not supported and the mass flow rate is known at a fluid port instead of the pressure loss.
  • Changed structure and amount of records used as input for function calls due to changed structure of flow model.
  • Changed structure of function calls due to changed structure of flow model.
  • Finished validation of all available heat transfer and pressure loss functions.
  • Included scripts for verification of all available heat transfer and pressure loss functions.

Version 1.0 Beta 2, 2009-04-22

Fluid.Dissipation was improved for the release as follows:

  • Support of analytical Jacobians at inverse calculation of heat transfer and pressure loss functions.
  • Included Modelica.Fluid application models for available heat transfer and pressure loss functions.
  • Adaption of complete library to Modelica Standard nomenclature.

Version 1.0 Beta 1, 2008-10-08

Initial release of Fluid.Dissipation.