RCAIDE.Library.Components.Cargo_Bays.Cargo_Bay
Cargo_Bay
-
class Cargo_Bay(*args, **kwarg)[source]
Bases: Component
Base class for a cargo bay
-
compute_center_of_gravity(vehicle)[source]
Computes the center of gravity for the cargo bay.
See also
RCAIDE.Library.Methods.weights.vehicle.center_of_gravity.compute_fuselage_center_of_gravityImplementation of the center of gravity calculation
-
compute_moments_of_inertia(vehicle, center_of_gravity=[[0, 0, 0]])[source]
Computes the moment of inertia tensor for the cargo bay.
- Parameters:
center_of_gravity (list, optional) – Reference point coordinates, defaults to [[0, 0, 0]]