gemseo.problems.mdo.sellar.variables module#

The variable names of the customizable Sellar MDO problem.

ALPHA: Final[str] = 'alpha'#

The name of the tunable parameter in the constraint "c_1".

BETA: Final[str] = 'beta'#

The name of the tunable parameter in the constraint "c_2".

C_1: Final[str] = 'c_1'#

The name of the constraint based on "y_1".

C_2: Final[str] = 'c_2'#

The name of the constraint based on "y_2".

GAMMA: Final[str] = 'gamma'#

The name of the tunable parameter in the discipline Sellar1.

OBJ: Final[str] = 'obj'#

The name of the objective to minimize.

X_1: Final[str] = 'x_1'#

The name of the local design variable specific to Sellar1.

X_2: Final[str] = 'x_2'#

The name of the local design variable specific to Sellar2.

X_SHARED: Final[str] = 'x_shared'#

The name of the shared design variable.

Y_1: Final[str] = 'y_1'#

The name of the coupling variable computed by Sellar1.

Y_2: Final[str] = 'y_2'#

The name of the coupling variable computed by Sellar2.