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.

Architecture Landscape and Single-Pass Design

Why architecture matters

A generic CCD problem may be written as

minimizexp,xcJ(xp,xc)subject to dynamic and engineering constraints.\underset{\mathbf{x}_p,\mathbf{x}_c}{\text{minimize}}\quad J(\mathbf{x}_p,\mathbf{x}_c) \qquad\text{subject to dynamic and engineering constraints.}

This statement does not say how to organize the optimization. An architecture answers:

Four CCD architectures arranged from weak to strong coordination and from low to high implementation cost.

The main CCD architectures differ in coordination strength and implementation cost.

Engineering teams may already have separate plant and controller tools, or may be limited by simulation cost, derivative availability, and software structure. If plant–control coupling is weak, a simple method may be enough. Strong coupling makes weak coordination more likely to miss good designs.

CCD architectures within the broader MDO taxonomy

The four architectures introduced in this chapter are not invented in isolation. Each has a direct analogue in the general multidisciplinary design optimization (MDO) literature, which classifies formulations by how they handle the coupling between disciplinary analyses.

Single-pass sequential design

The plant is designed first using a nominal controller or simplified control assumption. The chosen plant is then fixed while the controller is optimized.

A one-way flow from plant optimization to a fixed plant and then controller optimization.

Single-pass sequential design makes one pass through the two stages.

A simple mathematical representation is

xp=argminxpJp(xp;x^c),xc=argminxcJc(xp,xc),\mathbf{x}_p^*=\arg\min_{\mathbf{x}_p}J_p(\mathbf{x}_p;\hat{\mathbf{x}}_c), \qquad \mathbf{x}_c^*=\arg\min_{\mathbf{x}_c}J_c(\mathbf{x}_p^*,\mathbf{x}_c),

where x^c\hat{\mathbf{x}}_c is an assumed controller.

Advantages

Limitations

Early physical decisions ignore how an improved controller might alter plant tradeoffs. A passive structure may be oversized because feedback load reduction was not considered. The method is simple, but coordination is weak.

Example

If suspension stiffness and damping are selected using passive metrics and an active controller is added afterward, the process may miss a softer plant that delivers better comfort under feedback while still meeting handling constraints.

Activity 5.1: Exact Comparison of Four CCD Architectures