Skip to content

v0.6.5

Compare
Choose a tag to compare
@longemen3000 longemen3000 released this 13 Nov 21:15
· 302 commits to master since this release
2ef8704

New Features

  • Experimental: Bulk properties for Pressure-Enthalpy and Pressure-Entropy, the syntax is the following:
    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
    The calculation is done via Clapeyron.Tproperty. there are also PT and VT functions for parity.

Bug fixes

  • fixes in calculation of spinodal with cubics.
  • MultiFluid and SingleFluid errors when T_reducing != Tc.
  • fix VT_identify_phase.
  • fix GC-to-component asssociation mix when there are non-symmetric values.

What's Changed

Full Changelog: 0.6.4...v0.6.5