|
[Sponsors] |
Total force optimization or pressure force optimization? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 3, 2013, 07:41 |
Total force optimization or pressure force optimization?
|
#1 |
Member
Roberto Pieri
Join Date: Feb 2012
Location: Milan
Posts: 57
Rep Power: 14 |
As written in the title, I would like to know if SU2 force optimization is based on this objective function:
where I found that only the pressure component of drag is reduced in the optimization framework, while friction component doesn't change. Is this related to the absence of the tensor of viscous stresses in the equation of the shape sensitivity (eq. (35) of "Continuous Adjoint Approach for the Spalart-Allmaras Model in Aerodynamic Optimization"; Bueno-Orovio, Castro, Palacios, Zuazua) or to the definition of the objective function implemented in the code? Another question: where can I found lines of the code where shape sensitivity is computed? |
|
August 19, 2013, 16:54 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi Roberto,
Indeed, the force-based optimization in SU2 is based on the form of the objective function in your post. It turns out that, if you perform some manipulations/simplifications during the adjoint derivation including substitution of the N-S equations written on the surface, you arrive at an expression for the sensitivity that does not explicitly involve the pressure or stress tensor on the surface (please see Appendix E of "Continuous Adjoint Approach for the Spalart-Allmaras Model in Aerodynamic Optimization"). The surface sensitivity is computed for inviscid flows in CAdjEulerSolver::Inviscid_Sensitivity(CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config) and for viscous flows in CAdjNSSolver::Viscous_Sensitivity(CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config), which can both be found in the file solver_adjoint_mean.cpp in the latest version of the code. Hope this helps, and cheers, Tom |
|
Tags |
force optimization, shape sensitivity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Difference between pressure, absolute pressure and Total Pressure | shaswat | CFX | 1 | September 6, 2012 07:12 |
Dynamic pressure from the total pressure specified | saisanthoshm88 | CFX | 1 | August 9, 2012 07:13 |
Boundary Conditions : Total Pressure or Velocity | Gearb0x | OpenFOAM Running, Solving & CFD | 2 | February 28, 2011 22:18 |
rotating frame of reference and total pressure | viking | ANSYS | 1 | November 24, 2010 00:25 |
Total pressure in real gas (compressible flow) | Bart Prast | Main CFD Forum | 3 | November 14, 2000 11:44 |