Skip to content

Releases: ClapeyronThermo/Clapeyron.jl

v0.3.1

04 Feb 05:40
Compare
Choose a tag to compare

Clapeyron v0.3.1

Diff since v0.3.0

Model fixes;

  • WSRule
  • MonomerIdeal
    new functions:
    assoc_site_matrix(model::Union{SAFTModel,CPAModel},V,T,z) to instantiate the association matrix
    ReidIdeal(model::JacobianIdeal) to obtain a Reid ideal model from a Joback Ideal model
    faster crit_pure on cubics

Merged pull requests:

v0.3.0

06 Dec 03:56
Compare
Choose a tag to compare

Clapeyron v0.3.0

Diff since v0.2.9

  • Differential Evolution and Rachford-Rice Tp-flash algorithms have been implemented
  • AssocOptions has been added to all SAFT equations
  • Further speed-up to cubics
  • sat_pure has been renamed saturation_pressure
  • Numerous new multi-component VLE functions have been added (dew_pressure, bubble_temperature, VLLE_temperature etc.)
  • New models: Full CPA, sCPA and ogUNIFAC

Closed issues:

  • better association handling (#54)

Merged pull requests:

  • Add tp_flash & example notebook (#56) (@denbigh)
  • Assoc options (#57) (@longemen3000)
  • CompatHelper: add new compat entry for Metaheuristics at version 3, (keep existing compat) (#58) (@github-actions[bot])

v0.2.9

24 Nov 01:10
65539bf
Compare
Choose a tag to compare

Clapeyron v0.2.9

Diff since v0.2.8

  • faster cubic mixing
  • new ParamTable function to create Clapeyron tables from any Tables.jl compatible structure.

Merged pull requests:

v0.2.8

17 Nov 00:09
Compare
Choose a tag to compare

Clapeyron v0.2.8

Diff since v0.2.7

  • iteration options on the association solver are relaxed (500 -> 1000 max iterations)
  • increased liquid guess for SAFTGammaMie

v0.2.7

15 Nov 07:11
2bf5f20
Compare
Choose a tag to compare

Clapeyron v0.2.7

Diff since v0.2.6

error fixes and a faster association solver when there is only one association pair

Closed issues:

  • teqp introduction (#51)
  • bubble_pressure with SAFTgammaMie (#52)

Merged pull requests:

  • Updating Electrolyte Branch (#50) (@pw0908)
  • Site optimization: exact solution from when there is only one interaction (#53) (@longemen3000)

v0.2.6

28 Oct 19:44
Compare
Choose a tag to compare

Clapeyron v0.2.6

Diff since v0.2.5

Closed issues:

  • seems wrong definition of internal energy (#49)

v0.2.5

22 Oct 02:19
Compare
Choose a tag to compare

Clapeyron v0.2.5

Diff since v0.2.4

Bug fix release:

  • fixed mutiple errors on the unitful methods
  • fixed error in halley solver
  • fixed error in split_model(AssocParam)
  • fixed error in one param list of components of SAFTGammaMie
  • (experimental, non GC models) split_model accepts a subset argument to obtain just one component or a combination of components that are a subset of the initial model.

v0.2.4

16 Oct 22:56
7f6723d
Compare
Choose a tag to compare

Clapeyron v0.2.4

Diff since v0.2.3

this version features faster SAFTs models,due to a revamped association solver and more code optimizations.

Merged pull requests:

v0.2.3

09 Oct 01:07
Compare
Choose a tag to compare

Clapeyron v0.2.3

Diff since v0.2.2

fixes deprecation warnings emitted by CSV.jl 0.9

Merged pull requests:

v0.2.2

15 Sep 05:15
Compare
Choose a tag to compare

Clapeyron v0.2.2

Diff since v0.2.1

revamped cubics and new property solvers

Closed issues:

  • Problems with sat_pure (#31)
  • Problems with bubble_pressure (#32)

Merged pull requests:

  • New functions molar_density and mass_density added (#30) (@rameshputalapattu)
  • Split and cached model (#33) (@longemen3000)
  • CompatHelper: add new compat entry for PositiveFactorizations at version 0.2, (keep existing compat) (#35) (@github-actions[bot])
  • Mixing rules (#36) (@pw0908)
  • added improved x0_sat_pure (#38) (@longemen3000)
  • Update activity branch with new modifications (#39) (@pw0908)
  • Update activity branch (#40) (@pw0908)
  • minor typo in the PT_flash function for the bubble point case (#41) (@rameshputalapattu)
  • Update from master (#42) (@pw0908)
  • CompatHelper: bump compat for CSV to 0.9, (keep existing compat) (#45) (@github-actions[bot])