Skip to content
Snippets Groups Projects
Commit d4c063d9 authored by BALDIT Adrien's avatar BALDIT Adrien
Browse files

ab: update

parent 8e7a747c
No related branches found
No related tags found
No related merge requests found
.readme_images/slider-cranck_mechanism.png

692 KiB

.readme_images/slider-crank_mechanism.png

131 B

...@@ -5,22 +5,22 @@ The slider crank mechanism is a classical linkage assembly that transforms a rot ...@@ -5,22 +5,22 @@ The slider crank mechanism is a classical linkage assembly that transforms a rot
The mechanism is made of a frame(0), an eccentric (1), a connecting rod (2) and a slider (3) depicted by the following figure: The mechanism is made of a frame(0), an eccentric (1), a connecting rod (2) and a slider (3) depicted by the following figure:
![img](.readme_images/linkage_slider_cranck_mech.png) ![img](.readme_images/linkage_slider_crank_mech.png)
This application aims to illustrate the kinematics of the mechanism. It replicates a free software that was available on MECAMEDIA but which is not maintained. It also exists a [MatLab version](https://github.com/mahmoudsamhoud/Cranck-Slider-Mechanism-Computational-Dynamics-). This application aims to illustrate the kinematics of the mechanism. It replicates a free software that was available on MECAMEDIA but which is not maintained. It also exists a [MatLab version](https://github.com/mahmoudsamhoud/Cranck-Slider-Mechanism-Computational-Dynamics-).
This application gives the mechanism configuration as well as position, velocity and acceleration plots of the slider given the position and velocity of the eccentric. This application gives the mechanism configuration as well as position, velocity and acceleration plots of the slider given the position and velocity of the eccentric.
Besides it illustrates some graphical kinematics tools such as trajectories, velocity vectors and equiprojectivity. Besides it illustrates some graphical kinematics tools such as trajectories, velocity vectors and equiprojectivity.
![image](.readme_images/slider-cranck_mechanism.png) ![image](.readme_images/slider-crank_mechanism.png)
The application works with python37 and the required packages are: numpy and matplotlib The application works with python37 and the required packages are: numpy and matplotlib
To run the application, you might either: To run the application, you might either:
* double click on `slider-cranck_mechanism_app.py` if you have a python interpreter set with the right version and libraries; * double click on `slider-crank_mechanism_app.py` if you have a python interpreter set with the right version and libraries;
* in a terminal run the following command : * in a terminal run the following command :
``` ```
python slider-cranck_mechanism_app.py python slider-crank_mechanism_app.py
``` ```
**Configuration and plots are not automatically updatedwhen settings are changed. **Configuration and plots are not automatically updatedwhen settings are changed.
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment