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 |
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
propertiesNaOH-0.1.12.tar.gz
(12.4 kB
view details)
Built Distribution
File details
Details for the file propertiesNaOH-0.1.12.tar.gz
.
File metadata
- Download URL: propertiesNaOH-0.1.12.tar.gz
- Upload date:
- Size: 12.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 | 743a6ebdff982ddba80c2a806bd5cdddde95d0e442de6360207efedb349fb92a |
|
MD5 | c0b31acbf001765dc800ef0b1d0886cd |
|
BLAKE2b-256 | e20920cef82106d7e57ae11845cdd6de698cbf569236f091777705420c950dec |
File details
Details for the file propertiesNaOH-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: propertiesNaOH-0.1.12-py3-none-any.whl
- Upload date:
- Size: 12.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 | 9f2a93ce549884b7a3301b1d17b2aac411b4e88ca84324dec68c7b42eccbb74f |
|
MD5 | 2e7d09b95872b2b450804deb67aac534 |
|
BLAKE2b-256 | aba4925408f7956097cab9754f4b9f9ec28ce1c442e1eef56685131f47f19344 |