This is a prototype to solve systems of unit operations in Python. This project is currently not meant 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.).
Create a conda environment from the provided yml file:
conda env create -f environment.yml
Activate the environment:
conda activate cadpythonsim