A package for aqueous NaOH properties calculations
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(p_sat)
Available Property-Functions
Function | Parameter 1 | Parameter 2 | Parameter 3 | Return Unit |
---|---|---|---|---|
saturation_temperature(P, x1) | P (Pa) | x (kgNaOH/kgSolution) | - | °C |
enthalpy(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | kJ/kg |
saturation_pressure(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | Pa |
dhdx(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | kJ/kg |
dhdT(x, T) | x (kgNaOH/kgSolution) | T (°C) | - | kJ/kg·K |
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
propertiesNaOH-0.1.7.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file propertiesNaOH-0.1.7.tar.gz
.
File metadata
- Download URL: propertiesNaOH-0.1.7.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f7fcc1c9d977c961808c97e1b11f0682bdd63a7b9f14edb42c089aa47deff1d |
|
MD5 | 7008d08ff6b80e5f6bc7790c0d5a2e31 |
|
BLAKE2b-256 | 1a755ec3c7df4d58b733c5e6496a9d617beef0e1c33df104699f02ac095d4aa6 |
File details
Details for the file propertiesNaOH-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: propertiesNaOH-0.1.7-py3-none-any.whl
- Upload date:
- Size: 11.0 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 | 8d52b15e5b1bd44b6ce5c7056d4a8b89dd243b355a2534ed163e9f25edf233b4 |
|
MD5 | 035763995718637048f9937b168036a4 |
|
BLAKE2b-256 | 4cb8153c770ced58e6c9555c970f37dcbb940be7dbd3fc3fa535ed27467c06ac |