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

Convergence criteria

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By bigfootedrockmidget

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 4, 2022, 18:28
Default Convergence criteria
  #1
New Member
 
Pi
Join Date: Oct 2021
Posts: 3
Rep Power: 5
Pilu is on a distinguished road
Hello everybody, I'm a new dumb user of su2.
I'm working on the simulation of boundary layer on a flat plate in laminar regime.
I didn't catch how to state the convergence of the mesh.
I generated different meshes and I compute the residual between two consecutive Cd obtained with the mesh in this way:

res(cd)=abs(cd(i+1)-cd(i))/cd(i);

I also compute the exact skin friction coefficient for the Blausis solution cfe and I want to compute the norm of the error wrt the cf(i) of the different mesh.
It can be a good idea to state the convergence?
Pilu is offline   Reply With Quote

Old   May 5, 2022, 04:34
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 657
Rep Power: 19
bigfootedrockmidget is on a distinguished road
what would you like to show?

For instance, you can plot the drag coefficient as function of the number of grid points and use Richardson extrapolation to get estimates of the 'real' Cd.

You can also get an estimate of the error on any grid by assuming that Cd on your finest grid Cd(N) is the 'real' Cd and compute the error as Cd(i)-Cd(N). If you plot this in a log-log plot, you should retrieve the order of the numerical scheme as the slope in the error plot, although this works best if you have an analytical solution.
PENGGEGE777 likes this.
bigfootedrockmidget is offline   Reply With Quote

Old   May 9, 2022, 18:50
Default
  #3
New Member
 
Pi
Join Date: Oct 2021
Posts: 3
Rep Power: 5
Pilu is on a distinguished road
First of all, thank for the answer.
I want to prove in a quantitative way the mesh convergence, i.e.the fact that the simulation results doesn't change if i reduce the mesh sizes over a certain dimension.
For example, If i have the analytical relationship for the skin friction coefficient cf(x) and some different numerical solutions (computed on different meshes) defined only in some points on the wall, cf(k), how i can prove the convergence of my numerical cf(k) to exact one cf(x)?
Pilu is offline   Reply With Quote

Old   May 10, 2022, 18:41
Default
  #4
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 657
Rep Power: 19
bigfootedrockmidget is on a distinguished road
So is this similar to the plots shown in this V&V section:
https://su2code.github.io/vandv/Flat_Plate/
In general the grid size is nonuniform so unless you have a structured uniform grid, you need to come up with some measure of the grid size. You could use h=1/sqrt(N) as in the Flat Plate validation study on the website.

You can then plot cf as function of the mean grid size h, together with the analytical value, or plot the error cf-cf_analytical.
bigfootedrockmidget is offline   Reply With Quote

Reply


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
Time step size & convergence absolute criteria yuitsang FLUENT 5 April 15, 2013 05:27
convergence criteria amol palekar Main CFD Forum 5 August 12, 2010 06:16
Convergence criteria PrandtlGlawert Main CFD Forum 1 August 13, 2009 18:13
Convergence of CFX field in FSI analysis nasdak CFX 2 June 29, 2009 02:17
Convergence Criteria edwin FLUENT 1 February 14, 2008 20:24


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