Skip to content

Commit 8f45ded

Browse files
author
Rolf Stierle
committed
Ideal gas cp parameterization of Burkhardt et al. added.
1 parent ed80954 commit 8f45ded

4 files changed

Lines changed: 19785 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Added DIPPR107 parameterization for ideal gas heat capacities of Burkhardt et al. [#](https://github.com/feos-org/feos/pull/)
810

911
## [0.9.4] - 2026-03-09
1012
### Changed
1113
- Automatically detect VLLEs in `BinaryPhaseDiagram`. [#341](https://github.com/feos-org/feos/pull/341)
14+
- Correct missing minus sign for `isothermal_compressibility`. [#342](https://github.com/feos-org/feos/pull/342)
1215

1316
### Fixed
1417
- Fixed the sign of the isothermal compressibility. [#342](https://github.com/feos-org/feos/pull/342)

parameters/ideal_gas/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ The parameters published in the DIPPR database itself are not publicly available
1616
|file|description|publication(s)|
1717
|-|-|:-:|
1818
[`joback1987.json`](joback1987.json) | group parameters by Joback and Reid; adjusted to the groups of [Sauer et al.](../pcsaft/README.md) | [🔗](https://doi.org/10.1080/00986448708960487)|
19+
20+
## Parametrization of DIPPR 107
21+
22+
|file|description|publication(s)|
23+
|-|-|:-:|
24+
[`burkhardt2025.json`](burkhardt2025.json) | correlation parameters for equation DIPPR 107 | [🔗](https://doi.org/10.1021/acs.jced.5c00573)|

0 commit comments

Comments
 (0)