A package for aqueous CaCl2 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
propertiesCaCl2-0.1.2.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file propertiesCaCl2-0.1.2.tar.gz
.
File metadata
- Download URL: propertiesCaCl2-0.1.2.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 180a676175a86bbfaf64c4f7b70262b15dee3131959f0bb9ff086f59e93ff239 |
|
MD5 | 0054dccf3b5967f368af642790673f6f |
|
BLAKE2b-256 | 0f7809d42cf8a7111fdaeb174a86690c1a3be06e54d868a7acb6f5c0fa839a94 |
File details
Details for the file propertiesCaCl2-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: propertiesCaCl2-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.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 | ae4c94bc1553dfc714ba91c47c4a32c411e7916ffc97d8b0128e6b289ac6c270 |
|
MD5 | ab008ef91ab561d41d9d54e57f1002f0 |
|
BLAKE2b-256 | 8f71746193c7da6dc8fd530c465eaec82026d9aad33f3a70e9c3b28486d47061 |