Extras

Introduction

The purpose of this page is to briefly highlight smaller projects and learning experiences.

Aeropython

Class Access: https://github.com/barbagroup/AeroPython/blob/master/lessons/00_Lesson00_QuickPythonIntro.ipynb

To supplement theory covered in my undergraduate aerodynamics class, I found a github repository containing lecture notes on programming aerodynamics in python. I was able to follow along and successfully program plots for elementary incompressible flows.

4 Bar Mechanism Analysis

The purpose of this project was to analyze the position, velocity, and acceleration of different 4-bar mechanisms with various linkage lengths. 3-bar analysis is also included in the study. For this project, I created code to determine whether or not the mechanism was grashof based on linkage dimensions, derived all the necessary mathematical equations, and assisted in compiling the report. A longer analysis can be found in the attached file.