You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entropy scaling correlation functions for mixtures (#323)
* Entropy scaling correlation functions (viscosity, thermal conductivity,
self-diffusion) corrected to be able to calculate mixtures.
* Added test for mixture and pseudo mixture (pure substance as mixture) for viscosity
* Changelog updated.
---------
Co-authored-by: Rolf Stierle <rolf.stierle@itt.uni-stuttgart.de>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [Unreleased]
8
8
### Fixed
9
9
- Updated to `ndarray` 0.17 and `num-dual`0.13 to fix a broken dependency resolution. [#327](https://github.com/feos-org/feos/pull/327)
10
+
- Fixed calculation of parameter combination in entropy scaling for mixtures in `viscosity_correlation`, `diffusion_correlation`, `thermal_conductivity_correlation`. [#323](https://github.com/feos-org/feos/pull/323)
0 commit comments