ReleaseNotes

class ReleaseNotes "Release notes"
    extends Modelica.Icons.ReleaseNotes;

    annotation (Documentation(info = "<html>\n\n<h4>Version 1.1, 2009-06-21</h4>\n\n<p>\nThe Modelica_Fluid library (revisionId = r2625) was included as Modelica.Fluid in the\nModelica Standard Library 3.1.\n</p>\n\n<h4>Version 1.0, 2009-01-28</h4>\n\n<p>\nModelica_Fluid was refactored and finalized for the release:\n</p>\n\n<ul>\n<li> Refactoring of the code<br>\n     This became necessary as the previous release Modelica.Fluid Streams Beta3\n     still reflected the long development history, while the basic concepts had been crystallized.\n     Please consult the subversion control (SVN) logs for individual changes.</li>\n\n<li> Device oriented package names<br>\n     The former sub-packages Junctions and PressureLosses have been combined into the new subpackage Fittings.\n     The former Pumps and Volumes.SweptVolume have become the initial version of fluid Machines.\n     The former Volumes package is now called Vessels.</li>\n\n<li> Complete implementation of one-dimensional fluid flow<br>\n     The balance equations as documented in\n     <a href=\"modelica://Modelica.Fluid.UsersGuide.ComponentDefinition.BalanceEquations\">UsersGuide.ComponentDefinition.BalanceEquations</a>\n     are now completely implemented. The implementations with generic boundary flow and source terms find in:\n     <ul>\n     <li><a href=\"modelica://Modelica.Fluid.Interfaces.PartialDistributedVolume\">Interfaces.PartialDistributedVolume</a>,\n         <a href=\"modelica://Modelica.Fluid.Interfaces.PartialLumpedVolume\">Interfaces.PartialLumpedVolume</a>:\n         Energy, Mass and Substance balances</li>\n     <li><a href=\"modelica://Modelica.Fluid.Interfaces.PartialDistributedFlow\">Interfaces.PartialDistributedFlow</a>,\n         <a href=\"modelica://Modelica.Fluid.Interfaces.PartialLumpedFlow\">Interfaces.PartialLumpedFlow</a>:\n         Momentum balance</li>\n     </ul>\n     Specific models combine the balances and define the boundary flow and source terms as appropriate.\n     For instance\n     <ul>\n     <li><a href=\"modelica://Modelica.Fluid.Vessels.OpenTank\">Vessels.OpenTank</a> extends from\n         <a href=\"modelica://Modelica.Fluid.Interfaces.PartialLumpedVolume\">Interfaces.PartialLumpedVolume</a>,</li>\n     <li><a href=\"modelica://Modelica.Fluid.Fittings.SimpleGenericOrifice\">Fittings.SimpleGenericOrifice</a> extends from\n         <a href=\"modelica://Modelica.Fluid.Interfaces.PartialLumpedFlow\">Interfaces.PartialLumpedFlow</a>, besides\n         <a href=\"modelica://Modelica.Fluid.Interfaces.PartialTwoPortTransport\">Interfaces.PartialTwoPortTransport</a>,</li>\n     <li><a href=\"modelica://Modelica.Fluid.Pipes.DynamicPipe\">Pipes.DynamicPipe</a> is based on\n         <a href=\"modelica://Modelica.Fluid.Interfaces.PartialDistributedVolume\">Interfaces.PartialDistributedVolume</a> and\n         <a href=\"modelica://Modelica.Fluid.Interfaces.PartialDistributedFlow\">Interfaces.PartialDistributedFlow</a>,\n         besides <a href=\"modelica://Modelica.Fluid.Interfaces.PartialTwoPort\">Interfaces.PartialTwoPort</a>.</li>\n     </ul>\n     All non-trivial mass and energy balances of Vessels, Machines and Fittings have been replaced with PartialLumpedVolume.\n     The mass and energy balances of Pipes are based on PartialDistributedVolume.<br>\n     See <a href=\"modelica://Modelica.Fluid.Examples.BranchingDynamicPipes\">Examples.BranchingDynamicPipes</a>\n     for an example utilizing the complete balance equations.</li>\n\n<li> New approach for the connection of distributed flow models<br>\n     The staggered grid approach offers different choices for the connection approach. So far the preferred modeling was to put full mass balances\n     into the pipes and expose half momentum balances through the ports (ModelStructure a_v_b).\n     This resulted in nonlinear equation systems for pressure/flow correlations in connection sets.\n     A new default ModelStructure av_vb has been introduced putting full momentum balances into the models and\n     exposing half mass balances through the ports (av_vb replaces the former avb). This way the nonlinear equation systems are avoided.\n     High-index DAEs need to be treated instead in connection sets.\n     Alternatively a Fitting like SuddenExpansion can be introduced to account for different cross flow areas of connected flow models.</li>\n\n<li> New Vessels.BaseClasses.PartialLumpedVessel treating the ports, including hydraulic resistances, for ClosedVolume, SimpleTank and SweptVolume.</li>\n\n<li> Clarification of modeling assumptions<br>\n     The documentation has been extended to better explain the modeling assumptions made. In particular the section\n     <a href=\"modelica://Modelica.Fluid.UsersGuide.ComponentDefinition.FluidConnectors\">UsersGuide.ComponentDefinition.FluidConnectors</a>\n     now makes clear that the ports represent the thermodynamic enthalpy, as opposed to stagnation enthalpy,\n     and thermodynamic or static pressure, as opposed to total pressure. An new package Explanatory has been added to the\n     examples to show the difference between static pressure and total pressure and possible implications. See\n     <a href=\"modelica://Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings\">Examples.Explanatory.MomentumBalanceFittings</a>.</li>\n\n<li> System (former Ambient)<br>\n     The use of the global System object has been extended towards common default values for\n     modeling assumptions, initialization, and advanced settings that are different for each application of the library\n     but should nevertheless provide default values for reasons of convenience.\n     In particular steady-state initialization and complete steady-state simulation can now be specified system-wide.\n     A new Types.Init.Dynamics has been introduced, combining steady-state and initial conditions.\n     The former Types.Init has become obsolete.\n     <br>See <a href=\"modelica://Modelica.Fluid.Examples.HeatingSystem\">Examples.HeatingSystem</a></li>\n\n<li> Extension of pumps for better consideration of zero flow and heat transfer with environment<br>\n     The simplified mass and energy balances have been replaced with a rigorous formulation.\n     Moreover an optional heat transfer model can be configured for heat exchanged with the environment or the housing.<br>\n     See <a href=\"modelica://Modelica.Fluid.Machines.BaseClasses.PartialPump\">Machines.BaseClasses.PartialPump</a></li>\n\n<li> Refinement of valves for flow reversal<br>\n     All valves now use upstream discretization for reversing flow conditions.</li>\n\n<li> Finalization of trace substances<br>\n     Modelica.Fluid now provides a sound implementation for trace substances,\n     which can easily be added to existing Media models, in order to study their evolution in a fluid system.<br>\n     See <a href=\"modelica://Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls\">Examples.TraceSubstances.RoomCO2WithControls</a></li>\n\n<li> Vectorized ports for volumes<br>\n     The ports of models that typically have large volumes, like Vessels and Sources,\n     have been vectorized. Formerly the connection of multiple flow models to the same port\n     of such volume models resulted in unintended mixing equations for stream variables\n     in connection sets outside the volumes. The mixing takes place inside the volumes\n     when using multiple ports. Moreover a\n     <a href=\"modelica://Modelica.Fluid.Fittings.MultiPort\">Fittings.MultiPort</a>\n     has been introduced. It can be attached to components like pipes,\n     which do not have vectorized ports on their own.</li>\n\n<li> Inverse parameterization of flow models with nominal operational conditions<br>\n     Flow models have been added or extended to support the parameterization with nominal values\n     (Machines.ControlledPump, Orifices.SimpleGenericOrifice, Pipes.BaseClasses.FlowModels.NominalTurbulentFlow).\n     They are intended for early phases of system modeling, if geometries and flow characteristics\n     are of secondary interest. As these models use the same interfaces, base classes and naming conventions,\n     they can easily be replaced with more detailed models\n     as more information shall be taken into account later on.<br>\n     See <a href=\"modelica://Modelica.Fluid.Examples.InverseParameterization\">Examples.InverseParameterization</a></li>\n\n<li> Replaceable HeatTransfer models<br>\n     The Vessels and the Machines now have replaceable HeatTransfer models,\n     besides the Pipes. All HeatTransfer models are optional.\n     The heat transfer models are parameterized with the Medium and the ThermodynamicState\n     of involved flow segments.<br>\n     See <a href=\"modelica://Modelica.Fluid.Interfaces.PartialHeatTransfer\">Interfaces.PartialHeatTransfer</a>.</li>\n\n<li> All examples are working now (using Dymola 7.1).<br>\n     The number of examples has been extended with the former critical test cases\n     HeatingSystem and IncompressibleFluidNetwork. Moreover the HeatExchangers have been\n     moved into Examples.</li>\n\n</ul>\n\n<h4>Version 1.0 Streams Beta 3, 2008-10-12</h4>\n\n<p>\nModelica.Fluid was further improved:\n</p>\n\n<ul>\n<li> Volumes, tanks, junctions<br>\n     Added asserts to require that ports are connected at most once.\n     If a user would perform more than one connection, ideal mixing\n     takes place for the connected components and this is nearly never\n     what the user would like to have</li>\n\n<li> Ambient<br>\n     Renamed Ambient to System, including adaptation of models.<br>\n     Introduced default values system.flowDirection and\n     as a comment system.initType. system.flowDirection is used in\n     two port components as default.</li>\n\n<li> GenericJunction<br>\n     Corrected specification of flowDirection.<br>\n     Added a HeatPort.</li>\n\n<li> PartialDistributedFlow models<br>\n     Adapted determination of velocities to usage of\n     upstream properties at ports.<br>\n     Corrected and unified initialization of p_start[*] values.</li>\n\n<li> DistributedPipe models<br>\n     Changed treatment of port densities and viscosities\n     to the treatment of the lumped pipe model. This way events are\n     avoided if the mass flow rate crosses or approaches zero.<br>\n     Correct determination of Reynolds numbers.<br>\n     Added test model DistributedPipeClosingValve.</li>\n\n<li> ControlValves<br>\n     Changed flowCharacteristic into valveCharacteristic<br>\n     Removed parameter Kv and added dp_nom, m_flow_nom from linear\n     and discrete valve interfaces. Added test cases.<br>\n     Adapted Examples to new LinearValve and DiscreteValve,\n     using nominal values instead of Kv.<br>\n     Changed default flow coefficient selection to OpPoint</li>\n\n<li> Fixed units for Kv and Cv in control valve models.</li>\n\n<li> Updated tests for valves.</li>\n\n<li> Bug in Modelica.Fluid.Test.TestComponents.Pumps.TestWaterPump2 corrected\n     (complicated redeclaration issue).</li>\n\n<li> Adapted AST_BatchPlant so that \"Check\" is successful.\n     Simulation fails after 600 s.</li>\n\n<li> Introduced\n     density_pTX(Medium.p_default, Medium.T_default, Medium.X_default)\n     as default value for nominal densities (previously it was a literal\n     such as 1000).</li>\n\n<li> Pumps<br>\n     Updated energy balance equations for pumps (no division by zero anymore,\n     fixed several bugs related to Np).<br>\n     Added two more test cases for pumps.<br>\n     Fixed pump initialization options.</li>\n\n<li> PartialPump<br>\n     Explanation for the energy balanced added as comment<br>\n     \"h=0\" replaced by \"h=Medium.h_default\" since otherwise an assert is triggered\n     if \"h=0\" is not in the medium range.<br>\n     Fluid ports positioned in the middle line\n     and using the same size as for all other components.</li>\n\n<li> Pumps.Pump<br>\n     Resized input connector, so that it has the same size as the\n     standard input connectors.<br>\n     Changed icon text to input connector to \"N_in [rpm]\".<br>\n     Added unit rev/min to the external and internal input connector.</li>\n\n<li> PartialValve<br>\n     fillcolor=white added to icon<br>\n     made line Thickness = Single,\n     since icon does not look nice sometimes</li>\n\n<li> All components<br>\n     Changed %name color from black to blue\n     (is a conversion bug, since Modelica 2 has blue as default\n     color whereas Modelica 3 has black and Dymola is not\n     taking care off this).</li>\n\n<li> Sources<br>\n     Made icon elements invisible, if corresponding input is disabled.</li>\n\n<li> Valves, Pipes, PressureLosses, HeatExchangers, two port senors<br>\n     Added an arrow in the icon for the \"design flow direction\" from\n     port_a to port_b.</li>\n\n<li> Moved default initialization in \"System\" in to a comment, since no effect yet</li>\n\n<li> Added the explanation from Francesco for Kv, Cv for valves in the\n     User's Guide and added links in the corresponding valves to this description</li>\n</ul>\n\n<p>\n\"Check\" for the library is successful. \"Check with Simulation\"\n(i.e., simulating all test models in the library) is successful\nwith the exceptions:\n</p>\n\n<ul>\n<li> Examples.AST_BatchPlant.BatchPlant_StandardWater<br>\n     Need to be fixed in a later release (requires quite a lot of work).</li>\n<li> Test.TestOverdeterminedSteadyStateInit.Test5<br>\n     Test.TestOverdeterminedSteadyStateInit.Test6<br>\n     These are test cases where too much initial conditions are given.\n     The goal is to work on methods how this can be handled.\n     So, this is a principal problem that these models do not simulate.</li>\n</ul>\n\n<h4>Version 1.0 Streams Beta 2, 2008-10-08</h4>\n\n<p>\nModelica.Fluid was transformed to Modelica 3 and to Modelica Standard\nlibrary 3.0 (by automatic conversion). Further changes:\n</p>\n\n<ul>\n<li> Emulated enumerations changed to real enumerations.</li>\n<li> Improved ControlValves code</li>\n<li> Introduced stream connectors with stream keyword (was previously an annotation)</li>\n<li> Introduced inStream() instead of inflow()</li>\n<li> Introduced m_flow*actualStream(h_outflow) instead of\n     streamFlow() or semiLinear(m_flow, inStream(h_outflow), medium.h)</li>\n<li> Removed Modelica.Fluid.Media and all references to it (since now available\n     in Modelica.Media of MSL3.0).</li>\n<li> Fixed PartialLumpedVolume for media with multiple substances</li>\n<li> New function \"Utilities.RegFun3\" for regularization with static head</li>\n<li> Fix density in static head models with the new RegFun3 functions\n     (ticket 7)</li>\n<li> Minor bug in MixingVolume corrected:<br>\n     V_lumped and Wb_flow have been set as modifiers when extending from PartialLumpedVolume,\n     although they are not declared as input. This is not allowed in Modelica 3.\n     Fixed by replacing the modifiers by equations.</li>\n<li> Modelica.Fluid.Sources.FixedBoundary<br>\n     Introduced p_default, T_default, h_default as default values, since\n     otherwise warnings will always be printed because parameter value is missing.</li>\n<li> Modelica.Fluid.Sources.Boundary_pT<br>\n     Modelica.Fluid.Sources.Boundary_ph<br>\n     Modelica.Fluid.Sources.MassFlowSource_T<br>\n     Changed default values of parameters reference_p, reference_T to\n     p_default, T_default (some have been xx_default, some reference_xx,\n     it seems best to always use the same approach)</li>\n<li> Modelica.Fluid.Pipes.BaseClasses.PartialDistributedFlow<br>\n     Added default value for parameter \"rho_nominal\" =\n     Medium.density_pTX(Medium.p_default, Medium.T_default, Medium.X_default)\n     in order to avoid unnecessary warning messages.\n     Should be replaced by \"Medium.rho_default\", once available.</li>\n<li> Modelica.Fluid.Pipes.DistributedPipe<br>\n     Modelica.Fluid.Pipes.DistributedPipeSb<br>\n     Modelica.Fluid.Pipes.DistributedPipeSa<br>\n     Added default value for parameter \"mu_nominal\"\n    (computed with default values of p,T,X from dynamicViscosity(..))</li>\n<li> Modelica.Fluid.Pipes.BaseClasses.PartialDistributedFlowLumpedPressure<br>\n     Replaced default value \"rho_nominal=0.01\" by\n     Medium.density_pTX(Medium.p_default, Medium.T_default, Medium.X_default)</li>\n<li> Modelica.Fluid.Volumes.OpenTank<br>\n     Modelica.Fluid.Volumes.Tank<br>\n     Corrected icons of ports (wrongly sized by automatic conversion from\n     Modelica 2 to Modelica 3).</li>\n<li> Examples.BranchingDistributedPipes<br>\n     Modelica.Fluid.Test.TestComponents.Junctions.TestGenericJunction<br>\n     Modelica.Fluid.Test.TestComponents.Pipes.TestDistributedPipe01<br>\n     Parameters dp_nom, m_flow_nom are not defined in junction components.\n     Values provided.</li>\n<li> PressureLosses.BaseClasses.QuadraticTurbulent.BaseModel<br>\n     No default or start values for \"parameter LossFactorData data\"\n     Changed the model to \"partial model\" to avoid warning messages</li>\n</ul>\n\n<h4>Version 1.0 Streams Beta 1, 2008-05-02</h4>\n\n<p>\nChanged connectors to stream connectors and adapted the following sublibraries:\n</p>\n\n<ul>\n<li> Volumes</li>\n<li> PressureLosses</li>\n<li> Sensors</li>\n<li> Sources</li>\n<li> ControlValves</li>\n<li> HeatExchangers</li>\n<li> Junctions</li>\n<li> Pipes</li>\n<li> Pumps</li>\n<li> Test and Examples (most of the examples and tests are simulating)</li>\n</ul>\n\n<p>\nOther changes:\n</p>\n\n<ul>\n<li> Introduced HeatPorts with vectorized icon in Modelica.Fluid.Interfaces</li>\n<li> Deleted Modelica.Fluid.WorkInProgress since it seems to be too much work\n     to convert it to stream connectors</li>\n<li> Added Modelica.Fluid.Media (contains ConstantLiquidWater\n     medium because functions are missing in Modelica.Media)</li>\n<li> Added two additional test cases with LumpedPipes\n    (to identify problems with hierarchically connected stream connectors).</li>\n<li> Deleted TestPortVolumes since PortVolumes can no longer be implemented with\n     stream connectors</li>\n<li> Leakage flow introduced for valves</li>\n<li> DrumBoiler Example corrected</li>\n<li> Regularization for sensors (T,h,...), in order that no discontinuity\n     for bi-directional flow</li>\n<li> Density computation in static head corrected</li>\n<li> New functions Utilities.regUnitStep, regStep</li>\n<li> New components (TestComponents.Sensors.TestOnePortSensors1/.TestOnePortSensors2l,\n     TestRegStep)</li>\n<li> PartialTwoPortTransport<br>\n     <ul>\n     <li> Introduced port_a.T, port_b.T (for plotting)</li>\n     <li> Removed initialization menu</li>\n     <li> Introduced dp_start, m_flow_start</li>\n     <li> Removed previous start values of PartialTwoPortTransport in all models</li>\n     </ul></li>\n<li> PartialPump: Removed p_nom, since no longer needed (only dp_nom)</li>\n<li> Made \"%name\" in the icons of all components unified (and better looking)</li>\n<li> Changed default value of leakage flow of valves to zero.</li>\n<li> Fixed Modelica.Fluid.Junctions.MassFlowRatio so that it compiles\n     (inflow(..) currently only supported for scalars, not for vectors)</li>\n<li> Added script libraryinfo.mos, in order that Modelica.Fluid appears in the\n     Dymola library window automatically (provided library is in MODELICAPATH)</li>\n<li> Replaced semiLinear(..) by streamFlow(..) (not yet at all places)</li>\n<li> Introduced check-boxes in parameter menu of Sources (is more convenient to use)</li>\n<li> TwoPortTransport<br>\n     Computation of V_flow and optionally port_a_T, port_b_T.\n     Error in temperature calculation corrected</li>\n<li> Tank:<br>\n     Default of bottom pipe diameter changed from 0 to 0.1, since\n     otherwise a division by zero (if not connected and not changed).</li>\n<li> Modelica.Fluid.ControlValves.ValveVaporizing:<br>\n     Due to changes in PartialTwoPortTransport, port_a_T_inflow does no longer exist\n     and the usage to it is removed.\n     </li>\n<li> Modelica.Fluid.Test.TestComponents.Sensors.TestTemperatureSensor:<br>\n     Due to changes in PartialTwoPortTransport,\n     p_start does no longer exist and the usage to it is removed.</li>\n<li> VersionBuild introduced, as well as automatic update of\n     VersionBuild/VersionDate</li>\n</ul>\n\n<h4>Version 1.0 Beta 4, 2008-04-26</h4>\n\n<p>\nChanges according to the Modelica Design Meetings since the\nlast beta version. This version is used to \"freeze\" the current\ndevelopment, in order to change to a version with a new\nconnector design using stream variables.\n</p>\n\n<h4>Version 1.0 Beta 3, 2007-06-05</h4>\n\n<p>\nChanges according to the Modelica Design Meetings since the\nModelica'2006 conference, especially, improved initialization,\nchanged Source components (input connectors must be enabled),\nimproved tank component, moved test models from Examples to\nnew package Test, many more test models, etc.\nThis version is slightly non-backward compatible to version 1.0 Beta 2.\n</p>\n\n<h4>Version 1.0 Beta 2, 2006-08-28</h4>\n\n<p>\nPackage considerably restructured and some new components added.\nNew examples (ControlledTankSystem, AST_BatchPlant).\n</p>\n\n<h4>Version 0.96, 2006-01-08</h4>\n\n<ul>\n<li> New package Modelica.Fluid.PressureLosses.</li>\n<li> New package Modelica.Fluid.WorkInProgress.</li>\n<li> New components in Modelica.Fluid.Components:<br>\n     ShortPipe, OpenTank, ValveDiscrete, StaticHead.</li>\n<li> New components in Modelica.Fluid.Examples.</li>\n<li> Improved users guide.</li>\n</ul>\n\n<h4>Version 0.910, 2005-10-25</h4>\n<ul>\n<li> Changes as decided on 41th-45th Modelica Design Meetings\n     (details, see minutes).</li>\n</ul>\n<h4>Version 0.900, 2004-10-18</h4>\n<ul>\n<li> Changes as decided on 40th Modelica Design Meeting in Dresden\n     (see also minutes)</li>\n</ul>\n<h4>Version 0.794, 2004-05-31</h4>\n<ul>\n<li> Sensors.mo, Examples/DrumBoiler.mo: extend sensors with user choice\n     for measurement unit.</li>\n<li> Components.mo, Types.mo: moved components and types to\n     package Examples.</li>\n<li> Moved Examples from <strong>file</strong> Modelica.Fluid/package.mo to\n     Modelica.Media/Examples <strong>subdirectory</strong> and created separate\n     file per sub-package. This shall simplify the maintenance of\n     examples by different authors</li>\n<li> Moved Interfaces from file Modelica.Fluid/package.mo to\n     Modelica.Fluid/Interfaces.mo</li>\n</ul>\n<h4>Version 0.793, 2004-05-18</h4>\n<ul>\n<li> Removed \"semiLinear\" function since available as\n     Modelica 2.1 built-in operator in Dymola.</li>\n<li> Minor bug in \"Components.ShortPipe\" corrected.</li>\n<li> Bug in \"Components.Orifice\" corrected\n     (dp was previously calculated in\n      Interfaces.PartialTwoPortTransport,\n      but this was removed and not updated in Orifice).</li>\n</ul>\n<h4>Version 0.792, 2003-11-07</h4>\n<p>\nThis is the first consolidated version made up from\nseveral changes for Modelica'2003.\nModelica.Fluid is still quite far away\nfrom a library that could be included in the Modelica\nstandard library.\n</p>\n<h4>Previous Releases</h4>\n<ul>\n<li><em>Oct., 2003</em><br>\n       by Martin Otter: Adapted to latest design of the Modelica.Media\n       library.<br>\n       by R&uuml;diger Franke: Included sensor components and\n       Modelica.Fluid.Examples.DrumBoiler example.</li>\n<li><em>Sept., 2003</em><br>\n       by Martin Otter: Changes according to the decisions of the\n       Modelica design meeting in Dearborn, Sept. 2-4, 2003.\n       Fluid library split into two packages: Modelica.Media\n       that contains the media models and Modelica.Fluid that\n       contains fluid flow components. Modelica.Media is\n       independent of Modelica.Fluid and my be used also from\n       other packages that may have a different design as\n       Modelica.Fluid.</li>\n<li><em>Aug., 2003</em><br>\n       by Martin Otter: Improved documentation, PortVicinity (now called semiLinear)\n       manually expanded, two different volume types,\n       replaced number of massFractions from n to n-1 in order\n       that usage of model for single substances is easier\n       and in order that no special cases have to be treated\n       in the equations (previously the massFraction equations had to\n       be removed for single substance flow; now they are removed\n       automatically, since the dimensions are zero, and not one\n       as previously), included asserts to check the validity of\n       the medium models, included the dynamic viscosity in the\n       medium models, adapted the examples and medium models to the\n       changes in Interfaces, improved menus according to the new\n       features in Dymola 5.1. Added \"Components.ShortPipe\" that\n       contains a detailed model of the frictional losses in pipes\n       over a very wide range.</li>\n<li><em>Feb., 2003</em><br>\n       by Martin Otter: Included several elementary components and\n       a model for moist air. Some elementary components, such as\n       FixedAmbient, are adapted versions from the SimpleFlow fluid library\n       of Anton Haumer.</li>\n<li><em>Dec., 2002</em><br>\n       by Hubertus Tummescheit:\n       Improved version of the high precision water model\n       (Copy from ThermoFluid library, code reorganization,\n       enhanced documentation, additional functions).</li>\n<li><em>Nov. 30, 2002</em><br>\n       by Martin Otter: Improved the design from the design meeting:\n       Adapted to Modelica standard library 1.5,\n       added \"choicesAllMatching=true\" annotation,\n       added short documentation to \"Interfaces\",\n       added packages \"Examples\" and \"Media\" (previously called \"Properties\")\n       from previous versions and adapted them to the updated\n       \"Interfaces\" package.</li>\n<li><em>Nov. 20-21, 2002</em><br>\n       by Hilding Elmqvist, Mike Tiller, Allan Watson, John Batteh, Chuck Newman,\n       Jonas Eborn: Improved at the 32nd Modelica Design Meeting.</li>\n<li><em>Nov. 11, 2002</em><br>\n       by Hilding Elmqvist, Martin Otter: improved version.</li>\n<li><em>Nov. 6, 2002</em><br>\n       by Hilding Elmqvist: first version of the basic design.</li>\n</ul>\n</html>"));
end ReleaseNotes;