Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.47 KB

README_FR.md

File metadata and controls

39 lines (30 loc) · 1.47 KB

Kinepy

This python library is dedicated to planar mechanism simulations.

It enables to analytically simulate complex mechanisms made of multiple kinematic cycles. It can easily compute position, velocity and acceleration of solids as well as mechanical actions of joints. This tool can be used for early sizing purposes. It supports optimisation algorithms and inverse kinematics. Kinepy is built on the following hypotheses:

  • Mechanism is planar
  • Solids are rigid
  • Solids have constant mass
  • Joints are perfect (no friction)
  • Systems are isostatic
  • System is made of dyads (order 1 Assur groups)
  • Ground is associated with an intertial frame of reference
  • Gravity is a uniform acceleration field

You need to check on this file (still in French) to know how simulate a mechanism. Library's documentation (still in French) is available too.

Installation

Install the "kinepy" library like that:

pip install kinepy

Examples

Very cool stuff

TODO

  • Tests for dynamics/statics
  • Gears

Links