|
[Sponsors] |
Can SU2-6.0.1 do RANS + Rotating Mesh simulations for helicopter rotors? (Bug?) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 20, 2018, 09:08 |
Can SU2-6.0.1 do RANS + Rotating Mesh simulations for helicopter rotors? (Bug?)
|
#1 |
New Member
Adrian Sabate
Join Date: Jan 2016
Location: Toulouse, France
Posts: 1
Rep Power: 0 |
Hello SU2 community,
In short, my question is: can anybody confirm me that the Rotating Mesh option in SU2 version 6.0.1 (or version 5) works in combination with the RANS solver? I am trying to reproduce the Caradonna & Tung experiments on SU2 version 6 for my master thesis work; I have been able to perform Euler simulations but I am not able to arrive to a converged solution in steady RANS, or if I do it does not look physical. It this a bug of SU2 version 6 ? I know about the paper AIAA 2014 SU2: Open-Source Analysis and Design Technology for Turbulent Flows; the Caradonna & Tung test in this paper is my reference for the configuration parameters and physical variables. But as it is from 2014 the version used must have been a release of SU2 version 3. I also remarked in this forum there have been issues in the past with the rotating mesh option after a new release modifies of the code. (From now on at this post I'm just adding more details to this question) There is this exception to convergence issues: If at some configuration the solution does not diverge, I can see random mesh points on the surface with large density (picture attached, in my office we call it the "leopard"). The parameter that allows me to have residual and force coefficient convergence is reducing the resolution/restriction of the linear solver: Code:
% ------------------------ LINEAR SOLVER DEFINITION ---------------------------% % % Linear solver or smoother for implicit formulations (BCGSTAB, FGMRES, SMOOTHER_JACOBI, % SMOOTHER_ILU, SMOOTHER_LUSGS, % SMOOTHER_LINELET) LINEAR_SOLVER= FGMRES % % Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI) LINEAR_SOLVER_PREC= LU_SGS % % Minimum error of the linear solver for implicit formulations LINEAR_SOLVER_ERROR= 1E-4 % Default is 1E-6 % % Max number of iterations of the linear solver for the implicit formulation LINEAR_SOLVER_ITER= 4 % Default is 20
In all cases, sooner or later (depending on if I use 2 multi-grid levels or not, or on the limits I apply to the variable CFL) I arrive to a “SU2 has diverged” message, or eventually I stop them if I see a “There is X cells with non-physical values” message and I confirm in the solution my density or temperature is not the order of magnitude it should be. With the only exception of when I don't let the solver iterate of a given timestep. However, I don’t feel this should be this difficult: the geometry isn’t the most complex, meshing shouldn’t be a challenge, Mach number is low... Any commentary is appreciated, especially if anybody could confirm me they are obtaining results on 3D Rotating Mesh + RANS steady simulations. If it is not the case, inform the development team! In any case, it is already late to be included in my master thesis but it would be nice to know what happened. Cheers, |
|
Tags |
bug, caradonna & tung, rans, rotating body, su2 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gambit problems | Althea | FLUENT | 22 | January 4, 2017 04:19 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
Icemcfd 11: Loss of mesh from surface mesh option? | Joe | CFX | 2 | March 26, 2007 19:10 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |