CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 (https://www.cfd-online.com/Forums/su2/)
-   -   Drag Calculation in SU2 (https://www.cfd-online.com/Forums/su2/133645-drag-calculation-su2.html)

andromeda91 April 18, 2014 02:56

Drag Calculation in SU2
 
Dear All,

Is there a way to get drag coefficient separately in the aerodynamic coefficient calculation like: pressure drag, viscous drag, and induced drag?


Regards,

Yosheph

fpalacios April 18, 2014 09:39

Quote:

Originally Posted by andromeda91 (Post 486825)
Dear All,

Is there a way to get drag coefficient separately in the aerodynamic coefficient calculation like: pressure drag, viscous drag, and induced drag?


Regards,

Yosheph

Unfortunately, not yet, but we are working on that kind of output. The viscous drag is computed and you have the value inside the code. Just look at the subroutine
void CNSSolver::Viscous_Forces(CGeometry *geometry, CConfig *config)
in the file solver_direct_mean.cpp

Thanks for using SU2,
Francisco

andromeda91 April 21, 2014 04:24

Dear Francisco,

So does it mean that no pressure drag and induced drag calculated for the drag coefficient computation in the current version of SU2?

Regards,

Yosheph Yang




Quote:

Originally Posted by fpalacios (Post 486899)
Unfortunately, not yet, but we are working on that kind of output. The viscous drag is computed and you have the value inside the code. Just look at the subroutine
void CNSSolver::Viscous_Forces(CGeometry *geometry, CConfig *config)
in the file solver_direct_mean.cpp

Thanks for using SU2,
Francisco


economon April 24, 2014 04:41

Hi Yosheph,

We compute the drag as a total integrated force on the specified surfaces using the pressure and viscous stresses at each of the computational nodes. So, while each type of drag (wave, skin friction, viscous pressure drag, etc.) will be accounted for in this type of calculation through the pressure and viscous stresses, we are not currently able to decompose the total drag into contributions for each different type.

We are working to improve the force outputs available on the surfaces, and I might also mention that there are techniques for this type of drag decomposition (in particular, ONERA has been working on drag breakdown/extraction methods for some years).

Cheers,
Tom


All times are GMT -4. The time now is 09:38.