https://github.com/aurelienpierre/libremecadesign
Mechanical problem solver with materials properties database included
https://github.com/aurelienpierre/libremecadesign
Last synced: about 1 year ago
JSON representation
Mechanical problem solver with materials properties database included
- Host: GitHub
- URL: https://github.com/aurelienpierre/libremecadesign
- Owner: aurelienpierre
- License: gpl-3.0
- Created: 2015-12-21T04:33:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T19:06:57.000Z (over 10 years ago)
- Last Synced: 2025-02-17T17:58:56.768Z (over 1 year ago)
- Language: Python
- Homepage: https://aurelienpierre.github.io/LibreMecaDesign/
- Size: 1.04 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibreMechanicalDesign
https://aurelienpierre.github.io/LibreMecaDesign/
LibreMecaDesign is at first a librairy and then a complete software to assist mechanical engineers to perform computations and analyses in machine design and materials selection.
Written in Python, it is intended to be used either as a librairy in Python script or as a stand-alone GUI software.
The software architecture is layer-style :
* Layer 0 : properties of materials and fluids - gathered in a database and accessible through a simple search (Google style) whose results are stored in a class for later use
* Layer 1 : properties of mechanical objects (beams, gears, etc.) stored into classes and connected by formal equations
* geometrical properties
* material properties
* intern stresses properties
* external forces properties
* Layer 2 : procedures to compute and connect properties gathered into modules
* Layer 3 : numeric, symbolic and finite differences solver
* Layer 4 : GUI