CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Numerical dissipation and dispersion

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 2 Post By FMDenaro
  • 2 Post By Bazinga
  • 1 Post By hityangsir

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 13, 2015, 15:43
Default Numerical dissipation and dispersion
  #1
New Member
 
hityangsir's Avatar
 
Y. Yang
Join Date: Mar 2010
Location: Miami, United States
Posts: 28
Rep Power: 16
hityangsir is on a distinguished road
Hi All,

I am confused with a basic problem of CFD.

When we derive the discretized formula with upwind central differencing or other scheme, the numerical dissipation and dispersion terms are used to evaluate the accuracy and stability of the specific scheme. I can understand how these terms are derived. However, the physical and numerical meaning of these terms are confusing? Why are they called numerical diffusion and dispersion? And what is their effect on accuracy and stability?

Thank you

Richard
__________________
PhD candidate
hityangsir is offline   Reply With Quote

Old   April 13, 2015, 16:02
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by hityangsir View Post
Hi All,

I am confused with a basic problem of CFD.

When we derive the discretized formula with upwind central differencing or other scheme, the numerical dissipation and dispersion terms are used to evaluate the accuracy and stability of the specific scheme. I can understand how these terms are derived. However, the physical and numerical meaning of these terms are confusing? Why are they called numerical diffusion and dispersion? And what is their effect on accuracy and stability?

Thank you

Richard

consider the equation

df/dt + u df/dx =0

u positive constant

assume f(x,0)=f0(x) a periodic wave function.
The exact solution is a travelling wave at constant speed u. Numerical diffusion is responsible of the fact that the peaks (min and max) of the wave are not maintaned but diminuish in time. Numerical dispersion is responsible of the fact that packet of waves travel ad speed different from u.

You cna use Fourier analysis to analyse the effects
anon_h and hityangsir like this.
FMDenaro is offline   Reply With Quote

Old   April 14, 2015, 04:21
Default
  #3
Senior Member
 
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 15
Bazinga is on a distinguished road
Quote:
Originally Posted by hityangsir View Post
Hi All,

I am confused with a basic problem of CFD.

When we derive the discretized formula with upwind central differencing or other scheme, the numerical dissipation and dispersion terms are used to evaluate the accuracy and stability of the specific scheme. I can understand how these terms are derived. However, the physical and numerical meaning of these terms are confusing? Why are they called numerical diffusion and dispersion? And what is their effect on accuracy and stability?

Thank you

Richard
I think the truncated part of the Taylor expansion is used to evaluate the order of the scheme (accuracy). The truncation error consists of numerical diffusion terms (even orders) and numerical dispersion terms (odd orders). Both have no physical meaning, but are numerical phenomena that act like physical phenomena. Numerical diffusion blurrs the values while numerical dispersion adds wiggles into your solution. Note that the second order term of the Taylor expansion looks like a diffusive term of the transport equations.

It seems like lower order numerical schemes are more stable due to the numerical phenomena described above. Numerical schemes of high accuracy sometimes introduce an additional artificial diffusion term to help stablilize those schemes.

Diffusion and dissipation are sometimes used interchangeable and sometimes the even order terms are called dissipation and then the combination of dissipation and dispersion is named diffusion.

I am happy if somebody can provide reference to a text book or expand on my explanations because I am also not sure if my explanation is correct.
hityangsir and guanjiang.chen like this.
Bazinga is offline   Reply With Quote

Old   April 14, 2015, 05:37
Default
  #4
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
this is a classical topic of CFD, there are many well known textbooks (older or not) that explain the matter.
FMDenaro is offline   Reply With Quote

Old   April 14, 2015, 08:21
Default
  #5
Member
 
robo
Join Date: May 2013
Posts: 47
Rep Power: 12
robo is on a distinguished road
Quote:
Originally Posted by Bazinga View Post
I think the truncated part of the Taylor expansion is used to evaluate the order of the scheme (accuracy).
The order of the scheme does NOT tell you the accuracy; it tells you the rate at which the accuracy improves with successive grid refinement. The accuracy can only be measured by validation studies; nothing about the numerics of an isolated solution (ie only a single solution, no experimental data) can tell you about the accuracy.

