Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

3.9 Multidisciplinary Design Optimization

Coupled analyses create a system problem

Multidisciplinary design optimization coordinates design decisions across interacting engineering disciplines. A discipline analysis may be written

yi=Ai(zi,zs,yji),y_i=A_i(z_i,z_s,y_{j\ne i}),

where ziz_i is local to discipline ii, zsz_s is shared, and yjy_j are coupling variables received from other analyses. A multidisciplinary analysis (MDA) solves the coupled consistency equations before system objectives and constraints are evaluated.

For an electromechanical actuator, electromagnetic design determines torque and losses; structural design determines mass and compliance; thermal analysis determines temperature; control determines the requested operating history. Current affects heat, heat changes resistance, resistance changes available torque, and actuator size changes plant dynamics.

Monolithic and distributed organization

A monolithic formulation exposes all relevant variables and consistency constraints to one optimizer. Distributed MDO architectures partition variables or disciplines and coordinate subproblems. The best organization depends on model ownership, derivative availability, parallelism, intellectual-property boundaries, and coupling strength—not only equation count.

Dependency graphs guide formulation

A design-structure matrix or directed graph records which variables enter each analysis, objective, and constraint. It helps identify shared variables, feedback loops, removable redundancies, and opportunities for parallel evaluation. The graph in this chapter’s overview shows that actuator rating affects mass, force limits, energy, and closed-loop response; treating it as a control-only parameter would miss several couplings.

What MDO contributes to CCD

CCD inherits MDO principles: system-level objectives, explicit coupling variables, consistency constraints, decomposition, sensitivity propagation, and architecture selection. CCD then adds a special discipline—the controlled evolution of a dynamic system—whose variables and constraints may be functions of time.

Activity 3.9: draw an MDO graph