modopt.OpenMDAOProblem

class modopt.OpenMDAOProblem

Problem class for OpenMDAO problems.

__init__(problem_name='unnamed_problem', om_problem=None)

Initialize the OpenMDAOProblem object.

problem_namestr, default=’unnamed_problem’

The name of the problem.

om_problemopenmdao.Problem

The OpenMDAO Problem object to be used.