Skip to content

Commit

Permalink
update NEWS.md (Clapeyron skip ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Jul 26, 2023
1 parent f1de6f8 commit 4d6dad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# v0.5.0


## New Features

- Rework of MultiParameter EoS. there are two new `EoSModels` that represent Empiric, Multiparameter EoS:
- `SingleFluid`: for single component fluids
- `MultiFluid`: for multicomponent fluids, with specific mixing and departure rules
`SingleFluid` and `MultiFluid` constructors are capable of parsing `CoolProp` JSON single component files. furthermore, you can use the available `CoolProp` single fluid library by just importing `CoolProp` into the current working enviroment (`using CoolProp`).

- Cubic models that have an alpha dependent of the acentric factor, can be built by passing `acentricfactor` directly to `userlocations`, instead of `alpha_userlocations` (#188)
- New Function: `RGas(model)` and `Rgas()`, that gives the value of the gas constant used by the model. defaults to `Clapeyron.R̄ = 8.31446261815324`
- New model: `HelmAct`, to use multiparameter EoS + activity coefficient models as the departure.
- New model: `XiangDeiters`
Expand Down

0 comments on commit 4d6dad9

Please sign in to comment.