A simple geotechnical engineering package
Project description
GeoEngineer
A simple Python package for geotechnical engineering calculations.
Installation
pip install geoengineer
Usage
from geoengineer import effective_stress
# Calculate effective stress
sigma_prime = effective_stress(total_stress=100, pore_water_pressure=40)
print(f"Effective stress: {sigma_prime} kPa") # Output: Effective stress: 60 kPa
Features
- Calculate effective stress in soil
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 geoengineer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: geoengineer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e96cc6d4d01fe4e3d38b3600c8e1d8e5710dd7bcd5f18f852991d5825f95f077
|
|
| MD5 |
2bf5fcb53c009750effc9de1bdc4ddd2
|
|
| BLAKE2b-256 |
9bb7f8b682c416e68cdd196d05461a29132bd9e5fce69796417dd5421fe9df3f
|