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]
p_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
pTDiagram(log=True, invT=True, editablePlot=False, show_percentages=True)
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.4.tar.gz
(11.2 kB
view details)
Built Distribution
File details
Details for the file propertiesNaOH-0.1.4.tar.gz
.
File metadata
- Download URL: propertiesNaOH-0.1.4.tar.gz
- Upload date:
- Size: 11.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 | 49a0035acf4cd7cb57d7e58ad5d3b0b5019f139032fd37667a3fef4673d69b49 |
|
MD5 | 46771d5e7d23355c8a7cb1838bb55daf |
|
BLAKE2b-256 | 202a1c506ffcb4e14be27f87f85b4a7e395e135615c6b64e60a1c3ad10397754 |
File details
Details for the file propertiesNaOH-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: propertiesNaOH-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.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 | e4f63b7ae5eae2e9a0cfce7d3fcd79c6c27ee5fbc990254d52f609550fed5a34 |
|
MD5 | 66903ca73f9751b0eb5fd8a03144c311 |
|
BLAKE2b-256 | 545ee4070ce2d3f244eb4ee61725f1b13a7615b9cc59a39c4fb8b2dca9258de4 |