This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
Releases: feos-org/feos-pcsaft
Releases · feos-org/feos-pcsaft
v0.2.0
Added
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]
Changed
- 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