A scientific computing module for high-altitude biomechanics and thermodynamics.
Project description
TrekPhysicsTrekPhysics is a scientific Python library designed to calculate the biomechanical, thermodynamic, and physiological impacts of high-altitude travel.It replaces generic fitness estimates with deterministic physics equations (Pandolf Equation, Barometric Formula, etc.).
Installation - pip install TrekPhysics
1. Calculate Calorie Burn
user = Hiker(body_mass_kg=75, pack_weight_kg=15) calories = user.get_calorie_burn(velocity_ms=1.4, gradient_percent=10) print(f"Burn Rate: {calories} kcal/hr")
2. Check Environment at 5000m
air = Atmosphere(altitude_meters=5000) print(f"Water boils at: {air.boiling_point}°C") FeaturesBiomechanics: Calculate metabolic cost based on gravity vectors.Thermodynamics: Adjust cooking times based on vapor pressure.Physiology: Estimate hypoxia risk and hydration needs.
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
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 trekphysics-0.1.0.tar.gz.
File metadata
- Download URL: trekphysics-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae08f929661d12daad6bdea9715011687800cfe797d27e43f5c38482f7c01d62
|
|
| MD5 |
f24f0e162497b1fa096dc6544ab4d52a
|
|
| BLAKE2b-256 |
8d5fb85c68d5474a7a5eee76ce77b58e1eef4c35d1a9fd7b10720b4db0b5c107
|
File details
Details for the file trekphysics-0.1.0-py3-none-any.whl.
File metadata
- Download URL: trekphysics-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
726ab225baa8ca984e9f4a68fd1d4a909cc8311e16b3b201666909cc72201600
|
|
| MD5 |
8c31029d451e886fd671a227d8f60faf
|
|
| BLAKE2b-256 |
4d922198d15f3c6a8e818aaf883c96ebfbe5ede1cb740c2e9168094ba46be3af
|