Skip to content

Is CoolProp broken? #47

Description

@B-LIE

I updated my Julia packages today, and now, CoolProp doesn't work!

julia> using Clapeyron

julia> SingleFluid("water")
MultiParameter Equation of state for water:
 Polynomial power terms: 7
 Exponential terms: 44
 Gaussian bell-shaped terms: 3
 Non Analytic terms: 2

julia> using CoolProp

julia> SingleFluid("water")
ERROR: Coolprop: Buffer is too small; must be at least 210123 characters in size....

Here is what happens if I uninstall CoolProp v0.2.2 and install CoolProp v0.2.1:

julia> using Clapeyron

julia> SingleFluid("water")
MultiParameter Equation of state for water:
 Polynomial power terms: 7
 Exponential terms: 44
 Gaussian bell-shaped terms: 3
 Non Analytic terms: 2

julia> using CoolProp

julia> SingleFluid("water")
MultiParameter Equation of state for water:
 Polynomial power terms: 7
 Exponential terms: 44
 Gaussian bell-shaped terms: 3
 Non Analytic terms: 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions