Skip to content

PythonLibrary-proptables is a Python library offering quick access to thermodynamic property data for R134a and water, ideal for engineering calculations. It enables calculation of temperature, pressure, enthalpy, and entropy for fluid analysis.

License

Notifications You must be signed in to change notification settings

Buddhi19/PythonLibrary-proptables

Repository files navigation

PyPI version pypi supported versions Python package

Python Property Tables Library - proptables

proptables is a Python library designed to provide quick access to property tables for R134a and water, primarily aimed at engineers and researchers needing fluid property data in thermodynamic calculations.

Features

  • Provides easy-to-access property data for R134a and water.
  • Useful for thermodynamics, refrigeration, and heating applications.
  • Simplifies accessing and calculating fluid properties programmatically.

To Install

pip install proptables

How to use

from proptables import R134a,water

Usage

Basic Usage

Import the library

from proptables import R134a, water

data = r134a.temperature(Temperature=None,Pressure=None,
          Enthalpy=None,Entropy=None,
          specificvolume=None,Superheated=None,Compressed=None)  # Mention the values as needed to obtain the dataframe with all details



data = water.enthalpy(Temperature=None,Pressure=None,
          Enthalpy=None,Entropy=None,
          specificvolume=None,Superheated=None,Compressed=None) 

About

PythonLibrary-proptables is a Python library offering quick access to thermodynamic property data for R134a and water, ideal for engineering calculations. It enables calculation of temperature, pressure, enthalpy, and entropy for fluid analysis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages