CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 (https://www.cfd-online.com/Forums/su2/)
-   -   Help for Low Speed Analysis (https://www.cfd-online.com/Forums/su2/126441-help-low-speed-analysis.html)

andromeda91 November 17, 2013 15:24

Help for Low Speed Analysis
 
Hi Everyone,

I am a new user in SU2. I am trying to perform an analysis for ONERA M6 wing, which is given in the User Tutorial. I used mesh_ONERAM6_turb_hybrid_fine.su2 as the mesh file. I just modified the Mach number and Reynolds number from turb_ONERAM6.cfg. In the configuration file, I used low Mach number (M=0.05) and Re=6E05.

After doing 65 iteration, both CL and CD became negative.
Does it mean that I have to change something else in the default configuration file (turb_ONERAM6.cfg) for doing low speed analysis?

diwakaranant November 17, 2013 23:21

Hi Yang

The Mach number in your case is very low, hence you have to use
"Incompressible" option in SU2.

There are some testcases given. You can refer them.

Thanks
Anant

andromeda91 November 18, 2013 04:33

Quote:

Originally Posted by diwakaranant (Post 462326)
Hi Yang

The Mach number in your case is very low, hence you have to use
"Incompressible" option in SU2.

There are some testcases given. You can refer them.

Thanks
Anant

Hi Anant,

Thank you for the information. I added this line in my configuration file. INCOMPRESSIBLE_FORMULATION = YES and other incompressible properties necessary.
After doing that, my freestream pressure is automatically considered as zero even after defining my own freestream pressure. Will it affect my Cp, CL calculation?

economon November 19, 2013 17:18

Hi guys,

Just wanted to chime in and remind you that there are slightly different way for initializing the free-stream conditions for the incompressible solver:

% -------------------- INCOMPRESSIBLE FREE-STREAM DEFINITION ------------------%
%
% Free-stream density (1.2886 Kg/m^3 (air), 998.2 Kg/m^3 (water))
FREESTREAM_DENSITY= 998.2
%
% Free-stream velocity (m/s)
FREESTREAM_VELOCITY= ( 5.0, 0.00, 0.00 )
%
% Free-stream viscosity (1.853E-5 Ns/m^2 (air), 0.798E-3 Ns/m^2 (water))
FREESTREAM_VISCOSITY= 1.002E-3

Just in case this helps,
Tom


All times are GMT -4. The time now is 05:00.