gemseo / problems / aerostructure

aerostructure_design_space module

Aerostructure MDO problem’s Design Space

class gemseo.problems.aerostructure.aerostructure_design_space.AerostructureDesignSpace[source]

Bases: gemseo.algos.design_space.DesignSpace

AerostructureDesignSpace creates the DesignSpace of the Aerostructure problem whose MDODiscipline are Aerodynamics, Structure and Mission.

  • 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