v0.6.5
New Features
- Experimental: Bulk properties for Pressure-Enthalpy and Pressure-Entropy, the syntax is the following:
The calculation is done via
using Clapeyron: PH PH.entropy(model,p,h,z) PH.adiabatic_index(model,p,h,z,T0 = T0) #suplying an initial point for the temperature
Clapeyron.Tproperty
. there are alsoPT
andVT
functions for parity.
Bug fixes
- fixes in calculation of spinodal with cubics.
MultiFluid
andSingleFluid
errors when T_reducing != Tc.- fix
VT_identify_phase
. - fix GC-to-component asssociation mix when there are non-symmetric values.
What's Changed
- proofread updated docs by @Mo-Gul in #305
- Docs update by @longemen3000 in #306
- Bulk properties with
CompositeModel
by @longemen3000 in #308
Full Changelog: 0.6.4...v0.6.5