An open API service indexing awesome lists of open source software.

https://github.com/sush1090/carnotcycles.jl

A Julia based simulation framework for thermodynamic cycles.
https://github.com/sush1090/carnotcycles.jl

cycles thermodynamics

Last synced: 9 months ago
JSON representation

A Julia based simulation framework for thermodynamic cycles.

Awesome Lists containing this project

README

          

# CarnotCycles.jl

CarnotCycles Logo

[![Build Status](https://github.com/Sush1090/CoolPropCycles.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Sush1090/CoolPropCycles.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://sush1090.github.io/CarnotCycles.jl/dev/)

This package combines [ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl) "Acausal Modeling" with [CoolProp.jl](https://github.com/CoolProp/CoolProp.jl) and [Clapeyron.jl](https://github.com/ClapeyronThermo/Clapeyron.jl) to model thermodynamic cycles.

## Installation

In the Julia prompt, first type `]` and then:

```julia
pkg> add CarnotCycles
```

For the developer version type:

```julia
pkg> add https://github.com/Sush1090/CarnotCycles.jl.git
```