A Python thermodynamic property wrapper for fluids and mixtures.
Project description
ThermoProp
A Python thermodynamic property wrapper for pure fluids and fluid mixtures.
ThermoProp provides a simplified interface to:
- CoolProp
- PYroMat
while exposing a consistent API for thermodynamic state calculations.
Installation
pip install thermoprop
Example
from thermoprop import Fluid
water = Fluid(
"water",
pressure=101325,
temperature=300
)
print(water.density)
print(water.enthalpy)
Dependencies
- CoolProp
- NumPy
- SciPy
- PYroMat
Source Code
GitHub:
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
thermoprop-0.1.1.tar.gz
(16.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thermoprop-0.1.1.tar.gz.
File metadata
- Download URL: thermoprop-0.1.1.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e728db38e54ee6ff64ee79fd39dfcef6ce6c125d56be14316e1e33259ca44795
|
|
| MD5 |
2bdb778dc22a0e2272dfebb426b8db86
|
|
| BLAKE2b-256 |
71d011bde08e98efd294237e52a2185ea7ba6993c9c10daf91c0680f24ab4ffd
|
File details
Details for the file thermoprop-0.1.1-py3-none-any.whl.
File metadata
- Download URL: thermoprop-0.1.1-py3-none-any.whl
- Upload date:
- Size: 18.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e2075c83e3c920dc2db4c5653c0590c8ee0a231a3c81c72be49d20ec3a4f391
|
|
| MD5 |
a266da46831c7e167ae19661eb8771ed
|
|
| BLAKE2b-256 |
6fcd693481aa6a05a837c4cc8027567be646d74ca67cb0b547d2c37ebbd50aa0
|