gemseo.core.mdo_functions.consistency_constraint module#

The MDOFunction consistency constraint subclass to support formulations.

class ConsistencyConstraint(output_couplings, formulation)[source]#

Bases: MDOFunction

An MDOFunction object to compute the consistency constraints.

Parameters:
  • output_couplings (Sequence[str]) -- The names of the output couplings.

  • formulation (IDF) -- The IDF formulation of the problem.

property coupling_function: FunctionFromDiscipline#

The coupling function.