-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
FAST-OAD_CS25/src/fastoad_cs25/models/aerodynamics/components/tests/test_components.py
Lines 151 to 156 in 2c60df3
| 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels