A package for aqueous CaCl 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
propertiesLiBr-0.1.0.tar.gz
(23.6 kB
view details)
Built Distribution
File details
Details for the file propertiesLiBr-0.1.0.tar.gz
.
File metadata
- Download URL: propertiesLiBr-0.1.0.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e910f7a29cbc70bc908862f3a6885ffb87c4b645f307a8f2ac3b8259a915fd83 |
|
MD5 | ad4b2e641ea9d4b0fefca308f32df54d |
|
BLAKE2b-256 | 3336754d60b1e011162b5134920985ab9bd6ff4b10fec40d73f96bfb07544f80 |
File details
Details for the file propertiesLiBr-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: propertiesLiBr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 41.4 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 | d3c1f859357524b07a764d00cd0e6664e36c419b2c0cc1df21c1dc4938464c15 |
|
MD5 | 3a5822398e7fc9ae0edd0f67a2140048 |
|
BLAKE2b-256 | ab27257d2394f101c0afe9876b6f6512be09d12c3c11449b406a1f3b71aadd53 |