CAPACIDAD DE CARGA MÁXIMA Y TIEMPO DE AGOTAMIENTO ENTRE DOS ACUÍFEROS.
Project description
AcuiMax
Importar las funciones del archivo funciones_acuiferos.py
from AcuiMax import calcular_capacidad_carga, calcular_tiempo_agotamiento
# Datos del acuÃfero A (ejemplo)
T_A = 2000 # Transmisividad del acuÃfero A [m^2/dÃa]
R_A = 0.5 # Recarga anual del acuÃfero A [m/dÃa]
alpha_A = 0.9 # Factor de seguridad para el acuÃfero A
V_A = 1000000 # Volumen total del acuÃfero A [m³]
# Datos del acuÃfero B (ejemplo)
T_B = 5000 # Transmisividad del acuÃfero B [m^2/dÃa]
R_B = 0.8 # Recarga anual del acuÃfero B [m/dÃa]
alpha_B = 0.95 # Factor de seguridad para el acuÃfero B
V_B = 2000000 # Volumen total del acuÃfero B [m³]
# Calcular la capacidad de carga y el tiempo de agotamiento para el acuÃfero A
Q_max_A = calcular_capacidad_carga(T_A, R_A, alpha_A)
t_agot_A = calcular_tiempo_agotamiento(V_A, Q_max_A)
# Calcular la capacidad de carga y el tiempo de agotamiento para el acuÃfero B
Q_max_B = calcular_capacidad_carga(T_B, R_B, alpha_B)
t_agot_B = calcular_tiempo_agotamiento(V_B, Q_max_B)
# Impresión de los resultados
print("Los resultados son:")
print(f"AcuÃfero A: Capacidad de carga máxima = {Q_max_A:.2f} m³/dÃa, Tiempo de agotamiento = {t_agot_A:.2f} dÃas")
print(f"AcuÃfero B: Capacidad de carga máxima = {Q_max_B:.2f} m³/dÃa, Tiempo de agotamiento = {t_agot_B:.2f} dÃas")
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
acuimax-0.1.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acuimax-0.1.0.tar.gz.
File metadata
- Download URL: acuimax-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
187952efd81dc75da15dc54505153ff8e1591df899abd97536fd318ce1d8b6e5
|
|
| MD5 |
51658cfd6eb709c266cf6bf64fa13721
|
|
| BLAKE2b-256 |
439f9a9bff8df03193bd8adedc184a292384e5318d84106c88fe902e8cde6c6c
|
File details
Details for the file acuimax-0.1.0-py3-none-any.whl.
File metadata
- Download URL: acuimax-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26465d4c9ace3423619fdd40e82023b34a3f0283877fb3c1f2129b7fe5617712
|
|
| MD5 |
e12b81c875fef3552e2f309ae6871cb1
|
|
| BLAKE2b-256 |
17572c5ed637eec506c19485c199c68d456bada4906fab96e4e5b23efa132c0b
|