From 84d3b8f9ba58a070bc3b9f4f66a287a9b59ecc59 Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Wed, 7 Sep 2022 17:19:40 +0200 Subject: [PATCH] Generate release v2.0.0 of OpenHPL --- OpenHPL/UsersGuide/ReleaseNotes/v200.mo | 8 ++++---- OpenHPL/package.mo | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/OpenHPL/UsersGuide/ReleaseNotes/v200.mo b/OpenHPL/UsersGuide/ReleaseNotes/v200.mo index 4c46625..0b18b19 100644 --- a/OpenHPL/UsersGuide/ReleaseNotes/v200.mo +++ b/OpenHPL/UsersGuide/ReleaseNotes/v200.mo @@ -5,12 +5,12 @@ class v200 "Version 2.0.0 (2022-09-07)"

What's Changed

This new version of OpenHPL is a -non-backward compatible release based on the +non-backwards compatible release based on the -Modelica Standard Library version 4.0.0 which contains a series of improvements and bugfixes. +Modelica Standard Library version 4.0.0 which contains a series of improvements and bug fixes.

-This release is non-backward compatible to earlier versions of OpenHPL. +This release is non-backwards compatible with earlier versions of OpenHPL. This means it contains changes to the names of classes, parameters, variables, connectors, and more. Users will have to manually edit their existing models that were based on older versions of OpenHPL.

@@ -20,7 +20,7 @@ Users will have to manually edit their existing models that were based on older Mozilla Public License, v. 2.0 .
  • More waterway components like draft tube and different bend type types.
  • The different fitting types can now be selected via a drop-down list.
  • -
  • The mechanics of turbine and generator are now modelled by using rotational mechanic components +
  • The mechanics of the turbine and generator are now modelled by using rotational mechanic components allowing for proper physical connections with torque feedback.
  • New PowerSystem package for simulating active power flow using rotational mechanic equivalents.
  • diff --git a/OpenHPL/package.mo b/OpenHPL/package.mo index 354d9df..8381dc1 100644 --- a/OpenHPL/package.mo +++ b/OpenHPL/package.mo @@ -4,8 +4,8 @@ package OpenHPL "Open-source hydropower library" import Modelica.Units.SI; annotation ( - version="2.0.0-dev", - versionDate="2022-05-24", + version="2.0.0", + versionDate="2022-09-07", Protection(access = Access.packageDuplicate), uses(OpenIPSL(version="3.0.1"), Modelica(version="4.0.0")), preferredView="info",