gemseo.problems.mdo.sellar.sellar_2 module#

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

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

Bases: BaseSellar

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

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.