|
[Sponsors] |
Derivative of lift with respect to angle of attack |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 5, 2016, 16:42 |
Derivative of lift with respect to angle of attack
|
#1 |
New Member
Ryan Barrett
Join Date: May 2015
Posts: 15
Rep Power: 11 |
I have been trying to use the adjoint method to get the lift derivative with respect to angle of attack for a 2D airfoil. I have been trying to use the ROTATION design variable, but I am confused on the syntax. I have been using
Code:
DEFINITION_DV = (6, 1.0 | airfoil | x_Axis, y_Axis, z_Axis, x_Turn, y_Turn, z_Turn ) Code:
DEFINITION_DV = (6, 1.0 | airfoil | 0, 0, 1, 0, 0, 1e-4) |
|
May 25, 2016, 00:17 |
|
#2 | |
Senior Member
Heather Kline
Join Date: Jun 2013
Posts: 309
Rep Power: 14 |
Quote:
Since the angle of attack is set at the freestream, you should look into whether the Sens_AoA output is appropriate to your purpose. In terms of the rotation variable, I took a peak in the code and it looks like it takes the first three numbers as the origin of rotation, and the second set of three as the other end of the rotation axis. The value of the design variable is the angle, in degrees. In other words, you should specify (0,0,0, 0,0,1) to have a rotation axis pointing in the positive Z direction with a rotation center of (0,0,0). The syntax for defining a rotation using an FFD box is also listed in the config_template file: % - FFD_ROTATION ( FFD_BoxTag, x_Orig, y_Orig, z_Orig, x_End, y_End, z_End ) |
||
Tags |
angle of attack, gradient, su2 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to plot angle of attack Versus lift coefficient plot? | mechesanjiv | FLUENT | 0 | August 16, 2015 09:58 |
How to solve the derivative respect to angle of attack by Adjoint ? | Tommy Chen | SU2 | 2 | March 23, 2015 14:23 |
Analysis of angle of attack vs lift generated | vikhattangady | FLUENT | 0 | October 31, 2013 05:42 |
[Netgen] Import netgen mesh to OpenFOAM | hsieh | OpenFOAM Meshing & Mesh Conversion | 32 | September 13, 2011 06:50 |
Plotting of lift coefficient vs angle of attack?? | John | Main CFD Forum | 1 | August 18, 2003 10:31 |