|
[Sponsors] |
March 2, 2014, 03:16 |
SU2_EDU version solution not converging..
|
#1 |
New Member
Akshay Kanoria
Join Date: Feb 2014
Posts: 4
Rep Power: 12 |
Hi,
I was trying to use this new release of SU2_EDU. I am very new using SU2. Following is my two dimensional case setup: Re = 500 Ref Length = 0.6 m Kinematic Viscosity = 1.2E-4 m2/s Density = 1 kg/m3 Velocity = 0.1 m/s Model: NACA 63415 I am using RANS config file. My solution is not converging. The calculated Mach no. is 0.0002. I am not able to edit the reference viscosity. Can you please guide necessary changes for this setup |
|
March 3, 2014, 01:35 |
|
#2 | |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Quote:
As you know, 0.0002 is a very small Mach number for a compressible solver. Could you please try the same problem with Mach number 0.01? be sure that you are using SU2_EDU 1.1 The non-dimensionalization described in http://su2.stanford.edu/documents/SU2_AIAA_ASM2013.pdf or you can check the lines of the code from 2947 to 2963 in config_structure.cpp. The non-dimensionalizaton works as follow with the temperature SU2 computes the viscosity, with the viscosity and the reynolds number and reynolds lengths the code compute the density... and with the density and temperature you determine the pressure. the velocity is computed with the speed of sound(from temperature) and mach number. If the SU2_EDU (compressible) code doesn't work, then you should use the complete suite SU2 and use the incompressible solver just setting the following in the config file. REGIME_TYPE= COMPRESSIBLE % -------------------- INCOMPRESSIBLE FREE-STREAM DEFINITION ------------------% % % Free-stream density (1.2886 Kg/m^3 (air), 998.2 Kg/m^3 (water)) FREESTREAM_DENSITY= 1 % % Free-stream velocity (m/s) FREESTREAM_VELOCITY= ( 0.1, 0.00, 0.00 ) % % Free-stream viscosity (1.853E-5 Ns/m^2 (air), 0.798E-3 Ns/m^2 (water)) FREESTREAM_VISCOSITY= 1.2E-4 Cheers, Francisco |
||
March 4, 2014, 06:49 |
|
#3 |
New Member
Akshay Kanoria
Join Date: Feb 2014
Posts: 4
Rep Power: 12 |
Hi,
Thanks for the reply. I am able to run the case using full suite of SU2. I am facing a small problem regarding reference length. By default, its taking it to be 1 m, I am not able to change it while using the INCOMPRESSIBLE Solver. Can you advise on same?? Cheers. Akshay |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM on cluster: version GLIBCXX_3.4.9 and GLIBCXX_3.4.11 not found | ovie | OpenFOAM | 10 | April 19, 2021 19:06 |
grid dependancy | gueynard a. | Main CFD Forum | 19 | June 27, 2014 22:22 |
wmake error | zxj160 | OpenFOAM | 0 | March 26, 2012 11:52 |
bubbleFoam validation case | balkrishna | OpenFOAM Running, Solving & CFD | 24 | August 30, 2010 05:37 |
Wall functions | Abhijit Tilak | Main CFD Forum | 6 | February 5, 1999 02:16 |