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

Accuracy of discretization scheme

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By oj.bulmer
  • 1 Post By oj.bulmer

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2013, 23:29
Default Accuracy of discretization scheme
  #1
Member
 
Join Date: Dec 2009
Location: China
Posts: 79
Rep Power: 16
ringtail is on a distinguished road
Dear all,

I am simulating a flow model using FLUENT.
There are two cases I have done for the same model. The settings of the cases are similar. They are steady using SST model. The only difference between them is the discretization scheme.

The one is second order upwind, and the other is third-order MUSCL.
The results for Cd are 8.48 and 8.37, respectively.

Unfortunately, I have no available physical test data.
So, my problem is how to tell which one is a bit more accurate?

Thanks in advance.
ringtail is offline   Reply With Quote

Old   May 28, 2013, 03:44
Default
  #2
New Member
 
Muhammad Aqib Chishty
Join Date: May 2013
Location: Islamabad, Pakistan
Posts: 23
Rep Power: 0
MAC88 is on a distinguished road
Send a message via Skype™ to MAC88
Quote:
Originally Posted by ringtail View Post
Dear all,

I am simulating a flow model using FLUENT.
There are two cases I have done for the same model. The settings of the cases are similar. They are steady using SST model. The only difference between them is the discretization scheme.

The one is second order upwind, and the other is third-order MUSCL.
The results for Cd are 8.48 and 8.37, respectively.

Unfortunately, I have no available physical test data.
So, my problem is how to tell which one is a bit more accurate?

Thanks in advance.
Follow this link.
Hope you find some solution.
http://www.sharcnet.ca/Software/Flue...th/node366.htm

Best of luck!!!
MAC88 is offline   Reply With Quote

Old   May 28, 2013, 04:37
Default
  #3
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,152
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
You need to perform a grid convergence analysis with, at least, 3 different solutions on sufficiently fine grids.

Useful references:

http://www.stanford.edu/group/uq/docs/roache.pdf

http://champs.cecs.ucf.edu/Library/J...%20studies.pdf
sbaffini is offline   Reply With Quote

Old   May 29, 2013, 20:14
Default
  #4
Member
 
Join Date: Dec 2009
Location: China
Posts: 79
Rep Power: 16
ringtail is on a distinguished road
Quote:
Originally Posted by MAC88 View Post
Follow this link.
Hope you find some solution.
http://www.sharcnet.ca/Software/Flue...th/node366.htm

Best of luck!!!
thanks for your reply.
I have read the introduction for schemes on User's Guide. and it says :

"The QUICK and third-order MUSCL discretization schemes may provide better accuracy than the secondorder scheme for rotating or swirling flows. The QUICK scheme is applicable to quadrilateral or hexahedral
meshes, while the MUSCL scheme is used on all types of meshes. In general, however, the second-order scheme is sufficient and the QUICK scheme will not provide significant improvements in accuracy."

But, all of this is just a general guideline (as well as the theory guide). Is there any other explicit methods to tell accuracy?
ringtail is offline   Reply With Quote

Old   May 29, 2013, 20:17
Default
  #5
Member
 
Join Date: Dec 2009
Location: China
Posts: 79
Rep Power: 16
ringtail is on a distinguished road
Quote:
Originally Posted by sbaffini View Post
You need to perform a grid convergence analysis with, at least, 3 different solutions on sufficiently fine grids.

Useful references:

http://www.stanford.edu/group/uq/docs/roache.pdf

http://champs.cecs.ucf.edu/Library/J...%20studies.pdf
Hi, sbaffini.
Sure, I will do mesh convergence analysis, but even for a fine and suitable grid, different schemes come out different results.

Thanks for your references, they looks really great~~
ringtail is offline   Reply With Quote

Old   May 30, 2013, 03:39
Default
  #6
New Member
 
Muhammad Aqib Chishty
Join Date: May 2013
Location: Islamabad, Pakistan
Posts: 23
Rep Power: 0
MAC88 is on a distinguished road
Send a message via Skype™ to MAC88
Quote:
Originally Posted by ringtail View Post
thanks for your reply.
I have read the introduction for schemes on User's Guide. and it says :

"The QUICK and third-order MUSCL discretization schemes may provide better accuracy than the secondorder scheme for rotating or swirling flows. The QUICK scheme is applicable to quadrilateral or hexahedral
meshes, while the MUSCL scheme is used on all types of meshes. In general, however, the second-order scheme is sufficient and the QUICK scheme will not provide significant improvements in accuracy."

But, all of this is just a general guideline (as well as the theory guide). Is there any other explicit methods to tell accuracy?
As far as, I know QUICK scheme also work good in unsteady conditions.
So it varies from case to case.
QUICK scheme is also not good for unstructured meshing.
MAC88 is offline   Reply With Quote

