Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-29 | 1.4 kB | |
v0.6.12 source code.tar.gz | 2025-04-29 | 18.7 MB | |
v0.6.12 source code.zip | 2025-04-29 | 19.2 MB | |
Totals: 3 Items | 37.9 MB | 0 |
Clapeyron v0.6.12
v0.6.12
New Features
- SAFTgammaMie: easier constructor for inner SAFTVRMie model
- Clapeyron Parameters: support for typed empty constructor: (
SingleParam{BigFLoat}(name,components)
,PairParam{BigFLoat}(name,components)
) - XY Flash: added
QT
,QP
andVT
modules. - XY Flash: support for second order properties with flash result if there is only one phase.
- NRTL: support for passing
tau
andalpha
as input, instead of (a
,b
,c
) - CoolProp: initial support for superancillaries. At the moment, the superancillaries are used just as initial points. in future releases, We could return the result of the superancillary directly, to be in line with the CoolProp package.
Bug Fixes
- Fixed incorrect value of
enthalpy_res
- CoolProp: Support bigger buffer sizes.
- Implicit AD: misc bug fixes
- Fixed conversion of
MixedSegmentGCParam
- Association: fix incorrect assumption of solved problem
- CPA: fixed initialization without
Pc
- fix
promote_model
withEoSVectorParam
Merged pull requests: - Basic docs on usage of general flash (#363) (@Sush1090)
Closed issues: - Possible incorrect association parameters for CO2 in SAFTgammaMie (#360) - How to specify input pairs (#361)