gemseo.problems.mdo.sobieski.process.mdo_chain module#

Some chains of SSBJ disciplines.

class SobieskiChain(dtype=DataType.FLOAT)[source]#

Bases: MDOChain

Chain the disciplines of the Sobieski's SSBJ use case.

Order: structure, aerodynamics, propulsion and mission.

Initialize self. See help(type(self)) for accurate signature.

Parameters:

dtype (SobieskiBase.DataType) --

The NumPy type for data arrays, either "float64" or "complex128".

By default it is set to "float64".