diff --git a/.readme_images/linkage_slider_cranck_mech.png b/.readme_images/linkage_slider_crank_mech.png similarity index 100% rename from .readme_images/linkage_slider_cranck_mech.png rename to .readme_images/linkage_slider_crank_mech.png diff --git a/.readme_images/slider-cranck_mechanism.png b/.readme_images/slider-cranck_mechanism.png deleted file mode 100644 index 723edcb6224c6588ea889f19c806d3ef69ab28e5..0000000000000000000000000000000000000000 Binary files a/.readme_images/slider-cranck_mechanism.png and /dev/null differ diff --git a/.readme_images/slider-crank_mechanism.png b/.readme_images/slider-crank_mechanism.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc68c385e2884c1a289cd7b26f302c4da3f6996 --- /dev/null +++ b/.readme_images/slider-crank_mechanism.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d0f38fe2b85cf62d08e2449c63bfa7013203464b07e644c5368c1d77706e85 +size 708294 diff --git a/.readme_images/slider-cranck_mechanism.svg b/.readme_images/slider-crank_mechanism.svg similarity index 100% rename from .readme_images/slider-cranck_mechanism.svg rename to .readme_images/slider-crank_mechanism.svg diff --git a/README.md b/README.md index 5a7a9bf235b9ad06ec7996dbc11c477b567e8ed0..2c9b479fc377e0913a1d9ec178ab2626de73d4d8 100755 --- a/README.md +++ b/README.md @@ -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: - + 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. Besides it illustrates some graphical kinematics tools such as trajectories, velocity vectors and equiprojectivity. - + The application works with python37 and the required packages are: numpy and matplotlib 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 : ``` -python slider-cranck_mechanism_app.py +python slider-crank_mechanism_app.py ``` **Configuration and plots are not automatically updatedwhen settings are changed. diff --git a/slider-cranck_mechanism_app.py b/slider-crank_mechanism_app.py similarity index 100% rename from slider-cranck_mechanism_app.py rename to slider-crank_mechanism_app.py