A package for aqueous NaOH properties calculations
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
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.13.tar.gz
(12.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file propertiesNaOH-0.1.13.tar.gz.
File metadata
- Download URL: propertiesNaOH-0.1.13.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f85bd7b4bde3778b0f330aed7dc9e1d75419bca2e17241603caf971721c596a6
|
|
| MD5 |
4717e9d2ce25f9a92ce3d4fd12929c94
|
|
| BLAKE2b-256 |
78d35c5b2f8768fed9983353f7ed168de97be814044da9698b6ad13aba71c139
|
File details
Details for the file propertiesNaOH-0.1.13-py3-none-any.whl.
File metadata
- Download URL: propertiesNaOH-0.1.13-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
11b5d5507d1665ed80c911aac51a7f2a0fef560a876526afaa33550f9d1540b9
|
|
| MD5 |
76e10e0ff45effb44dde16775270febe
|
|
| BLAKE2b-256 |
81c04768dd6307da6bdb91df2127b97ebbddc18b4530ee7fa637702a8f9ca2f9
|