gemseo / problems / sellar

sellar_design_space module

Sellar MDO problem’s Design Space

class gemseo.problems.sellar.sellar_design_space.SellarDesignSpace(dtype='complex128')[source]

Bases: gemseo.algos.design_space.DesignSpace

SellarDesignSpace creates the DesignSpace of the Sellar problem whose MDODiscipline are Sellar1, Sellar2 and SellarSystem.

  • x_local belongs to [0., 10.]

  • x_shared_0 belongs to [-10., 10.]

  • x_shared_1 belongs to [0., 10.]

  • y_0 belongs to [-100., 100.]

  • y_1 belongs to [-100., 100.]

The constructor creates a blank DesignSpace to which it adds all design variables.