gemseo.problems.mdo.sellar.base_sellar module#

A base class for the disciplines of the customizable Sellar MDO problem.

class BaseSellar(n=1)[source]#

Bases: Discipline

A base class for the disciplines of the customizable Sellar MDO problem.

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.