My preferred references for numerical diffusion/dispersion are the textbooks computational fluid mechanics & heat transfer by Pletcher, Tannehill, and Anderson, and computational aeroacoustics by Tam. The acoustic one will emphasize spectral characteristics a lot more, which may not be useful to everyone.
robo is offline   Reply With Quote

Old   April 14, 2015, 08:45
Default
  #6
Member
 
Radwanma
Join Date: Oct 2014
Posts: 30
Rep Power: 11
Radwanma is on a distinguished road
Hi all;

How can I change the magnitude of the Y+ (wall distance ) in the ICEM ???

Regards,
Radwanma is offline   Reply With Quote

Old   April 14, 2015, 09:00
Default
  #7
Senior Member
 
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 15
Bazinga is on a distinguished road
Quote:
Originally Posted by robo View Post
The order of the scheme does NOT tell you the accuracy; it tells you the rate at which the accuracy improves with successive grid refinement. The accuracy can only be measured by validation studies; nothing about the numerics of an isolated solution (ie only a single solution, no experimental data) can tell you about the accuracy.

My preferred references for numerical diffusion/dispersion are the textbooks computational fluid mechanics & heat transfer by Pletcher, Tannehill, and Anderson, and computational aeroacoustics by Tam. The acoustic one will emphasize spectral characteristics a lot more, which may not be useful to everyone.
Dear robo,

thank you very much for correcting my mistake and additionally providing the literature. You are correct! :-)

I will study your suggested textbooks.

Best regards
Bazinga is offline   Reply With Quote

Old   April 15, 2015, 00:52
Default
  #8
New Member
 
hityangsir's Avatar
 
Y. Yang
Join Date: Mar 2010
Location: Miami, United States
Posts: 28
Rep Power: 16
hityangsir is on a distinguished road
Dear Filippo,
Thank you for your kind reply. This is very clear understanding
__________________
PhD candidate
hityangsir is offline   Reply With Quote

Old   April 15, 2015, 00:55
Default
  #9
New Member
 
hityangsir's Avatar
 
Y. Yang
Join Date: Mar 2010
Location: Miami, United States
Posts: 28
Rep Power: 16
hityangsir is on a distinguished road
Quote:
Originally Posted by robo View Post
The order of the scheme does NOT tell you the accuracy; it tells you the rate at which the accuracy improves with successive grid refinement. The accuracy can only be measured by validation studies; nothing about the numerics of an isolated solution (ie only a single solution, no experimental data) can tell you about the accuracy.

My preferred references for numerical diffusion/dispersion are the textbooks computational fluid mechanics & heat transfer by Pletcher, Tannehill, and Anderson, and computational aeroacoustics by Tam. The acoustic one will emphasize spectral characteristics a lot more, which may not be useful to everyone.
You are right. Accuracy of CFD is such a broad and open question, which is essential but difficult to achieve
__________________
PhD candidate
hityangsir is offline   Reply With Quote

Old   April 15, 2015, 00:58
Default
  #10
New Member
 
hityangsir's Avatar
 
Y. Yang
Join Date: Mar 2010
Location: Miami, United States
Posts: 28
Rep Power: 16
hityangsir is on a distinguished road
Quote:
Originally Posted by Bazinga View Post
Dear robo,

thank you very much for correcting my mistake and additionally providing the literature. You are correct! :-)

I will study your suggested textbooks.

Best regards
Dear Bazinga
Thank you for your reply.
I have collect some material that may help:
http://elearning.cerfacs.fr/pdfs/numerical/FDscheme.pdf
http://www.mathematik.uni-dortmund.d.../lecture10.pdf
https://people.maths.ox.ac.uk/trefethen/5all.pdf

Regards
Tharanga likes this.
__________________
PhD candidate
hityangsir is offline   Reply With Quote

Reply

Tags
numerical dispersion, numerical dissipation


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
Dissipation and dispersion errors francesco_capuano Main CFD Forum 6 September 18, 2012 12:42
Dissipation & Dispersion Mehdi-Sanaei Main CFD Forum 4 April 24, 2011 09:42
how to analyze the temporal dissipation and dispersion errors? hadesmajesty Main CFD Forum 2 April 22, 2009 22:15
Numerical diffusion/dispersion/dissipation Hadian Main CFD Forum 1 March 29, 2005 18:33


All times are GMT -4. The time now is 02:40.