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.
- Added SAFT-VRQ Mie equation of state and Helmholtz energy functional for first order Feynman-Hibbs corrected Mie fluids. #79
- Added
estimatormodule to documentation. #86 - Added benchmarks for the evaluation of the Helmholtz energy and some properties of the
Stateobject for PC-SAFT. #89 - The Python class
StateVecis exposed in both thefeos.eosandfeos.dftmodule. #113 - Added uv-B3-theory and additional optional argument
virial_orderto uvtheory constructor to enable uv-B3. #98
- Export
EosVariantandFunctionalVariantdirectly in the crate root instead of their own modules. #62 - Changed constructors
VaporPressure::newandDataSet.vapor_pressure(Python) to take a new optional argumentcritical_temperature. #86 - The limitations of the homo gc method for PC-SAFT are enforced more strictly. #88
- Major restructuring of the entire
feosproject. All individual models are reunited in thefeoscrate.feos-coreandfeos-dftstill live as individual crates within thefeosworkspace.
- Fixed a bug due to which the default ideal gas contribution was used for every equation of state. #17
- 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.
- Combined all equations of state into a single Python class
EquationOfStateand all Helmholtz energy functionals into the Python classHelmholtzEnergyFunctional. #11
- Updated
quantityto 0.5.0. - Updated
feos-coreto 0.2.0. - Updated
feos-dftto 0.2.0. - Updated
feos-pcsaftto 0.2.0.
- Initial release