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
IdealGasModelenum that collects all implementors of theIdealGastrait. #158 - Added
feos.ideal_gasmodule in Python from which (currently)JobackandJobackParametersare available. #158 - Added binary association parameters to PC-SAFT. #167
- Added derive for
EntropyScalingfor SAFT-VRQ Mie toResidualModeland adjusted parameter initialization. #179
- Changed the internal implementation of the association contribution to accomodate more general association schemes. #150
- To comply with the new association implementation, the default values of
naandnbare now0rather than1. Parameter files have been adapted accordingly. #150 - Added the possibility to specify a pure component correction parameter
phifor the heterosegmented gc PC-SAFT equation of state. #157 - Adjusted all models' implementation of the
Parametertrait which now requiresResults in some methods. #161 - Renamed
EosVarianttoResidualModel. #158 - Added methods to add an ideal gas contribution to an initialized equation of state object in Python. #158
- Moved
molar_weightimpls toResidualdue to removal ofMolarWeighttrait. #177
- Updated
num-dualdependency to 0.7. #137
- Python only: Release the changes introduced in
feos-core0.4.2.
- Python only: Release the changes introduced in
feos-core0.4.1 andfeos-dft0.4.1.
- Replaced some slow array operations to make calculations with multiple associating molecules significantly faster. #129
- Fixed a regression introduced in #108 that lead to incorrect results for the 3B association scheme. #129
- 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
- Removed generics for units in all structs and traits in favor of static SI units. #115
- Updated
pyo3andnumpydependencies to 0.18. #119 - Updated
quantitydependency to 0.6. #119 - Updated
num-dualdependency to 0.6. #119
- Fixed incorrect indexing that lead to panics in the polar contribution of gc-PC-SAFT. #104
VaporPressurenow returns an empty array instead of crashing. #124
- 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