RCAIDE.Library.Components.Fuselages.Cabins.Cabin
Cabin#
- class Cabin(*args, **kwarg)[source]#
Bases:
Component- append_segment(segment)[source]#
Adds a new segment to the cabin’s segment container.
- Parameters:
segment (Data) – Cabin segment to be added
- compute_moments_of_inertia(vehicle, center_of_gravity=[[0, 0, 0]])[source]#
Computes the moment of inertia tensor for the cabin.
- Parameters:
center_of_gravity (list, optional) – Reference point coordinates for moment calculation, defaults to [[0, 0, 0]]
See also
RCAIDE.Library.Methods.weights.vehicle.moments_of_inertia.compute_fuselage_moment_of_inertiaImplementation of the moment of inertia calculation