Skip to main content

Psicrometría / Psychrometrics

Project description

A python library to perform psychrometrics analysis

Calculations are made by implementing equations described in 2009 ASHRAE Handbook—Fundamentals (SI).

There are three main classes to use this package: AIRE_HUMEDO, FLUJO, PSICROMETRICO.

AIRE_HUMEDO represents a psychrometric state. FLUJO represents a stream in a particular state. PSICROMETRICO shows a psychrometric diagram in a window that allows to plot states

Install: pip install aepsicro

Usage:

from aepsicro import aepsicro as ps s1 = ps.AIRE_HUMEDO(tseca=20, humrel=(0.5, ‘%1’)) s2 = ps.AIRE_HUMEDO(tseca=(30,’ºC’), humrel=(0.9, ‘%1’)) print(s1) print(s2) f1 = ps.FLUJO(s1,(1000, ‘m3/h’)) f2 = ps.FLUJO(s2,(500, ‘m3/h’)) # Adiabatic mixture f3 = f1 + f2 psi = ps.PSICROMETRICO() psi.marca_proceso(f1, f2, f3)

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

aepsicro-0.0.4.tar.gz (24.5 kB view details)

Uploaded Source

File details

Details for the file aepsicro-0.0.4.tar.gz.

File metadata

  • Download URL: aepsicro-0.0.4.tar.gz
  • Upload date:
  • Size: 24.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for aepsicro-0.0.4.tar.gz
Algorithm Hash digest
SHA256 2f05776d46cee15d472c8ae12b7c8fff02409e9f03d7d9baa3d6ff3fb7e1b27f
MD5 c6e7aaec0c3eabacef9e63243418eb65
BLAKE2b-256 85af026d8c69890955372100b337a44a37a93836faab2131b468e6ce282a2fe4

See more details on using hashes here.

Supported by

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