RCAIDE.Library.Methods.Mass_Properties.Moment_of_Inertia.mass_and_intertia_functions

mass_and_intertia_functions#

Functions

sum_moment(component)

Recursively sums up the moment of all compoments and subcomponents

sum_moment_of_inertia(component[, ...])

Recursively sums up the moment of intertia of all compoments and subcomponents

sum_moment(component)[source]#

Recursively sums up the moment of all compoments and subcomponents

Assumptions: None

Source: N/A

Inputs:

compoment

Outputs:

total_moment total_mass

sum_moment_of_inertia(component, vehicle_center_of_gravity=None)[source]#

Recursively sums up the moment of intertia of all compoments and subcomponents

Assumptions: None

Source: N/A

Inputs:

compoment vehicle_center_of_gravity

Outputs:

total_I