CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Gradient-based methods

Gradient-based methods

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
Finite difference method is the most straightforward approach, where the sensitivity is calculated through finite difference, using different cost function values corresponding to different design variable input
Finite difference method is the most straightforward approach, where the sensitivity is calculated through finite difference, using different cost function values corresponding to different design variable input
-
<math>\frac{DJ}{D\alpha_{i}}=\frac{J}{\delta \alpha}</math>
+
<math>\frac{DJ}{D\alpha_{i}}=\frac{J(\lapha_{i}+\delta\alpha)}{\delta \alpha}</math>

Revision as of 03:21, 24 January 2011

Insert formula hereAs its name means, gradient-based methods need the gradient of objective functions to design variables. The evaluation of gradient can be achieved by finite difference method, linearized method or adjoint method. Both finite difference method and linearized method has a time-cost proportional to the number of design variables and not suitable for design optimization with a large number of design variables. Apart from that, finite difference method has a notorious disadvantage of subtraction cancellation and is not recommended for practical design application.

Suppose a cost function J is defined as follows,

J=J(U,\alpha)

where U and \alpha are the flow variable vector and the design variable vector respectively. U and \alpha are implicitly related through the flow equation, which is represented by a residual function driven to zero.

{R}(U(\alpha),\alpha)=0

The sensitivity of the cost function J with respect to the design variables \alpha, that is \frac{D J }{D \alpha_{i}}, is needed for design purpose. The following is three main methods to obtain this sensitivity.

Finite difference method is the most straightforward approach, where the sensitivity is calculated through finite difference, using different cost function values corresponding to different design variable input

Failed to parse (unknown function\lapha): \frac{DJ}{D\alpha_{i}}=\frac{J(\lapha_{i}+\delta\alpha)}{\delta \alpha}


Linearized method:

Adjoint method:

My wiki