CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Mesh deformation causes SU2 to diverge

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By pcg

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 4, 2019, 12:25
Unhappy Mesh deformation causes SU2 to diverge
  #1
New Member
 
Vishnu KV
Join Date: Mar 2019
Posts: 5
Rep Power: 7
itsthekv is on a distinguished road
Hi Everyone,

I am doing a coupled 3D multi-physics FSI simulation using preCICE with SU2 as the fluid solver. I had previously run and got converged results in both steady and unsteady simulations (without mesh deformation) for the same test case, even for multiple levels of mesh. However, when there is mesh deformation, the solution is diverging for most settings. The issue seems to be with the following step:

Non-linear iter.: 1/1. Linear iter.: 3000. Min. volume: 1.50654e-13. Error: 0.149249.

The error value keeps increasing from time-step to time-step, and once it becomes of the order of, say, 10^3, the CFD solution diverges. At this point, I must admit that I do not fully understand what this "error" means.

The config options I am using, after a lot of trial and error, are appended below:

DEFORM_LINEAR_SOLVER= FGMRES
DEFORM_LINEAR_SOLVER_PREC= LU_SGS
DEFORM_LINEAR_ITER= 3000
DEFORM_NONLINEAR_ITER= 1
DEFORM_CONSOLE_OUTPUT= YES
DEFORM_TOL_FACTOR = 0.000001
DEFORM_STIFFNESS_TYPE= INVERSE_VOLUME

If I change preconditioner to ILU or JACOBI, it doesnt run at all. If I increase the tolerance, it diverges faster.

Can someone please ---
1. Tell me what is the "error" for mesh deformations?
2. What can be a better config options than what I am using, for stability as well as reasonable speed?
3. How does the tolerance factor, non-linear and linear iteration limits work towards performing the deformation?

Thanks a lot
itsthekv is offline   Reply With Quote

Old   July 6, 2019, 06:55
Default
  #2
pcg
Senior Member
 
Pedro Gomes
Join Date: Dec 2017
Posts: 465
Rep Power: 13
pcg is on a distinguished road
Hi Vishnu,
The ILU should be your best bet regarding preconditioner, for linear solver FGMRES is fine unless you start needing many iterations in which case I would try CONJUGATE_GRADIENT to avoid a lot of memory being allocated.
I have often found that DEFORM_STIFFNESS_TYPE= WALL_DISTANCE gives better quality, especially if you have refined wake regions.
Currently (v6+) a solid elasticity analogy is used to deform the mesh. The Poisson ratio for this deformation can be manipulated to make the problem a bit easier, set DEFORM_COEFF to a small value (e.g. 0.2) or to something very large (e.g. 1E8) to reduce locking, the default is 1E6.
I recently fixed a bug in the mesh deformation affecting triangular prism cells, if you have this kind of cells close to the moving walls you may want to give the current develop version a try (git checkout develop and re-compile) (be aware there are ongoing issues with the multigrid and parallel execution on that branch).
If none of this helps please create an issue (https://github.com/su2code/SU2/issues) with instructions and required files to replicate the exact problem.
Regards,
Pedro
pgdelaserna likes this.
pcg is offline   Reply With Quote

Old   July 6, 2019, 08:22
Default
  #3
New Member
 
Vishnu KV
Join Date: Mar 2019
Posts: 5
Rep Power: 7
itsthekv is on a distinguished road
Hi Pedro,

Thanks for your suggestions...
I am using v6.0.0, but cannot upgrade due to compatibility issues with the other codes I am using for coupling. Also, bugs in parallel computations will be a no-go for me, since I am running on a cluster.

My mesh presently has 30 layers of triangular prisms next to the wall. Should I remove the prisms and make an all-tetra mesh? Or is there any other workaround for the bug you mentioned?

Thanks and Regards,
Vishnu
itsthekv is offline   Reply With Quote

Old   July 7, 2019, 17:28
Default
  #4
pcg
Senior Member
 
Pedro Gomes
Join Date: Dec 2017
Posts: 465
Rep Power: 13
pcg is on a distinguished road
The bug was making that type of cells too flexible during deformation, so if that area of the mesh is the one being distorted I would say replace by hexes (an all tetra mesh is not going to be very good for RANS).
pcg is offline   Reply With Quote

Reply

Tags
deformation, diverging, mesh, preconditioner, tolerance


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ahmed body simulation gives unexpected results in su2 6.0 anas651 SU2 0 March 28, 2018 03:42
[snappyHexMesh] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38
Update of the variables after dynamic mesh motion. gtg258f OpenFOAM Programming & Development 9 January 18, 2014 10:08
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! sc298 OpenFOAM Meshing & Mesh Conversion 2 March 27, 2011 21:11
How to control Minximum mesh space? hung FLUENT 7 April 18, 2005 09:38


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