Engineering Lecture Course Projects

Introduction to Laser Diagnostics Bonus Project 
Instrumentation & Measurement 
ME 3603 (Spring 2024)
Dr. Eamonn Walker

As a bonus project, I created an introductory video that outlines the basics of a field of engineering measurement—laser diagnostics. This video delves into a diagnostics technique called 2-color laser-induced fluorescence (LIF) as well as some of its use cases. 

This project allowed me to hone my communication skills, in that I was able to introduce the field of laser diagnostics in a digestible way to a general audience with a background in engineering. During the creation of this video, I realized I passion I have this field of engineering and its far-reaching application potential.  

Manufacturing Processes Machine Shop Project Pieces
Manufacturing Processes & Methods 
ME 3633 (Spring 2023)
Dr. Andrew Becnel & Mr. ​Will Adams

During the workshop portion of a course dedicated to learning about common manufacturing methods in industry, I worked with a lathe, a CNC milling machine, and gas metal arc welding (GMAW). The results of this workshop can be found below.  

Project #1: Turning Operation with Steel Pin  
Starting with a standard steel bar, the tool was manufacturing using a series of operations on a lathe along with a handheld band saw, adjustments to the tool post, a turning tool, a knurling tool, and a threading tool. 

Project #2 Miniature Heat Exchanger using CNC Milling Machine
Using a HAAS mini mill-CNC milling machine-compatible computer-aided machining (CAM)  software, the G-Code for the milling operation was compiled and uploaded to the milling machine. A section of aluminum flat bar was then cut and placed in the mill. The mill was turned on and allowed to complete the operation while I sprayed coolant as needed to clear the cutting tool's path. 

Project #3 Gas Meta Arc Welding of Mild Steel, Square Table 
Using sections of cut steel bar, I MIG-welded a small metal stool. 

Product Teardown Analysis: Blender
Sophomore Design 
ME 2212 (Spring 2022)
Dr. Corina Barbalata

For a teardown report, my team disassembled and analyzed the components of a SANGCON blender. I modeled the pitcher and filter components. This project was completed in collaboration with the following fellow students: Brennan Bellinger, Jill Bohnet, Connor Davis and Reza Najdi. 

My major contribution to this project was analyzing the pitcher and filter components. The results of the project were summarized in a final report, detailing the product's sub-systems. All components were assigned functions, and all major components were measured and modeled using SolidWorks. More information can be provided if so desired.  

Engineering Drawing of Blender Pitcher Model

More Details

Engineering Drawing of Blender Filter Model

More Details
College Robotic Football Conference (CRFC) Kicker Design
Feasibility Project
Sophomore Design 
ME 2212 (Spring 2022)
Dr. Corina Barbalata

As a feasibility project, my team designed a kicker robot as a potential design to enter ​Notre Dame's CRFC. I designed the mount system for the wheels and played a vital role in the design's systems architecture development. Access to our final report and further details are available upon request. 

This course and project quite neatly prepared me to tackle my senior design project, as many of the skills pertaining to the engineering design process were directly re-applied to my current project (See "Major Projects" Portfolio). The deliverables for this project were a final design proposal report and a final design proposal presentation.

This project was completed in collaboration with the following fellow students: Brennan Bellinger, Jill Bohnet, Connor Davis and Reza Najdi. 

Kinematic Analysis of 6-Link Mechanism Project
Kinematics (Machine Design I)
ME 4133 (Spring 2023)
Dr. Andrew Becnel

A full kinematic analysis was performed on this 6-link mechanism. The angle of Link 2 was treated as the input to this 1-DOF system. The position solutions were found using a Newton-Raphson iterative method. The 1st- and 2nd-order Kinematic Coefficients of all unknowns were found. 

All coding was performed using MATLAB, and the results of this project were summarized in a final report deliverable. As an example of the results from this analysis project, the position solutions for all links in this mechanism are visualized as a function of the input angle.

Further details can be provided upon request.  

Nodal Temperature Analysis of Finite Fin 
Heat Transfer 
ME 4433 (Spring 2024)
Dr. Ram Devireddy

Given initial environmental conditions of two fins with specified geometries, the temperatures at points of interest were determined, using MATLAB.  

The first triangular fin's equilibrium temperature profile was developed using a simple nodal analysis along the length. The second L-shaped fin was modeled as a transient problem using a finite-difference numerical approach with a  discretized time-domain. The resulting temperature solutions were used to calculate the overall heat transfer effected by the fin as well as its efficiency and effectiveness. 

Blasius Flat Plate & Prandtl Solution 
Heat Transfer 
ME 4433 (Spring 2024)
Dr. Ram Devireddy

As a bonus project for this lecture course, the Blasius flat plate solution and Prandtl solution were derived and evaluated.  
 
 

From the Navier-Stokes equations, the Blasius flat plate solution was derived, using a prescribed similarity variable. Solving the ordinary differential equation with MATLAB, the solutions were found. These solutions were used to recover relations between characteristics of the flow with shear stress at the wall, local skin friction and average skin friction. Using the boundary-layer equations for energy conservation, the Prandtl equation was derived (same similarity variable as before). The heat flux at the surface of the flat plate was then calculated.  

Layered-Surface Interface Temperature Profile Numerical Implementation
Simulation Methods 
ME 2543 (Spring 2023)
Dr. Andrew Becnel

The temperature and heat transfer profiles of a multi-material complex series of surfaces was determined by numerical means. 

This project is intended to predict the temperature profile of a layered surface. Using a local function to convert the given voltage data from thermocouples to temperatures, this code first calculates the conductivity and generates Temperature-displacement plots with the data. On each plot, a linear regression is also performed and output. The thermal conductivity of each material is computed based on the regression. Using both built-in MATLAB functions and a user-defined local function that performs Gaussian elimination, the script then solves systems of equations for different cases.

Spring-Mass-Damper System Motion Analysis
Simulation Methods 
ME 2543 (Spring 2023)
Dr. Andrew Becnel

This project focused on simulating the motion of a 2nd-order mechanical system given inputs.

Using backwards definite approximations and Gaussian elimination, a Gauss-Seidel iterative approach is used the position solutions for the 2nd-order system. Results and further details of this project can be provided upon request.