Skip to content

Commit

Permalink
Updates for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casella committed May 16, 2024
1 parent 45e0727 commit 604db89
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Modelica/ExternalMedia/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package ExternalMedia
import SI = Modelica.Units.SI;

annotation(uses(Modelica(version="4.0.0")),
version="4.0.1",
version="4.1.0",
conversion(noneFromVersion="4.0.0"),
Documentation(info="<html>
<p>The <b>ExternalMedia</b> library provides a framework for interfacing external codes computing fluid properties to Modelica.Media-compatible component models. The library has been designed with two main goals: maximizing the efficiency of the code, while minimizing the amount of extra code required to interface existing external codes to the library.</p>
Expand Down
2 changes: 1 addition & 1 deletion Projects/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = ExternalMedia
PROJECT_NUMBER = 4.0.0
PROJECT_NUMBER = 4.1.0
PROJECT_BRIEF = "A framework for Modelica.Media-compatible fluid properties"
PROJECT_LOGO =
OUTPUT_DIRECTORY = Documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The latest releases of the library can be downloaded [here](https://github.com/m

The ExternalMedia library provides a framework for interfacing external codes
computing fluid properties to Modelica.Media-compatible component models. The
latest 4.0.x releases are compatible with Modelica Standard Library (MSL) 4.0.0
latest 4.x.x releases are compatible with Modelica Standard Library (MSL) 4.0.0
and later, while 3.3.x versions are provided for legacy models that still use MSL
3.2.3.

Expand Down
28 changes: 20 additions & 8 deletions README_changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# ExternalMedia Change Log

## v3.3.2 - 2022/06/XX
- Improved OpenModelica compatibility
- Restructured the Modelica sources
- ...
## v4.1.0 - 2024/05/16
- CoolProp updated to v6.5.0
- Fixed issue with ModelicaError that causes OMEdit to crash when opening ExternalTwoPhaseMedium

## v4.0.0 - 2023/04/19
- Compatible with Modelica Standard Library 4.0.0.
- Works out of the box in Dymola and OpenModelica under Windows and Linux.
- Uses dynamically linked libraries, no dependencies on specific compilers.
- No need to compile the binaries yourself, no special installation procedure required.
- CoolProp updated to v6.4.4 with some extra patches

## v3.3.2 - 2023/04/19
- Works out of the box in Dymola and OpenModelica under Windows and Linux.
- Uses dynamically linked libraries, no dependencies on specific compilers.
- No need to compile the binaries yourself, no special installation procedure required.
- CoolProp updated to v6.4.4 with some extra patches

## v3.3.1 - 2022/02/17
- Updated CoolProp to v6.4.1
- Fixed problems with CoolProp interpolation tables
- Added more precompiled binaries
- Use git to retrieve the OpenModelica development environment
- Updated CoolProp to v6.4.1.
- Fixed problems with CoolProp interpolation tables.
- Added more precompiled binaries.
- Use git to retrieve the OpenModelica development environment.

## v3.3.0 - 2021/05/05
- The first release after a long period of inactivity.
Expand Down
6 changes: 5 additions & 1 deletion README_coolprop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# CoolProp in ExternalMedia

Please add some content here ...
ExternalMedia provides direct access to the open-source [CoolProp](http://www.coolprop.org) software, which is
integrated in the compiled binaries of the library, so it doesn't need any separate installation.

Please refer to the User Guide of the ExternalMedia library for instructions on how to access specific fluid models of
CoolProp. Some ready-to-use examples are provided in the Examples package.

0 comments on commit 604db89

Please sign in to comment.