Old   May 30, 2013, 04:02
Default
  #7
Member
 
Jim Knopf
Join Date: Dec 2010
Posts: 60
Rep Power: 15
JimKnopf is on a distinguished road
Hi,

some remarks on your question.
First, think about the solution, is it really a stable steady state? If not, you might end up with two different solutions.

Second, think about the convergence, did both cases converge two very low values?

At last you should think about error sources. First there is the model error, which you can cancel out since your model stays the same. Then there is the iteration error which is reflected in the residuals. Finally there is the discretization error, which is due to the meshing, due to the interpolation scheme, i.e. MUSCL and some other stuff in the solver.
If you perform a Richardson Extrapolation for both of your cases you could get a fealing for discretization error. It should come up with a second order accuracy for the second order upwind and as far as I with 3rd order for the MUSCL.

But if you have such a big differenz in a integral value - drag coefficient - then you should first think about your model and the mesh.

Greetz
Jim
JimKnopf is offline   Reply With Quote

Old   May 30, 2013, 04:51
Default
  #8
Member
 
Join Date: Dec 2009
Location: China
Posts: 79
Rep Power: 16
ringtail is on a distinguished road
Quote:
Originally Posted by JimKnopf View Post
Hi,

some remarks on your question.
First, think about the solution, is it really a stable steady state? If not, you might end up with two different solutions.

Second, think about the convergence, did both cases converge two very low values?

At last you should think about error sources. First there is the model error, which you can cancel out since your model stays the same. Then there is the iteration error which is reflected in the residuals. Finally there is the discretization error, which is due to the meshing, due to the interpolation scheme, i.e. MUSCL and some other stuff in the solver.
If you perform a Richardson Extrapolation for both of your cases you could get a fealing for discretization error. It should come up with a second order accuracy for the second order upwind and as far as I with 3rd order for the MUSCL.

But if you have such a big differenz in a integral value - drag coefficient - then you should first think about your model and the mesh.

Greetz
Jim
Hi all, thanks for the replies.
And to Jim:

First, As for the real physical flow, actually, it's not a steady flow. I even
have carried out LES simulation for the model, and according to the
results, there were vortices shedding from the boudary of geometry model.
The RANS simulation is carrying out in order to get an average flow results.
If I average the results of LES, is it a more accurate average flow results
than the RANS?

Second, both cases have achieved a great convergence. The residuals
were all below 1e-6, and the Cd stayed still.

The geometry model and numerical mesh are identical for both cases. The
only difference between the cases is the discretization scheme. Maybe,
different schemes require different mesh density to achieve a accurate
result?
What's more, I am really puzzled by the Richardson Extrapolation, could
you give me details how to perform a Richardson Extrapolation.

Regards!
ringtail is offline   Reply With Quote

Old   May 30, 2013, 06:00
Default
  #9
Senior Member
 
OJ
Join Date: Apr 2012
Location: United Kindom
Posts: 473
Rep Power: 20
oj.bulmer will become famous soon enough
This is the easiest link to understand all about Richardson's extrapolation and Roche's method for Grid Convergence Index. The latter is recommended over former to judge the grid independence.

http://www.grc.nasa.gov/WWW/wind/val.../spatconv.html

Please understand that though the order of accuracy of the discretization scheme on stencil (theoretical) may be 2 and 3 for second order and MUSCL, the actual accuracy depends on many things!

Richardson's extrapolation helps you find the actual order of accuracy.

