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

Question about testcase euler/oneram6

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 31, 2014, 08:49
Default Question about testcase euler/oneram6
  #1
New Member
 
Becky
Join Date: Mar 2014
Posts: 6
Rep Power: 12
b614910 is on a distinguished road
Hi,

I try to run the testcase euler/oneram6 given by the website.
I don't really understand why it terminated at iteration 100.

The convergence criteria it used is RESIDUAL.
According to Tutorial, it means that the simulation will terminate once the density residual reaches a value that is RESIDUAL_REDUCTION orders of magnitude smaller than its value at iteration STARTCONV_ITER

However, the simulation stopped exactly at STARTCONV_ITER (100).
The density residual didn't reach RESIDUAL_MINVAL either.

I am quite confused with it.....


The attachment is the configuration file I used and the information printed on screen when I ran the simulation.

Thanks for your help!
Becky
Attached Files
File Type: zip output.zip (9.9 KB, 6 views)
b614910 is offline   Reply With Quote

Old   April 3, 2014, 19:47
Default
  #2
New Member
 
David Manosalvas-Kjono
Join Date: Feb 2014
Posts: 25
Rep Power: 12
demanosalvas is on a distinguished road
Becky,

The reason why your simulation is stopping is because the stopping criteria is either the reduction of 5 orders of magnitude or the residual reaching a -6 order. In your case the -6 order is reached before the 5 orders of magnitude reduction.

% Residual reduction (order of magnitude with respect to the initial value)
RESIDUAL_REDUCTION= 5
%
% Min value of the residual (log10 of the residual)
RESIDUAL_MINVAL= -6

David
demanosalvas is offline   Reply With Quote

Old   April 4, 2014, 10:53
Default
  #3
New Member
 
Becky
Join Date: Mar 2014
Posts: 6
Rep Power: 12
b614910 is on a distinguished road
David,

Thanks for your reply!

After decreasing the RESIDUAL_MINVAL value to a smaller one, the testcase finally follow the convergence criteria (stop at the reduction of 5 orders of magnitude).

However, when I increase the RESIDUAL_MINVAL value which is equal to or bigger than -6, the testcase always stopped at iter100 and the residual value was around -8, which is obviously smaller than -6. I just don't understand why it didin't stop immediately after reaching the RESIDUAL_MINVAL. :S


Becky
b614910 is offline   Reply With Quote

Old   April 6, 2014, 00:32
Default
  #4
New Member
 
David Manosalvas-Kjono
Join Date: Feb 2014
Posts: 25
Rep Power: 12
demanosalvas is on a distinguished road
Becky,

This is because you are telling the code to start checking the convergence criteria at iteration 100 :

% Start convergence criteria at iteration number
STARTCONV_ITER= 100

If you want to check it much sooner, and stop as soon as it hits the criteria, try reducing the value in STARTCONV_ITER (the option shown above) to 10.

Hope this helps,

David
demanosalvas is offline   Reply With Quote

Old   April 6, 2014, 07:29
Default
  #5
New Member
 
Becky
Join Date: Mar 2014
Posts: 6
Rep Power: 12
b614910 is on a distinguished road
David,

I understand how it works now.
Thanks for your replies they help me a lot! (:

Becky
b614910 is offline   Reply With Quote

Reply

Tags
convergence criteria


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
small question about the functionalities of topological changes in OpenFoam ngj OpenFOAM Running, Solving & CFD 2 February 28, 2013 10:02
Question Re Engineering Data Source imnull ANSYS 0 March 5, 2012 13:51
internal field question - PitzDaily Case atareen64 OpenFOAM Running, Solving & CFD 2 January 26, 2011 15:26
Poisson Solver question Suresh Main CFD Forum 3 August 12, 2005 04:37
Philosophical CFD question Richard Howe Main CFD Forum 14 June 17, 2001 14:41


All times are GMT -4. The time now is 22:37.