gemseo.problems.mdo.aerostructure.aerostructure_design_space module#
The design space for the aero-structure MDO problem.
- class AerostructureDesignSpace[source]#
Bases:
DesignSpaceThe design space for the aero-structure MDO problem.
thick_airfoils belongs to [5., 25.], with initial value equal to 15.
thick_panels belongs to [1., 20.], with initial value equal to 3.
sweep belongs to [10., 35.], with initial value equal to 25.
drag belongs to [100., 1000.], with initial value equal to 340.
forces belongs to [-1000., 1000.], with initial value equal to 400.
lift belongs to [0.1, 1.0], with initial value equal to 0.5
mass belongs to [100000., 500000.], with initial value equal to 100000.
reserve_fact belongs to [1000., 1000.], with initial value equal to 0.
Constructor.