Contents - Index


MOI_HalfCircleArc

 

 

This procedure returns the length and center of mass of a half circle arc.

 

Inputs

r = radius of arc [m, ft]

 

Outputs

L = length [m, ft]

y_bar = distance from center of arc to centroid in y-direction [m or ft]

 

Example:  

$Load Mechanical Design

$UnitSystem SI K Pa 

$VarInfo L units=m

$VarInfo x_bar units=m

r = 0.25 [m]

 

Call moi_halfcirclearc(r: L, y_bar)

 

{Solution:

L = 0.7854 [m]

y_bar = 0.1592 [m]

}

 

Reference:  Gray, G.L, F. Costanzo, R.J. Witt, and M.E. Plesha, Engineering Mechanics: Statics and Dynamics, Third Edition, McGraw Hill, (2023).

 

Moment of Inertia Index