RCAIDE.Library.Methods.Mass_Properties.Moment_of_Inertia.compute_cuboid_moment_of_inertia
compute_cuboid_moment_of_inertia#
- compute_cuboid_moment_of_inertia(origin, mass, length_outer, width_outer, height_outer, length_inner=0, width_inner=0, height_inner=0, center_of_gravity=array([[0, 0, 0]]))[source]#
computes the moment of inertia tensor for a hollow cuboid
Assumptions: - Cuboid has a constant density - Origin is at the center of the cuboid - length is along the x-axis, width is along the y-axis, height is along the z-axis
Source: [1] Moulton, B. C., and Hunsaker, D. F., “Simplified Mass and Inertial Estimates for Aircraft with Components of Constant Density,” AIAA SCITECH 2023 Forum, January 2023, AIAA-2023-2432 DOI: 10.2514/ 6.2023-2432
Inputs: - Component properties (origin, mass, lengths, widths, heights) - Center of gravity
Outputs: - Cuboid moment of inertia tensor
Properties Used: N/A