fastga.models.weight.mass_breakdown.a_airframe.fuselage_components.compute_additional_bending_material_mass_h module

Computes the additional horizontal bending mass, adapted from TASOPT by Lucas REMOND.

class fastga.models.weight.mass_breakdown.a_airframe.fuselage_components.compute_additional_bending_material_mass_h.ComputeAddBendingMassHorizontal(**kwargs)[source]

Bases: openmdao.core.explicitcomponent.ExplicitComponent

Computes the horizontal additional bending material based on the method described in TASOPT.

Store some bound methods so we can detect runtime overrides.

setup()[source]

Declaring inputs and outputs for the computation of the horizontal additional bending material.

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

Computing the horizontal additional bending material.