Skip to content

Clapeyron (formerly OpenSAFT) provides a framework for the development and use of thermodynamic equations of state, including SAFT, cubic, activity, multi-parameter, and COSMO-SAC.

License

Notifications You must be signed in to change notification settings

TJP-Karpowski/Clapeyron.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI Build Status codecov Dev project chat

Clapeyron_logo

Welcome to Clapeyron! This module provides both a large library of equations of state and a framework for one to easily implement their own equations of state.

We have recently presented at the JuliaCon 2021 conference! Feel free to take a look at our talk:

Clapeyron.jl: An Extensible Implementation of Equations of State | Paul Yew et al | JuliaCon2021

We support many equations of state and properties. Some examples of figures you can create are shown below:

  • Isobaric heat capacity of carbon dioxide at 20 MPa:

    CO2_cp

  • Water VLE enveloppe:

    water_VLE

  • Ethanol+water Pxy diagram at 423.15 K:

    ethanol+water

  • pT-isopleth of methanol+cyclohexane generated using PC-SAFT:

CH3OH_CyHx

We intend to provide functions for users to generate these figures themselves.

Note that at its current stage, Clapeyron is still in the very early stages of development, and things may be moving around or changing rapidly, but we are very excited to see where this project may go!

Installing Clapeyron

To install Clapeyron, launch Julia with

> julia

Hit the ] key to enter Pkg mode, then type

Pkg> add Clapeyron

Or to add the development version:

Pkg> add https://github.com/ypaul21/Clapeyron.jl#development

Exit Pkg mode by hitting backspace.

Now you may begin using functions from the Clapeyron library by entering the command

using Clapeyron

To remove the package, hit the ] key to enter Pkg mode, then type

Pkg> rm Clapeyron

About

Clapeyron (formerly OpenSAFT) provides a framework for the development and use of thermodynamic equations of state, including SAFT, cubic, activity, multi-parameter, and COSMO-SAC.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 99.7%
  • TeX 0.3%