fastga.models.weight.mass_breakdown.a_airframe.wing_components.compute_misc_mass module

Computes the mass of the wing spar web based on the model presented by Raquel ALONSO in her MAE research project report.

class fastga.models.weight.mass_breakdown.a_airframe.wing_components.compute_misc_mass.ComputeMiscMass(**kwargs)[source]

Bases: openmdao.core.explicitcomponent.ExplicitComponent

Computes the misc mass based on the model developed in FLOPS.

Store some bound methods so we can detect runtime overrides.

setup()[source]

Declare inputs and outputs.

Available attributes:

name pathname comm options

compute(inputs, outputs, discrete_inputs=None, discrete_outputs=None)[source]

Component that computes the misc mass necessary to react to the given linear force vector, according to the methodology developed by NASA’s FLOPS.