Python-based Gearbox Reliability and Integrity Tool
Project description
Python-based Gearbox Reliability and Integrity Toolbox (PyGRITbx)
PyGrit is a python-based tool born thanks to a project in the course "Fundamentals of Machine Design" at Politecnico di Torino. Students following 3rd year of the Mechanical Engineering bachelor's degree are required to submit a report for this project. The tool helps students define the components that constitute the gearbox in the given project, in order to then verify their design.
What does it do?
Given a gearbox configuration and an operating point, the tool is able to:
- Calculate all the forces exchanged between gears and reactions on bearings.
- Calculate internal loads and stresses on shafts.
- Perform static and fatigue verification on shafts by calculating the corresponding safety factors.
- Gear tooth verification in terms of bending and pitting (wear).
- SKF bearing life analysis.
How does it do it?
Thanks to Python Object-Oriented Programming (POOP), the tool is able to define the components of the gearbox as objects as well as account for their specific geometries and interactions to perform the necessary calculations.
Components
The tool supports the following components:
- Motor
- Gear (can be used as spur/helical gear by setting the proper helix angle)
- Shaft
- SKF Bearings
This structure allows the user to define the components based on their given characteristics.
Interactions and Geometries
The tool supports other classes that the user needs in order to define the interactions between different components as well as their geometry:
- Mesh: to define the meshing between two gears.
- Material: to define the material properties for a certain component (yield strength, ultimate tensile strength, etc.).
- Force/Torque: to define any external forces or torques acting on a certain component.
- Shaft Profile: to define the external profile of a shaft component.
- Shaft Section: to define a section of a shaft whose profile has already been defined to analyze it.
The tool accounts for stress concentration factors, notch sensitivity factor, and fatigue limit correction factors to accurately perform the analysis. The user must define the geomtry of the shaf(s) properly so that the tool can account for all these factors accurately.
Examples
I. Normal Internal Load
II. Bending Stress
II. Haigh Diagram
Installation
For installation, make sure the proper environment is activated and execute the following command in the command line prompt:
pip install pygritbx
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 pygritbx-1.0.4.tar.gz.
File metadata
- Download URL: pygritbx-1.0.4.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e76708a9102ebfc28d999ef2063835f33afcf3b2e6c83d894e8d8d2c7db11ba7
|
|
| MD5 |
82c77e97ae79ba137dd75f64b3a36961
|
|
| BLAKE2b-256 |
5d5cb2de38f6e780c121a14578a1ab94856277260cac821dec673fe4e524647a
|
File details
Details for the file pygritbx-1.0.4-py3-none-any.whl.
File metadata
- Download URL: pygritbx-1.0.4-py3-none-any.whl
- Upload date:
- Size: 34.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
064201d9b0ff82d6076fd8f5f30c8b278806db6c0ffacfda6664f2ee518b00c7
|
|
| MD5 |
655af221dad5e22fac2ee0a6030b1610
|
|
| BLAKE2b-256 |
18417cd34bf26206e7d10be1954718edd002862cbdbbde0dfea5dff012b74082
|