PythonForMechanicalEngineering
PythonForMechanicalEngineering copied to clipboard
Python programs for projects concerning Mechanical Engineering
Python For Mechanical Engineering
Python programs for projects concerning Mechanical Engineering
Programs overview
2R Robotic Arm Simulator
Two programs have been added for simulating 2R Robotic Arm using forward kinematics. The parallel version has been tested on Linux whereas the other one has been tested on Windows and Linux. Sample plot and animation have been added as well.
Result
Drag Force Study
Python code to study the effect of velocity and drag coefficients on drag force has been added. Sample result obtained using the code has been added as well.
Result
Otto cycle
Python code to plot PV Curve and get thermal efficiency of an Otto cycle has been added. Sample result obtained using the code has been added as well.