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(t_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.8.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file propertiesNaOH-0.1.8.tar.gz
.
File metadata
- Download URL: propertiesNaOH-0.1.8.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 | 49a31b357767bfb783d6886d89bd84fc7c0f3b2b8e41bbffba97a13fb75a8f0a |
|
MD5 | 6c22e8599e726f9a90526c2334db05be |
|
BLAKE2b-256 | f67ed85596dbc475a0035e2a3a0efcd897d9fa8570d69aa7d7b7d355e64d0760 |
File details
Details for the file propertiesNaOH-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: propertiesNaOH-0.1.8-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 | 94cb8fd97150e0d6f6df1a744c23710d887fd030ddf346c8212e9abe4ff037f1 |
|
MD5 | 45b6250e116bf6b4acc889b584eabf19 |
|
BLAKE2b-256 | f7afe1d00337993523c21174b2b364c8e8ec7016520e8d6f3bfb4dae6d48c78f |