gemseo.problems.mdo.sellar.sellar_1 module#

The first strongly coupled discipline of the customizable Sellar MDO problem.

class Sellar1(n=1, k=1.0)[source]#

Bases: BaseSellar

The discipline to compute the coupling variable \(y_1\).

Initialize self. See help(type(self)) for accurate signature.

Parameters:
  • n (int) --

    The size of the local design variables and coupling variables.

    By default it is set to 1.

  • k (float) --

    The shared coefficient controlling the coupling strength.

    By default it is set to 1.0.