Skip to content

Commit 65b1bfe

Browse files
committed
Release 1.4.0
1 parent c67e92c commit 65b1bfe

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

Chemical/libraryinfo.mos

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LibraryInfoMenuCommand(
66
text = "Chemical",
77
reference = "Chemical",
88
isModel = true,
9-
description = "Physical Chemistry 1.3.1",
10-
version = "1.3.1",
11-
ModelicaVersion = ">=3.2",
9+
description = "Physical Chemistry 1.4.0",
10+
version = "1.4.0",
11+
ModelicaVersion = ">=4.0",
1212
pos = 3754);

Chemical/package.mo

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,20 @@ package Chemical "Physical Chemistry"
150150
</html>"));
151151
end Version_1_3;
152152

153+
class Version_1_4 "Version 1.4.0 (Jan. 27, 2021)"
154+
extends Modelica.Icons.ReleaseNotes;
155+
156+
annotation (Documentation(info="<html>
157+
<ul>
158+
<li>1241 gaseous substances fererenced to MSL data (Chemical.Substances.IdelGasesMSL)</li>
159+
<li>fix of enthalpy streams</li>
160+
<li>fix vaporization with water clustering</li>
161+
<li>specific properties calculation for self-clustering substances</li>
162+
<li>fix usage of molar mass (e.g. as mass of base molecule for self clustering substance)</li>
163+
<li>changed of some function interfaces for StateOfMatter</li>
164+
</ul>
165+
</html>"));
166+
end Version_1_4;
153167
annotation (Documentation(info="<html>
154168
<p>This section summarizes the changes that have been performed on the Chemical. </p>
155169
</html>"));

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Modelica Library of Chemical processes
77
## Current release
88

99

10-
Download [Chemical 1.3.0 (2020-11-24)](../../archive/v1.3.0.zip)
10+
Download [Chemical 1.4.0 (2021-01-27)](../../archive/v1.4.0.zip)
1111

1212

1313
## Main references

0 commit comments

Comments
 (0)