LES is a different ball game. You need to make sure that your grid cell size is small enough (of the order of Taylor's lengthscale) and your turbulent energy spectrum is well established to make sure the larger lengthscales are resolved, and not modelled using SGS models.

OJ
BlnPhoenix likes this.
oj.bulmer is offline   Reply With Quote

Old   May 30, 2013, 21:47
Default
  #10
Member
 
Join Date: Dec 2009
Location: China
Posts: 79
Rep Power: 16
ringtail is on a distinguished road
Quote:
Originally Posted by oj.bulmer View Post
This is the easiest link to understand all about Richardson's extrapolation and Roche's method for Grid Convergence Index. The latter is recommended over former to judge the grid independence.

http://www.grc.nasa.gov/WWW/wind/val.../spatconv.html

Please understand that though the order of accuracy of the discretization scheme on stencil (theoretical) may be 2 and 3 for second order and MUSCL, the actual accuracy depends on many things!

Richardson's extrapolation helps you find the actual order of accuracy.

LES is a different ball game. You need to make sure that your grid cell size is small enough (of the order of Taylor's lengthscale) and your turbulent energy spectrum is well established to make sure the larger lengthscales are resolved, and not modelled using SGS models.

OJ
Thanks~
The reference is fabulous.
ringtail is offline   Reply With Quote

Old   June 1, 2013, 08:04
Default
  #11
Member
 
Jim Knopf
Join Date: Dec 2010
Posts: 60
Rep Power: 15
JimKnopf is on a distinguished road
Quote:
Originally Posted by ringtail View Post

First, As for the real physical flow, actually, it's not a steady flow. I even
have carried out LES simulation for the model, and according to the
results, there were vortices shedding from the boudary of geometry model.
The RANS simulation is carrying out in order to get an average flow results.
If I average the results of LES, is it a more accurate average flow results
than the RANS?
That probably is the main point, that you don't have a steady state in your case. You are trying to simulate some kind of bluff body, don't you? Well in my opinion you should stick to the averaged result of a LES, if you did it in an apropiate way - the LES and the averaging

Quote:
Originally Posted by ringtail View Post
Second, both cases have achieved a great convergence. The residuals
were all below 1e-6, and the Cd stayed still.
Well, 1e-6 I wouldn't call a great convergence, at least in Fluent. If you have a stable steady state and a mesh of good quality, then residuals might go down to 1e-12 to 1e-15. This can be the case for Fluent.

Quote:
Originally Posted by ringtail View Post
The geometry model and numerical mesh are identical for both cases. The
only difference between the cases is the discretization scheme. Maybe,
different schemes require different mesh density to achieve a accurate
result?
What I meant was, that the mesh has a influence of the interpolation, if it skewed or in some other way not the best quality. I'm quite sure that Fluent has some technique to handle bad cells, so if you have bad cells, you get slightly different results for every interpolation scheme.

Finally the difference in your results is less than 2%, which I would say isn't that much.

Greetz
Jim
JimKnopf is offline   Reply With Quote

Old   June 2, 2013, 20:46
Default
  #12
Member
 
Join Date: Dec 2009
Location: China
Posts: 79
Rep Power: 16
ringtail is on a distinguished road
Quote:
Originally Posted by JimKnopf View Post
That probably is the main point, that you don't have a steady state in your case. You are trying to simulate some kind of bluff body, don't you? Well in my opinion you should stick to the averaged result of a LES, if you did it in an apropiate way - the LES and the averaging


Well, 1e-6 I wouldn't call a great convergence, at least in Fluent. If you have a stable steady state and a mesh of good quality, then residuals might go down to 1e-12 to 1e-15. This can be the case for Fluent.


What I meant was, that the mesh has a influence of the interpolation, if it skewed or in some other way not the best quality. I'm quite sure that Fluent has some technique to handle bad cells, so if you have bad cells, you get slightly different results for every interpolation scheme.

Finally the difference in your results is less than 2%, which I would say isn't that much.

Greetz
Jim
Hi Jim, thanks.
By the way, what do you think about the mesh requirement of LES?
ringtail is offline   Reply With Quote

Old   June 3, 2013, 15:03
Default
  #13
Senior Member
 
OJ
Join Date: Apr 2012
Location: United Kindom
Posts: 473
Rep Power: 20
oj.bulmer will become famous soon enough
Quote:
Well, 1e-6 I wouldn't call a great convergence, at least in Fluent. If you have a stable steady state and a mesh of good quality, then residuals might go down to 1e-12 to 1e-15. This can be the case for Fluent.
Residual values are not the best way to judge the convergence. It is wise to use surface/point monitors of parameters of interest, along with volumetric imbalances.

Quote:
By the way, what do you think about the mesh requirement of LES?
For wall bounded flows: \Delta x^+\approx 100, \Delta y^+ \approx 1, \Delta z^+ \approx 20

For inner regions: Taylor's lengthscale

However, to have legitimate results from LES, it is extremely important to make sure that the larger lengthscales are resolved and smaller ones are modeled. You need to make this sure by plotting a turbulent energy spectrum, such that your filtering size falls within inertial subrange, such that below which the energy decay is -5/3. Only then you are sure that you have resolved your timescales and lengthscales adequately, and the only the isotopic lengthscales are passed on to SGS models.

Otherwise, the results you have for LES are just a gimmick

OJ
wilandlane likes this.
oj.bulmer 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
TVD scheme in unstructured finite volume discretization abcdef123 Main CFD Forum 2 January 16, 2013 00:26
Accuracy problem of HO schemes on unstructured mesh, HO scheme gives 1st order result gemini Main CFD Forum 12 December 27, 2011 21:01
Time discretization scheme HaKu Main CFD Forum 1 June 12, 2011 02:06
Discretization scheme for Convection Terms Mohammad Kazemi CFX 16 December 7, 2004 22:38
MARS discretization scheme raymond Siemens 3 February 1, 2002 05:33


All times are GMT -4. The time now is 06:55.