Mueller Flashcards
What is an Adjoint Solution?
One which expresses the sensitivity of a single cost function w.r.t. many design variables.
What are Surface Sensitivities?
Sensitivity of a given change to the surface geometry w.r.t. many design variables.
What is the difference between multivariate and univariate optimization problems?
Univariate - only one design variable
Multivariate - more than one design variable
Draw the Gradient-Based design loop.
.
How does the Gradient-Based design loop vary from the manual and numerical optimization design loops?
vs manual:
- Includes the calculation of variables
- Includes update of design variables before the pre-processing step.
- No design parametrization step before pre-processing
vs numerical opt:
- Includes the calculation of variables
What does the optimization “Model” include?
CAD geometry, Simulation methods and types, Evaluation of the cost function.
What is Parametrization?
Definition of how the design variables affect the model
What is the Design Space?
The full range of shapes/topologies that can be produced by parameter variation
What is the Cost-Function?
The function to be minimized.
What is an optimization Algorithm?
The method of varying the design variables after each iteration.
Define Uni- and Multi-variate Problems.
Uni-Variate - One design variable
Multi-Variate - Multiple design variables
We often try to reduce Multi- to Uni-
Define Single- and Multi-Disciplinary Problems.
Single-Disciplinary - Only one discipline required e.g. Aerodynamics
Multi-Disciplinary - Multiple disciplines involved e.g. Structural and Aerodynamics
Describe Linear and Non-Linear problems
The degree of the cost function w.r.t. the design variables (is it a linear function or not?) Typically, relevant industrial problems are non-linear.
Describe Constrained and Non-Constrained problems
Whether or not an additional constraint(s) must be satisfied as well as the minimization of the cost function .
Describe Local vs Global optimization problems.
Local - Finding a local minimum relativeto some starting point.
Global - Finding the global max of the entire design space.
In most industrial applications we seek an
improvement of an existing solution (local), not the best
solution in the entire design space.