Skip to content

Releases: ClapeyronThermo/Clapeyron.jl

0.6.4

06 Nov 19:42
Compare
Choose a tag to compare

v0.6.4

New Features

  • New model: SAFT-VR-Mie with Gross-Vrabec quatrupolar contribution (SAFTVRMieGV)
  • New model: Co-Oriented Fluid Functional Equation for Electrostatic interactions (COFFEE)
  • Better support for evaluation of model properties at V == Inf (ideal gas limit)
  • New method: adiabatic_index, that calculates the ratio between the isobaric and isochoric heat capacities.
  • new API: has_fast_crit_pure, to indicate that models can calculate their pure critical point quickly. saturation initial guesses use the result of this function to decide if and when to call the crit_pure routine.
  • speed ups in some pressure routines

Bug fixes

  • MultiFluid and SingleFluid models did not use the correct gas constant.
  • Fix mixing rule in SAFTVRMie.
  • VT_identify_phase now returns :unknown for an unstable state input.
  • Typos in TProperty for pure models.

What's Changed

New Contributors

Full Changelog: v0.6.3...0.6.4

ClapeyronHANNA-v0.1.1

30 Sep 00:11
Compare
Choose a tag to compare

New Features

  • support for Clapeyron.split_model
  • (experimental) support for multicomponent mixtures
  • Documentation and CI

ClapeyronHANNA-v0.1.0

30 Sep 00:11
Compare
Choose a tag to compare

New Features

  • Initial Release of ClapeyronHANNA.

v0.6.3

29 Sep 04:57
Compare
Choose a tag to compare

Clapeyron v0.6.3

Diff since v0.6.2

Merged pull requests:

Closed issues:

  • Use for PR, SAFTVRMie, PCSAFT for Compressors (#281)
  • Issue with SAFT-VR-Mie models and water+alcohol (#282)
  • Derivation for X_exact1 (#283)
  • T-s diagram for dry fluids (#289)
  • Adding fluid R1234ze(E) - ReidIdeal (#292)
  • index_reduction small bug -- eps(::Type{Int64}) (#294)

v0.6.2

17 Jun 10:49
0a2ea21
Compare
Choose a tag to compare

Clapeyron v0.6.2

Diff since v0.6.1

v0.6.1

16 Jun 20:59
Compare
Choose a tag to compare

Clapeyron v0.6.1

Diff since v0.6.0

Merged pull requests:

Closed issues:

  • Possible issue with bubble and dew point estimation (or SAFT-gamma Mie) (#262)

v0.6.0

10 Jun 07:15
Compare
Choose a tag to compare

Clapeyron v0.6.0

Diff since v0.5.11

Merged pull requests:

Closed issues:

  • EoS: (GC)-PPC-SAFT (#20)
  • EOS-CG 2021 (#233)
  • Ask for help with sCPA calculating the molar volume of water (#265)
  • modified LKP and LKP-SJT (#271)

v0.5.11

28 Mar 20:27
Compare
Choose a tag to compare

v0.5.11

New Features

  • Support for reference states. A reference state is a point in V-T space where H = H₀ and S = S₀. Setting those have uses in Reaction equilibria and when comparing between different models.In particular, Reference states are stored in a ReferenceState <: ClapeyronParam in the ideal model parameters. The BasicIdeal model is, intentionally, the only ideal model in Clapeyron that does not have this struct and, as a consequence, it is not able to set reference states.
  • Support for superancillaries via EoSSuperancillaries.jl. When the package is loaded, initial saturation points for cubics and PCSAFT are overloaded to use superancillary evaluations instead of the general x0_sat_pure function. in the case of PCSAFT models, it also speeds up the evaluation of crit_pure.
  • New EoS: EOS-CG (2021) (EOS_CG), a reference model for humid gases and CCS mixtures.
  • New EoS: Lee-Kesler-Plöcker (LKP)
  • New EoS: Shomate ideal model (ShomateIdeal)
  • database: PCPSAFT,gcPCSAFT and gcPCPSAFT are updated to use the values of Rehner (2023).
  • new functions: helmholtz_free_energy_res,gibbs_free_energy_res,internal_energy_res, enthalpy_res
  • database: ReidIdeal now uses the poling coefficients by default.
  • database: JobackIdeal has support for more common group fragments used in gcPCSAFT.
  • melting_temperature, sublimation_temperature does not allocate anymore. Note that the function can still allocate if the EoS model itself allocates.

bug fixes

  • Incorrect value for CPA with water (#256)
  • Bug in SAFT-VR-SW (#165)
  • Bug in CP-PC-SAFT

Merged PRs

Full Changelog: v0.5.10...v0.5.11

v0.5.10

12 Jan 20:02
Compare
Choose a tag to compare

Clapeyron v0.5.10

Diff since v0.5.9

Merged pull requests:

Closed issues:

  • Move CPA input to use SI values (#242)

v0.5.9

18 Dec 21:33
Compare
Choose a tag to compare

Clapeyron v0.5.9

Diff since v0.5.8

Merged pull requests: