File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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>" ));
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments