A Python tool for meanline analysis and optimization of turbomachinery.
Project description
TurboFlow: Meanline Modelling of Turbomachinery
TurboFlow is a Python package for mean-line modelling of turbomachinery. It aims to offer flexible and reliable simulations for both performance prediction and design optimization, and should present a valuable resource for engineers and researchers working in the field of turbomachinery.
Core features
- Performance Prediction: Accurately predict the performance of turbomachinery based on various input parameters.
- Design Optimization: Optimize preliminary turbomachinery design to achieve optimal performance metrics.
- Equation-oriented problem formulation: Equation-oriented problem formulation for performance analysis and design optimization.
- Model consistency: The model is consistent for both performance prediction and design optimization.
- Efficient solution: The model adopts gradient-based root-finding and optimization solver
- Real gas fluid property analysis: Use CoolProp to determine thermohpysical properties.
- Flexible model: The model offers options for submodels for loss, deviation and choking calculations
- General geometry: Geometrical variables are defined to cover a wide range of designs, including multistage configurations.
- Easy-to-use: Intuitive and easy setup of input parameters for rapid development and analysis.
- Extensive Documentation: Comprehensive guides and examples to help you get started quickly.
Quick Installation Guide
This guide will walk you through the process of installing Turboflow
via pip
. To isolate the Turboflow installation and avoid conflicts with other Python packages, it is recommended to create a dedicated Conda virtual environment.
-
Install Miniconda if you don't have it already.
-
Open a terminal or command prompt and create a new virtual environment named
turboflow_env
with Python 3.11:conda create --name turboflow_env python=3.11
-
Activate the newly created virtual environment:
conda activate turboflow_env
-
Install Turboflow using pip within the activated virtual environment:
pip install turboflow
-
Verify the installation by running the following command in your terminal:
python -c "import turboflow; turboflow.print_package_info()"
If the installation was successful, you should see the Turboflow banner and package information displayed in the console output.
Congratulations! You have now successfully installed Turboflow in its own Conda virtual environment using pip. You're ready to start using Turboflow in your Python projects.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file turboflow-0.1.12.tar.gz
.
File metadata
- Download URL: turboflow-0.1.12.tar.gz
- Upload date:
- Size: 145.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1023-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f54ac6da76adb4a5de58c61ec72ea6a233f9096308b0d540360da49ab23a984 |
|
MD5 | adb2df232bec2ca4e7befa3fdf2cfa5a |
|
BLAKE2b-256 | e4e00cd88bd4bee87c3da03e43d92c557d23e9bcffa2fc488f396d4ab24fc57b |
File details
Details for the file turboflow-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: turboflow-0.1.12-py3-none-any.whl
- Upload date:
- Size: 168.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1023-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c516c915e4dc34654316dfbd9c1189aa1c9b2d7cb245a78bfc5ee3d9e21ed555 |
|
MD5 | 6b2e01b8ceacc68a60952d79e5150495 |
|
BLAKE2b-256 | 120002d88118dc41e4ee0dfe12633242ca321ac8f74b66e50df3bcfee730335c |