air_vapour_pressure_dynamics:
Project description
Air Vapour Pressure Dynamics
Repository with the basic functions related with the temperature, relative humidity, absolute humidity and entalpy of the air.
How it work:
-
Create en python environent and install the package using de command:
pip install air_vapour_pressure_dynamics
-
Once you get installed the package you can import the packahe in the python module by:
from air_vapour_pressure_dynamics import vapourpressure, absolutehumidity_kg_air,....
or
import air_vapour_pressure_dynamics
Setters:
- put or remove argument validation::
setArgumentCheck(bool)
- Put or remove Units to results of validation::
setApplyUnits(bool)
Examples:
Basic Example::
from air_vapour_pressure_dynamics import absolutehumidity_kg_air
temp = 25.5
rh = 86.8
absolutehumidity_kg_air(temp, rh)
17.83208626438017
Get units of calculation::
from air_vapour_pressure_dynamics import absolutehumidity_kg_air
temp = 25.5
rh = 86.8
ab_hu = absolutehumidity_kg_air(temp, rh)
ab_hu.units
'g/Kg'
Compatibility:
- Numpy
- Sympy
But it is not neccesary to install those packages if you are going to use it only with generic integers or float numbers
Content:
-
Functions:
- vapourpressure(temp)
- density_air(temp, rh)
- absolutehumidity_kg_air(temp, rh)
- absolutehumidity_m3_air(temp, rh)
- entalpie_kg_air(temp, rh)
- entalpie_m3_air(temp, rh)
- moisuredeficit_kg_air(temp, rh)
- moisuredeficit_m3_air(temp, rh)
- dew_point_factor(temp, rh)
- dew_point_temperature(temp, rh)
-
Setters:
- setApplyUnits(bool)
- setArgumentCheck(bool)
And that it!!
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
Built Distribution
File details
Details for the file air_vapour_pressure_dynamics-1.8.10.tar.gz
.
File metadata
- Download URL: air_vapour_pressure_dynamics-1.8.10.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e5f9d95e7c6835f581d1117a69a5b3e78d3af38f52d4d1ef80460a311fe9c48 |
|
MD5 | 143f0ddd88667a8f2bf5035fe9119e35 |
|
BLAKE2b-256 | a3b863cdc013a10aef65c0223cb9bf8cdb64d66a64b90483749ad7f107efeafa |
File details
Details for the file air_vapour_pressure_dynamics-1.8.10-py3-none-any.whl
.
File metadata
- Download URL: air_vapour_pressure_dynamics-1.8.10-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 768f5ad70cfc7481d8ef87161557fd00f9a8e993b0fcac198cc94c2a3b9347f8 |
|
MD5 | b27feafab8edd7584528370aa451e172 |
|
BLAKE2b-256 | 8e2f98d528e6a99120e126ed4e26985b5e6d3b357d43e8c787471b7310fcf2a2 |