A package for substance properties for absorption systems
Project description
Package Description
This file contains property data for aqueous sodium hydroxide solutions.
Installation and Unsage
pip install propertiesNaOH
# Import
import propertiesNaOH as NaOH
# Example Usage
p = 100000 # [Pa]
x = 0.4 # [%] = [kgNaOH / kgSolution]
t_sat = NaOH.saturation_temperature(p, x)
print(t_sat)
Available Property-Functions
Function | Parameter 1 | Parameter 2 | Parameter 3 | Return Unit |
---|---|---|---|---|
saturation_temperature(P, x1) | P (Pa) | x (kgNaOH/kgSolution) | - | °C |
saturation_pressure(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | Pa |
saturation_concentration(x, T) | P (Pa) | T (°C) | - | kg/kg |
enthalpy(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | kJ/kg |
specific_heat_capacity(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | kJ/kg·K |
density(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | kg/m³ |
dynamic_viscosity(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | Pa·s |
thermal_conductivity(x, T, p) | x (kgNaOH/kgSolution) | T (°C) | p (Pa) | W/m·K |
Available Utilities
Function | Description | Boolean Options + Defaults |
---|---|---|
pTDiagram() | shows pT-Diagram | log=True, invT=True |
editablePlot=False, show_percentages=True | ||
crystallization_curve() | shows crystallization curve | return_data=False (if True, only data returned, no plot) |
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
absorptionlib-1.0.8.tar.gz
(28.2 kB
view details)
Built Distribution
File details
Details for the file absorptionlib-1.0.8.tar.gz
.
File metadata
- Download URL: absorptionlib-1.0.8.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 767441b63dda4d608cfe8a21965324d14a3919a32865d0517d7a8da688c5aef2 |
|
MD5 | e784a7023bfc9b2b4dd7038aa0f81a62 |
|
BLAKE2b-256 | adf06f6a0f458e6830aa9d0eb73034748e273b34d80eb7083686bc1c420ee1e8 |
File details
Details for the file absorptionlib-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: absorptionlib-1.0.8-py3-none-any.whl
- Upload date:
- Size: 34.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f31d0bff710238353e47d18815b785f086c33e2f669c8ad716d4e8fb452133d |
|
MD5 | d6bebb47b1e26b740b487d364e877248 |
|
BLAKE2b-256 | 58badd2edb297048bf624dd9f56ace9a77e7902a28a42e62139e58c9a1c4d724 |