Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMatejak committed Jan 27, 2021
1 parent c67e92c commit 65b1bfe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Chemical/libraryinfo.mos
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LibraryInfoMenuCommand(
text = "Chemical",
reference = "Chemical",
isModel = true,
description = "Physical Chemistry 1.3.1",
version = "1.3.1",
ModelicaVersion = ">=3.2",
description = "Physical Chemistry 1.4.0",
version = "1.4.0",
ModelicaVersion = ">=4.0",
pos = 3754);
14 changes: 14 additions & 0 deletions Chemical/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,20 @@ package Chemical "Physical Chemistry"
</html>"));
end Version_1_3;

class Version_1_4 "Version 1.4.0 (Jan. 27, 2021)"
extends Modelica.Icons.ReleaseNotes;

annotation (Documentation(info="<html>
<ul>
<li>1241 gaseous substances fererenced to MSL data (Chemical.Substances.IdelGasesMSL)</li>
<li>fix of enthalpy streams</li>
<li>fix vaporization with water clustering</li>
<li>specific properties calculation for self-clustering substances</li>
<li>fix usage of molar mass (e.g. as mass of base molecule for self clustering substance)</li>
<li>changed of some function interfaces for StateOfMatter</li>
</ul>
</html>"));
end Version_1_4;
annotation (Documentation(info="<html>
<p>This section summarizes the changes that have been performed on the Chemical. </p>
</html>"));
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Modelica Library of Chemical processes
## Current release


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


## Main references
Expand Down

0 comments on commit 65b1bfe

Please sign in to comment.