Skip to content

Possible bug in aerodynamic test_components.py #69

@enricostragiotti

Description

@enricostragiotti

ivc = get_indep_var_comp(input_list)
if low_speed_aero:
ivc.add_output("data:aerodynamics:aircraft:low_speed:oswald_coefficient", mach)
else:
ivc.add_output("data:aerodynamics:aircraft:cruise:oswald_coefficient", mach)
problem = run_system(InducedDragCoefficient(low_speed_aero=low_speed_aero), ivc)

Why oswald_coefficient = mach in this test?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions