All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
PcSaftFunctional
now always usesJoback
as ideal gas model if parameters are available. #25- Added entropy scaling correlation parameters of viscosity and thermal conductivity for the homo-segmented group contribution method in
PcSaftRecord::from_segments
. #30 - Added parameters published by Loetgering-Lin et al. for entropy scaling of viscosity via homo GC method. #30
- Added
pyproject.toml
. [#31]
- Added optional arguments to the constructor of
PcSaftFunctional
in Python to make it more analogous toPcSaft
. #34 - Building Pc-SAFT parameters from segments does not check anymore, whether multiple polar or associating groups are present. #33
- Moved the creation of the python module to the build_wheel auxilliary crate, so that only the relevant structs and macros are available for the dependents. #29
- updated
feos-core
andfeos-dft
to0.2
. #30
- Initial release