Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ authors:
given-names: "Niclas"
affiliation: "DLR Institute of System Architectures in Aeronautics"

version: "1.3.0"
date-released: "2026-04-30"
version: "1.4.0"
date-released: "2026-08"
license: "BSD-3-Clause"
repository-code: "https://github.com/DLR-SR/ThermofluidStream"
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ The DLR Thermofluid Stream Library is a free open-source library for the robust

## News

30.04.2026: Release of TFS 1.3.0 (Minor Release);
Release 1.3.0 Highlights

- Updated dependencies to **Modelica Standard Library 4.1.0** and **Complex 4.1.0**.
- Added new **`CentrifugalPump`** model with characteristic-based parameterization and test models.
- Added **`StaticHead`** and **`TankCuboid`** components.
- Improved **OpenModelica/OMEdit compatibility**, especially for `CentrifugalPump` and `SingleSensorSelect`.
- Improved **pressure-drop visualization** for `FlowResistance` and valve components.
- Extended **incompressible media** with additional thermodynamic properties.
- Improved **moist-air media functions**, including `isentropicExponent` and `specificEntropy`.
- Fixed Reynolds-number calculation in **`dp_tau_centrifugal`**.
- Improved NTU heat exchanger documentation and simplified `PartialNTU`.
- Added and updated **Dymola** and **Modelon Impact** metadata.
August 2026: Release of TFS 1.4.0 (Minor Release)

### Release 1.4.0 Highlights

- Added the new **`ThermofluidStream.Idealized`** package for simplified thermodynamic process and cycle modeling.
- Added the new **`ThreeWayValve`** model based on `BasicControlValve`; the previous `Switch` model is now obsolete.
- Substantially improved the **sensor package**, including icons, connector placement, dynamic value displays, numerical formatting and selectable display units.
- Improved **valve diagnostics and validation**, including unreachable-set-point indicators and checks for invalid `dp_ref` and `rho_ref` modifications.
- Deprecated the **`Cvs_UK`** flow-coefficient option while retaining it for compatibility.
- Improved **heat-exchanger** connector handling, icons, assertions and OpenModelica compatibility.
- Improved graphical rendering and cross-tool compatibility of **idealized thermodynamic processes**.
- Updated the **`SimpleAirCycle`** example and several media, pump and heat-exchanger examples.
- Changed the default value of **`Idealized.Processes.Isenthalpic.enforcePressureDrop`** from `true` to `false` to improve numerical robustness.
- Added and updated regression tests and fixed several issues in sensors, valves, heat exchangers, documentation and graphical annotations.


## Highlights
Expand Down
2 changes: 1 addition & 1 deletion TILMediaWrapper/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package TILMediaWrapper "Wrapper for the TIL Media Suite"
version="0.1.2",
uses(
Modelica(version="4.1.0"),
ThermofluidStream(version="1.3.0"),
ThermofluidStream(version="1.4.0"),
TILMedia(version="3.15.0")),
Documentation(info="<html>
<p>This is the interface to the <strong>VLE-Fluid</strong> (<strong>V</strong>apor-<strong>L</strong>iquid<strong> E</strong>quilibrium) media models from TILMedia Suite by TLK-Thermo GmbH. </p>
Expand Down
4 changes: 2 additions & 2 deletions ThermofluidStream/Resources/Scripts/Dymola/libraryinfo.mos
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LibraryInfoMenuCommand(
category="libraries",
text="ThermofluidStream 1.3.0",
text="ThermofluidStream 1.4.0",
reference="ThermofluidStream",
version="1.3.0",
version="1.4.0",
ModelicaVersion = ">= 4.1",
isModel=true,
description="ThermofluidStream Library by DLR",
Expand Down
Loading
Loading