Skip to main content

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:

  1. Create en python environent and install the package using de command:

    pip install air_vapour_pressure_dynamics
    
  2. 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:

  1. put or remove argument validation::
    setArgumentCheck(bool)
    
  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

air_vapour_pressure_dynamics-1.8.10.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file air_vapour_pressure_dynamics-1.8.10.tar.gz.

File metadata

File hashes

Hashes for air_vapour_pressure_dynamics-1.8.10.tar.gz
Algorithm Hash digest
SHA256 9e5f9d95e7c6835f581d1117a69a5b3e78d3af38f52d4d1ef80460a311fe9c48
MD5 143f0ddd88667a8f2bf5035fe9119e35
BLAKE2b-256 a3b863cdc013a10aef65c0223cb9bf8cdb64d66a64b90483749ad7f107efeafa

See more details on using hashes here.

File details

Details for the file air_vapour_pressure_dynamics-1.8.10-py3-none-any.whl.

File metadata

File hashes

Hashes for air_vapour_pressure_dynamics-1.8.10-py3-none-any.whl
Algorithm Hash digest
SHA256 768f5ad70cfc7481d8ef87161557fd00f9a8e993b0fcac198cc94c2a3b9347f8
MD5 b27feafab8edd7584528370aa451e172
BLAKE2b-256 8e2f98d528e6a99120e126ed4e26985b5e6d3b357d43e8c787471b7310fcf2a2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page