Skip to content

Releases: usnistgov/teqp

v0.23.1 (second try)

04 Feb 16:28
Compare
Choose a tag to compare
  • 0.23.1:

    • Issues closed:

      • #164 : Improper conversion for BAW and BAA models

v0.23.1

04 Feb 16:15
Compare
Choose a tag to compare
  • 0.23.1:

    • Issues closed:

      • #164 : Improper conversion for BAW and BAA models

v0.23.0

04 Feb 15:38
Compare
Choose a tag to compare
  • 0.23.0:

    • Features:

      • Builds are now all via scikit-build-core
      • Added ability to disable models at compile time for much faster builds. There is still an issue with scikit-build-core with projects that embed teqp in that the CMake cache gets wiped at each build invocation and the build times are thus still a bit slower than they could be. Already a huge improvement
      • Fixed a lot(!) of issues with conversion of REFPROP models to teqp/CoolProp format in REFPROP-interop
    • Issues closed:

      • #158 : Expose ReducingFunctions to public interface for all applicable EOS models
      • #163 : No error if z passed to get_Tr(z) is wrong size

v0.22.0

29 Oct 15:08
Compare
Choose a tag to compare
  • Features:

    • Addition of generalized multiphase equilibria routinews
    • Add the capability to combine AC models and the multifluid model as proposed in the works of A. Jaeger
  • Issues closed:

    • #142 : Ph for known to be two-phase mixtures
    • #148 : Bubble/Dew point calculation for mixtures of three or more components
    • #149 : Multifluid + assoc implementation
  • Pull requests merged:

    • #154 : Generalized multiphase equilibrium
    • #155 : Add combination of multifluid and AC models (Wilson, COSMO-SAC)