Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 3.26 KB

File metadata and controls

53 lines (42 loc) · 3.26 KB

Changelog

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.

[Unreleased]

Added

  • Added SAFT-VRQ Mie equation of state and Helmholtz energy functional for first order Feynman-Hibbs corrected Mie fluids. #79
  • Added estimator module to documentation. #86
  • Added benchmarks for the evaluation of the Helmholtz energy and some properties of the State object for PC-SAFT. #89
  • The Python class StateVec is exposed in both the feos.eos and feos.dft module. #113
  • Added uv-B3-theory and additional optional argument virial_order to uvtheory constructor to enable uv-B3. #98

Changed

  • Export EosVariant and FunctionalVariant directly in the crate root instead of their own modules. #62
  • Changed constructors VaporPressure::new and DataSet.vapor_pressure (Python) to take a new optional argument critical_temperature. #86
  • The limitations of the homo gc method for PC-SAFT are enforced more strictly. #88

[0.3.0] - 2022-09-14

  • Major restructuring of the entire feos project. All individual models are reunited in the feos crate. feos-core and feos-dft still live as individual crates within the feos workspace.

[0.2.1] - 2022-05-13

Fixed

  • Fixed a bug due to which the default ideal gas contribution was used for every equation of state. #17

[0.2.0] - 2022-05-10

Added

  • Added gc-PC-SAFT equation of state and Helmholtz energy functional.
  • Added PeTS equation of state and Helmholtz energy functional.
  • Added UV-Theory equation of state for Mie fluids.

Changed

  • Combined all equations of state into a single Python class EquationOfState and all Helmholtz energy functionals into the Python class HelmholtzEnergyFunctional. #11

Packaging

[0.1.1] - 2022-02-23

Added

  • Added pyproject.toml. #8
  • Fixed modules of SI classes to make them pickleable. #8

Packaging

[0.1.0] - 2022-01-14

Added

  • Initial release