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
where is local to discipline , is shared, and 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.