Skip to main content

Power cycle sizing analysis package

Project description

About

Version:

0.1

Author:

Momar Hughes

Contact:

momar.hughes@unsw.edu.au

Topic:

Thermodynamic power cycle sizing and analysis

Licence:

MIT

Requires:

numpy, scipy, matplotlib, CoolProp

MCycle is a Python3 module for 1-dimensional analysis and sizing of thermodynamic heat cycles, particularly the organic Rankine cycle. Sizing methods are based on empirical and theoretical correlations. Users may analyse cycles consisting of components including heaters, coolers, compressors, expanders and heat exchangers. The two main modes for analysing cycles or components are:

  • solve : calculates a component characteristic/dimension required to satisfy a desired component outlet flow state/cycle flow states. This mode is used for sizing components.

  • run : calculates working fluid cycle flow states/ component outlet flow state based on user-defined characteristics/dimensions of the components.

The Github project page can be found at https://github.com/momargoh/MCycle. The documentation is hosted at https://mcycle.readthedocs.io

Installation

Requirements:

sudo apt install build-essential python3 python3-dev python3-pip python3-tk cython3 git
pip3 install numpy
pip3 install scipy
pip3 install matplotlib

MCycle also requires CoolProp, a free and open-source thermodynamic properties library. It is recommended to manually install the latest version of CoolProp before installing MCycle (rather than installing from pip which is not the latest version). Refer to their guide on manual installation, summarised below.:

cd PATH/TO/CLONE/FOLDER
git clone https://github.com/CoolProp/CoolProp.git --recursive
cd wrappers/Python
sudo python3 setup.py install

MCycle should now be ready to be installed. For the latest updates, clone/download the source code from the Github page and run:

python3 setup.py install

For the latest stable release, MCycle is available from pip by running:

pip3 install mcycle

MCycle is available under the MIT licence, hence free for everybody to use and edit.

Contributions towards the project source code will be gratefully received. Feel free to contact the author via email or GitHub with any queries.

Quick start

Have a look through mcycle/examples to get a feel for how to use the module (link to documentaion). These examples can be easily copied to your local directory and modified to get you started.

Notes on installing CoolProp from source for Python3

Once, the installation failed because /usr/local/lib/python3.6/dist-packages did not exist, thus I ran:

sudo mkdir -p /usr/local/lib/python3.6/dist-packages

Another time, I had to rename the original cloned CoolProp folder to stop Python3 finding it when importing:

sudo mv PATH/TO/CLONE/FOLDER/CoolProp PATH/TO/CLONE/FOLDER/_CoolProp-master

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcycle-0.1.1.tar.gz (55.2 kB view hashes)

Uploaded Source

Built Distribution

mcycle-0.1.1-py3-none-any.whl (88.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page