Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-24 | 1.8 kB | |
v0.6.14 source code.tar.gz | 2025-06-24 | 18.8 MB | |
v0.6.14 source code.zip | 2025-06-24 | 19.2 MB | |
Totals: 3 Items | 38.0 MB | 3 |
Clapeyron v0.6.14
v0.6.14
New Features
- Cubics:
ab_consts
is now defined automatically fromcubic_Δ
. - Cubics: new abstract type for alpha models,
GeneralizedSoaveAlphaModel
(soave models with a different expression ofm
for each component.).CPAAlphaModel
,PTVAlpha
andPatelTejaAlpha
are now subtypes ofGeneralizedSoaveAlphaModel
- Electrolytes: revamp of code to make it more general.
- CoolProp: Experimental support for
CoolProp.PropsSI
- new methods:
mass_entropy
,mass_enthalpy
,mass_internal_energy
,mass_gibbs_free_energy
/mass_gibbs_energy
,mass_helmholtz_free_energy
/mass_helmholtz_energy
,mass_isochoric_heat_capacity
,mass_isobaric_heat_capacity
. Note that those functions still take total volume and mol amounts as inputs. - New alpha model:
LeiboviciAlpha
, a generalized soave model that works with any cubic (the value ofm
depends on the acentric factor and the values ofcubic_Δ
) RKPR
: thedelta
parameter can now be specified from a database.RKPRAlpha
: thek1
andk2
exponents can now be specified from a databasePatelTeja
: ifVc
is not specified, it can be estimated from the acentric factor.MTAlpha
: now works withvdW
Bug Fixes
Merged pull requests: - Electrolytes revamp (#381) (@longemen3000) - Fixing typos in documents (#386) (@abcdvvvv)
Closed issues:
- Parameter Estimation (#383)
- Question about the usage of mass density function (#384)
- ph_flash
to Vapour fraction (#385)