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

Prepare release v120 #219

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion ThermofluidStream/UsersGuide/ReleaseNotes.mo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ReleaseNotes "Release notes"
This section summarizes the changes that have been performed on the library.
</p>

<h4>Version 1.2.0-dev (202Y-MM-DD)</h4>
<h4>Version 1.2.0 (2024-11-18)</h4>
<ul>
<li>
Velocity of sound can be measured with
Expand All @@ -21,6 +21,15 @@ This section summarizes the changes that have been performed on the library.
Added the ability to display class instance names and relevant parameters by a global parameter in <code>dropOfCommons</code>.
The parameter can be overwritten on component level (layout tab) to only display the names of selected class instances and/or parameters.
</li>
<li>
Improved compressible media assert and include <code>assertionLevel</code> from <code>dropOfCommons</code>.
</li>
<li>
Added <a href=\"modelica://ThermofluidStream.Processes.Pipes\">pipes package</a> provided by HTWG Konstanz. The package consists of regulary straight pipes, bends, flow contraction and expansion as well as flow con- and diverging components.
</li>
<li>
Add default values for valve parameters and asserts for check.
</li>
</ul>

<h4>Version 1.1.0 (2023-10-06)</h4>
Expand Down
7 changes: 4 additions & 3 deletions ThermofluidStream/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ package ThermofluidStream "Library for the modeling of thermofluid streams"
import Modelica.Units.SI;

annotation (
version = "1.1.0",
versionDate = "2023-10-06",
dateModified = "2023-10-06 14:32:00Z",
version = "1.2.0",
versionDate = "2024-11-18",
dateModified = "2024-11-18 16:54:00Z",
uses(
Modelica(version="4.0.0"),
Complex(version="4.0.0")),
conversion(
noneFromVersion="1.1.0",
from(
version="1.0.0",
script="modelica://ThermofluidStream/Resources/Scripts/Conversion/ConvertTFS_from_1.0.0_to_1.1.0.mos"),
Expand Down
Loading