Clapeyron.jl

Clapeyron provides a framework for the development and use of fluid-thermodynamic models, including SAFT, cubic, activity, multi-parameter, and COSMO-SAC.

MIT License

Stars
183
Committers
22

Bot releases are visible (Hide)

Clapeyron.jl - v0.2.8

Published by github-actions[bot] almost 3 years ago

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
Clapeyron.jl - v0.2.7

Published by github-actions[bot] almost 3 years ago

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)
Clapeyron.jl - v0.2.6

Published by github-actions[bot] almost 3 years ago

Clapeyron v0.2.6

Diff since v0.2.5

Closed issues:

  • seems wrong definition of internal energy (#49)
Clapeyron.jl - v0.2.5

Published by github-actions[bot] about 3 years ago

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.
Clapeyron.jl - v0.2.4

Published by github-actions[bot] about 3 years ago

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:

  • Speeding up SAFT Gamma Mie (and SAFT in general) (#47) (@longemen3000)
Clapeyron.jl - v0.2.3

Published by github-actions[bot] about 3 years ago

Clapeyron v0.2.3

Diff since v0.2.2

fixes deprecation warnings emitted by CSV.jl 0.9

Merged pull requests:

  • Fix CSV.jl deprecations (#46) (@stillyslalom)
Clapeyron.jl - v0.2.2

Published by github-actions[bot] about 3 years ago

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])
Clapeyron.jl - v0.2.1

Published by github-actions[bot] about 3 years ago

Clapeyron v0.2.1

Diff since v0.2.0

Closed issues:

  • Error in mapreduce call while calculating molecular weights. (#29)

Merged pull requests:

  • Update methods.jl to fix molecular weights calculation (#28) (@rameshputalapattu)
Clapeyron.jl - v0.2.0

Published by github-actions[bot] about 3 years ago

Clapeyron v0.2.0

Diff since v0.1.0

initial version

Closed issues:

  • gas volume solver (#9)
  • get_properties should return just one eval point (#10)
  • Minor Issue regarding instructions (#21)
  • Inaccurate property methods (#25)
  • Dependency issues when using Clapyron (#26)

Merged pull requests:

  • Methods (#7) (@pw0908)
  • Paper (#8) (@pw0908)
  • Saf tgamma mie (#12) (@pw0908)
  • Julia optimizations - part 1 (#13) (@longemen3000)
  • Test errors (#15) (@longemen3000)
  • fix error on createfilepath, take 2 (#16) (@longemen3000)
  • Minor fixes (#17) (@dalum)
  • Database (#18) (@ypaul21)
  • missing things (#19) (@longemen3000)
Clapeyron.jl - Initial Public Release

Published by ypaul21 about 4 years ago

This is the first public release of OpenSAFT.jl.

Package Rankings
Top 15.91% on Juliahub.com
Badges
Extracted from project README
DOI Build Status codecov Dev project chat Clapeyron.jl: An Extensible Implementation of Equations of State | Paul Yew et al | JuliaCon2021
Related Projects