Skip to content

yunghanjeong/Shear_Moment_Deflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chassis Axle Deflection Calculation

Shear-Moment Analysis and Deflection Visualizer

This repo is a refactored code of multilevel calculation performed during Chassis Axle Sensor prototyping during my time as Mechanical Engineer at PowerFleet, Inc (NASDAQ: PWFL).

cooltractortrailor - getty images

Project Statement

It is often said that the trucks are the bloodline of America and as the world pushes for greener transportation many have pushed for more efficient methods of logistical transporation. To achieve higher efficiency set by many new legal guidelines the desire for more accurate tracking, measuring, and managing large tractor trailer has been fastly growing. This prototpye was envisioned to track the trailor's weight and load distribution and provide live statistics to the managing company via bluetooth and satelite communication.

Field Discoveries and Assumptions

  • 40ft fixed bed, twin axle, dual wheel, is the most common type of trailer on the road.
  • Each axle has their own leaf spring suspension. The suspension transfers the load from the frame to the axles.
  • There is a linear relationship between the trailor load and the suspension compression.
  • There is measurable deflection of the axle when the trailer is under load.
  • The axle/suspension assembly is a simply supported beam.
  • Strain is evenly distributed along the axle.

trailer_BDG

Challenges

  • The trailer is a statically indeterminate system.
    • It can be simplified as a beam with a fixed support on one end (gooseneck or landing-gear) with 2 roller support on the other end (twin axle)
    • Shear-Moment analysis can be performed to calculate theoreitcal distribution of the load between all supports
  • The trailer load is evenly distributed
    • Uneven distribution can be modeled as a combination of evenly distributed load and off-centered point load
  • The load is evenly distributed between roadside and curbside (driver vs passenger side) suspension.

Methods

  • The distributed load at each support can be calculated by shear-moment analysis.
  • The relation between bending moment and deflection is described by Euler-Bernoullie Beam Theory and sympy is utilized for integral calculus
  • Calculated load at support can be evenly splitted betwen two ends for deflection calculation.
  • matplotlib is utilized for deflection visualization
  • Deflected segment (sensor measurement) is calculated with distance formula

deflection_visualized

About

Solving engineering problems with numpy and matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published