Skip to main content

A Python package for thermodynamic cycle modelling and analysis

Project description

ThermoSim

PyPI

ThermoSim is a Python package for simulating and analyzing thermodynamic model. ThermoSim_logo

ThermoSim

A Python package for modelling and analysing thermodynamic power cycles.

Features

  • State point calculation using CoolProp (water, refrigerants, air, etc.)
  • Components: Turbine, Pump, Compressor, Heat Exchanger, Mixer, Splitter, Expansion Valve, Separator, Pipe, TES, Source, Sink
  • Exergy analysis with dead-state reference
  • Cycle plots: T-s, P-h, h-s diagrams with saturation domes
  • Pinch analysis for heat exchangers
  • Sensitivity analysis: single-parameter, multi-output, and 2D contour sweeps
  • Save/Load model state to JSON
  • 48+ unit tests with pytest

Installation

pip install CoolProp scipy matplotlib numpy pandas pymoo pytest

🚀 Quick Example

<<<<<<< HEAD

from ThermoSim import (
    ThermodynamicModel, Turbine, Pump, HeatExchanger,
)
from ThermoSim.plotting import CyclePlotter

Model = ThermodynamicModel()
Model.set_dead_state()

Model.add_point('water', '1', P=8e6, T=753.15, Mass_flowrate=1)
Model.add_point('water', '2', P=0.008e6)
Model.add_point('water', '3', P=0.008e6, Q=0)
Model.add_point('water', '4', P=8e6)

Turbine(Model, 'Turbine', '1', '2', n_isen=0.85, Calculate=True)
HeatExchanger(Model, 'Condenser', PPT=5, HEX_type='SimpleHEX',
              HeatAdded=False, Hot_In_state='2', Hot_Out_state='3',
              Cold_In_state=None, Cold_Out_state=None, Calculate=True)
Pump(Model, 'Pump', '3', '4', n_isen=1.0, Calculate=True)
HeatExchanger(Model, 'Boiler', PPT=5, HEX_type='SimpleHEX',
              HeatAdded=True, Hot_In_state=None, Hot_Out_state=None,
              Cold_In_state='4', Cold_Out_state='1', Calculate=True)

print(Model)

plotter = CyclePlotter(Model)
plotter.plot_Ts_diagram(['1', '2', '3', '4', '1'])

##Test Run

pytest tests/ -v

📚 Resources


✨ Features

  • Support for different working and heating fluids
  • Handles mass and energy balances automatically
  • Designed for academic and research-grade modeling

🤝 Contributing

You're welcome to contribute! Fork the repository and open a pull request. For major changes, please discuss via an issue first.


📄 License

This project is licensed under the MIT License.
See the LICENSE file for more details.


🙌 Acknowledgements

Created and maintained by Md. Waheduzzaman Nouman, for educational and research use.

This documentation is intended for:

  • Engineering Students: Those studying thermodynamics, energy systems, and heat transfer. The module provides a practical tool to simulate real-world energy systems and understand thermodynamic concepts.

  • Researchers: Professionals and researchers working in the field of thermodynamics and energy efficiency can use this module for modeling, optimization, and analysis of complex systems.

  • Energy System Designers: Engineers involved in designing and optimizing thermodynamic systems such as power plants, heat exchangers, refrigeration cycles, and renewable energy systems.

Real-World Applications

  1. Heat Exchanger Design and Optimization: The module simulates various types of heat exchangers (e.g., double-pipe, evaporator, condenser), helping engineers optimize thermal efficiency and energy usage in industrial applications.

  2. Pumps and Turbines: It can model pumps and turbines used in power generation, refrigeration, and HVAC systems, providing insights into performance metrics like work output, efficiency, and energy transfer

  3. Energy Efficiency Analysis: By integrating components like expansion valves and PCM (Phase Change Materials), the model supports the design of energy-efficient systems in heating, cooling, and refrigeration sectors.

  4. Simulation of Thermodynamic Cycles: The module supports the simulation of thermodynamic cycles, including Rankine and refrigeration cycles, helping in the evaluation of system performance, energy conservation, and operational optimization.

License

MIT

c93e50c82d03eece8612d6db09b20b1bbd2ce23c

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

thermosim-3.2.0.tar.gz (67.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

thermosim-3.2.0-py3-none-any.whl (66.7 kB view details)

Uploaded Python 3

File details

Details for the file thermosim-3.2.0.tar.gz.

File metadata

  • Download URL: thermosim-3.2.0.tar.gz
  • Upload date:
  • Size: 67.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for thermosim-3.2.0.tar.gz
Algorithm Hash digest
SHA256 2df5862d46bc844047592e489d35f9c56197d1ac738f6bbe77f79fb4eac45b8e
MD5 4a60dc3f81832b59d144cdc2f461f5e0
BLAKE2b-256 ad60745bc14259ff079af65537858383efff88d17a022b73900e6e3813a2ce96

See more details on using hashes here.

File details

Details for the file thermosim-3.2.0-py3-none-any.whl.

File metadata

  • Download URL: thermosim-3.2.0-py3-none-any.whl
  • Upload date:
  • Size: 66.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for thermosim-3.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 067150d5cf5cec4086f0d5d2d00f7e7be93fe8b9d94ce0bfa7e2be642f249bfc
MD5 ae59bd15e38387230ac50e3555fa6bf2
BLAKE2b-256 31980309e64be077c3267a038b556eb932c4683b4b209bd8b9701650b96ab2ef

See more details on using hashes here.

Supported by

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