Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 724 Bytes

CADET-Python-Simulator

This is a prototype to solve systems of unit operations in Python. This project is currently not meant to be released as a fully-featured alternative to the much more faster / better / stronger CADET-Core (or even CADET-Julia). Its purpose is simply to have something to play around with in Python s.t. we can easily explore potential extensions or modifications of the internal structure of CADET (e.g. how to implement pressure, how to treat viscosities etc.).

The project is WIP and not running yet.

Set up local environment

Create a conda environment from the provided yml file:

conda env create -f environment.yml

Activate the environment:

conda activate cadpythonsim