All Projects → ypaul21 → Clapeyron.jl

ypaul21 / Clapeyron.jl

Licence: MIT license
Clapeyron (formerly OpenSAFT) provides a framework for the development and use of fluid-thermodynamic models, including SAFT, cubic, activity, multi-parameter, and COSMO-SAC.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Clapeyron.jl

neqsimpython
NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. This project is a Python interface to NeqSim.
Stars: ✭ 22 (-72.84%)
Mutual labels:  thermodynamics, equation-of-state
neqsim
NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation
Stars: ✭ 39 (-51.85%)
Mutual labels:  thermodynamics, equation-of-state
PyTherm-applied-thermodynamics
Educational ipython source code for applied thermodynamics.
Stars: ✭ 62 (-23.46%)
Mutual labels:  thermodynamics, equation-of-state
SAF-T-AO
Official XSD from the Government of Angola for use in SAF-T AO
Stars: ✭ 42 (-48.15%)
Mutual labels:  saft
HashedExpression
Type-safe modelling DSL, symbolic transformation, and code generation for solving optimization problems.
Stars: ✭ 40 (-50.62%)
Mutual labels:  solvers
ESPEI
Fitting thermodynamic models with pycalphad - https://doi.org/10.1557/mrc.2019.59
Stars: ✭ 46 (-43.21%)
Mutual labels:  thermodynamics
NNPOps
High-performance operations for neural network potentials
Stars: ✭ 48 (-40.74%)
Mutual labels:  molecular-modeling
gimlet
Graph Inference on MoLEcular Topology
Stars: ✭ 24 (-70.37%)
Mutual labels:  molecular-modeling
Fermi.jl
Fermi quantum chemistry program
Stars: ✭ 107 (+32.1%)
Mutual labels:  molecular-modeling
pyturb
Gas models, combustion and gas turbine solver.
Stars: ✭ 33 (-59.26%)
Mutual labels:  thermodynamics
enspara
Modeling molecular ensembles with scalable data structures and parallel computing
Stars: ✭ 28 (-65.43%)
Mutual labels:  molecular-modeling
dwsim4
DWSIM - Open Source Chemical Process Simulator, version 4
Stars: ✭ 38 (-53.09%)
Mutual labels:  thermodynamics
good lp
Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and let's you solve them with various solvers.
Stars: ✭ 77 (-4.94%)
Mutual labels:  solvers
kinematics-dynamics
Kinematics and dynamics solvers and controllers.
Stars: ✭ 16 (-80.25%)
Mutual labels:  solvers
RSolve
Ask for solutions.
Stars: ✭ 19 (-76.54%)
Mutual labels:  solvers
r3dmol
🧬 An R package for visualizing molecular data in 3D
Stars: ✭ 45 (-44.44%)
Mutual labels:  molecular-modeling
Eigen Git Mirror
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
Stars: ✭ 1,659 (+1948.15%)
Mutual labels:  solvers
Limbo
Library for VLSI CAD Design Useful parsers and solvers' api are implemented.
Stars: ✭ 84 (+3.7%)
Mutual labels:  solvers
DENOPTIM
DENOPTIM is a software package for de novo design and virtual screening of functional molecules of any kind.
Stars: ✭ 23 (-71.6%)
Mutual labels:  molecular-modeling
paradiseo
An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
Stars: ✭ 73 (-9.88%)
Mutual labels:  solvers

DOI Build Status codecov Dev project chat

Clapeyron_logo

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

The official manuscript is in ACS. https://pubs.acs.org/doi/10.1021/acs.iecr.2c00326. There is also a preprint available at arxiv: https://arxiv.org/abs/2201.08927

We have also ppresented 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 envelope:

    water_VLE

  • Ethanol+water Pxy diagram at 423.15 K:

    ethanol+water

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

CH3OH_CyHx

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#master

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

Citing Clapeyron

If you are using Clapeyron for your research work, please cite the following:

@article{Clapeyron-2022,
    title={Clapeyron.jl: An Extensible, Open-Source Fluid Thermodynamics Toolkit},
    author={Pierre J. Walker, Hon-Wa Yew, and Andrés Riedemann},
    journal={Ind. Eng. Chem. Res.},
    volume={XX},
    number={XX},
    pages={XX--XX},
    year={2022},
    publisher={American Chemical Society},
    doi={doi/10.1021/acs.iecr.2c00326},
    url={https://pubs.acs.org/doi/10.1021/acs.iecr.2c00326}
}

Package in active Development

Note that at its current stage, Clapeyron is still in the 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!

We are open to contributions, new models, improved methods and more databases are always appreciated.

If you find any issue, feel free to contact us directly on the Zulip Channel, or open a Github issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].