Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Version 5.1 Update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Oct 26, 2017
1 parent a539e7b commit d6d452e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 24 deletions.
3 changes: 1 addition & 2 deletions DWSIM.UI.Desktop/DWSIM.UI.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ del "$(SolutionDir)DistPackages\Linux\*vshost*"
del "$(SolutionDir)DistPackages\macOS\*vshost*"

)
else
(
if $(ConfigurationName) == Debug (

xcopy "$(SolutionDir)PlatformFiles\Common\*" "$(TargetDir)" /E /Y /F /D

Expand Down
11 changes: 10 additions & 1 deletion PlatformFiles/Common/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==================================================
DWSIM - Open Source Process Simulator
Version 5.1 Update 2
Version 5.1 Update 3
Copyright (c) 2008-2017 Daniel Medeiros, Gregor Reichert, Gustavo Leon
==================================================

Expand Down Expand Up @@ -38,6 +38,15 @@ VERSION HISTORY / CHANGELOG

The full changelog, including code changes and their authors can be viewed at https://github.com/DanWBR/dwsim5/commits/master

Version 5.1 Update 3

- [NEW] Exposed Plugins Interface to Cross-Platform UI
- [CHG] New procedure for calculation of dew points in Natural Gas properties Plugin
- [CHG] Improved compound compatibility with CoolProp Property Package
- [CHG] Nested Loops VLE Flash: forcing PH/PS fast mode off with single compound
- [FIX] Fixed issues with Formation Properties in Compound Creation tools
- [FIX] Fixed Flowsheet Solver not handling interconnected energy streams

Version 5.1 Update 2

- [CHG] Updated Compound Creator Wizard to get data from online sources
Expand Down
2 changes: 1 addition & 1 deletion PlatformFiles/Common/version.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
28 changes: 8 additions & 20 deletions PlatformFiles/Common/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
Version 5.1 Update 2:

- [CHG] Updated Compound Creator Wizard to get data from online sources
- [FIX] Exposing missing Rigorous Column specs (New UI)
- [FIX] Minor bug fixes

Version 5.1 Update 1:

- [FIX] Fixed issues with the Classic UI on High DPI displays
- [FIX] Fixed inverted Material Stream list (New UI)
- [FIX] Fixed text flowsheet object removal (New UI)

Version 5.1:

- [NEW] Simulation Setup Wizard (New UI)
- [NEW] Compound Creator Wizard
- [NEW] Calculated Phase Properties can now be overriden by the user
- [NEW] Force compound to be in the solid phase only
- [NEW] Added full profile information for Pipe Segment result reports (New UI)
- [FIX] Added missing CoolProp and Petalas-Aziz libraries for macOS
Version 5.1 Update 3:

- [NEW] Exposed Plugins Interface to Cross-Platform UI
- [CHG] New procedure for calculation of dew points in Natural Gas properties Plugin
- [CHG] Improved compound compatibility with CoolProp Property Package
- [CHG] Nested Loops VLE Flash: forcing PH/PS fast mode off with single compound
- [FIX] Fixed issues with Formation Properties in Compound Creation tools
- [FIX] Fixed Flowsheet Solver not handling interconnected energy streams

0 comments on commit d6d452e

Please sign in to comment.