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

What is the difference between diffusion and dispersion?

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 3 Post By julien.decharentenay

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 7, 2011, 21:49
Default What is the difference between diffusion and dispersion?
  #1
New Member
 
Join Date: Feb 2010
Posts: 12
Rep Power: 16
dut_thinker is on a distinguished road
According to my understanding, diffusion is a process caused by concentration difference. Dispersion is the combined effort of adveciton and diffusion.
Is it right or not?
Thank you in advance.
dut_thinker is offline   Reply With Quote

Old   February 8, 2011, 19:19
Default
  #2
Senior Member
 
Julien de Charentenay
Join Date: Jun 2009
Location: Australia
Posts: 231
Rep Power: 17
julien.decharentenay is on a distinguished road
Send a message via Skype™ to julien.decharentenay
Are you talking about numerical diffusion/dispersion or the physical phenomena of diffusion/dispersion?
__________________
---
Julien de Charentenay
julien.decharentenay is offline   Reply With Quote

Old   February 8, 2011, 23:32
Default
  #3
New Member
 
Join Date: Feb 2010
Posts: 12
Rep Power: 16
dut_thinker is on a distinguished road
julien.decharentenay , thank you for your reply.
I am talking about phenomena of diffusion and dispersion?
By the way, can you also show me the difference of numerical diffusion and dispersion?

dut_thinker is offline   Reply With Quote

Old   February 9, 2011, 18:55
Default
  #4
Senior Member
 
Julien de Charentenay
Join Date: Jun 2009
Location: Australia
Posts: 231
Rep Power: 17
julien.decharentenay is on a distinguished road
Send a message via Skype™ to julien.decharentenay
From the numerical point of view, numerical diffusion and dispersion reflect on the properties of the spatial discretisation employed:

- numerical diffusion indicates that the space discretisation operator will tend to smooth out sharp front/discontinuities, i.e. instead of having a sharp interface over 1 cell the space discretisation operator will spread it over a few cells;

- numerical dispersion refers to the properties of the space discretisation operator in not generating too high gradients, i.e. if you have a scalar between 0 and 1 with a sharp interface, the space discretisation operator will leads to value below 0 or exceeding 1.

From a practical point of view:
- an upwind discretisation scheme will have high numerical diffusion and low dispersion;
- a central or high order discretisation scheme (with no limiter) will have low numerical diffusion and high dispersion;
- a limited discretisation scheme tries to have the best of both world.

From a physical point of view, diffusion is the capacity of smoothing sharp interface: think you have two gas separated by a wall. Once you remove the wall, the two gas mixes by diffusion.

I am not too sure about dispersion.

Hope it helps. Julien
__________________
---
Julien de Charentenay
julien.decharentenay is offline   Reply With Quote

Old   February 9, 2011, 20:14
Default
  #5
New Member
 
Join Date: Feb 2010
Posts: 12
Rep Power: 16
dut_thinker is on a distinguished road
Julien de Charentenay
Thank you very much.
Your explanation really gave me a gret help.
dut_thinker is offline   Reply With Quote

Old   February 10, 2011, 12:19
Default
  #6
Member
 
Mohammad Reza Hadian
Join Date: Mar 2009
Location: Yazd, Iran
Posts: 52
Rep Power: 17
hadian is on a distinguished road
in mathematical view, numerical diffusion is created when the highest term in truncation error is a factor of even order difference (\frac{\partial ^2}{\partial x^2} و \frac{\partial ^4}{\partial x^4} , ...) , however in numerical dispersion that is in odd order of difference (\frac{\partial ^3}{\partial x^3} و \frac{\partial ^5}{\partial x^5} , ...).
hadian is offline   Reply With Quote

Old   February 10, 2011, 20:11
Default
  #7
New Member
 
Join Date: Feb 2010
Posts: 12
Rep Power: 16
dut_thinker is on a distinguished road
Thanks for your reply, hadian.
Maybe it could be understood in this way. Just as you said, while the trunction error is even order difference, like diffusion equation it has diffusion characteristic; while the trunciton error is odd order difference, like advection equaiton, it will be propagated like wave.
dut_thinker is offline   Reply With Quote

Old   February 10, 2011, 23:49
Default
  #8
Senior Member
 
Ahmed
Join Date: Mar 2009
Location: NY
Posts: 251
Rep Power: 18
Ahmed is on a distinguished road
Quote:
Originally Posted by dut_thinker View Post
According to my understanding, diffusion is a process caused by concentration difference. Dispersion is the combined effort of adveciton and diffusion.
Is it right or not?
Thank you in advance.

Your first post was not far from the physical meaning.
Diffusion is the transport of mass, energy, momentum as a result of the random Molecular movements, expressed in a mathematical language as the result of multiplying some constant by the first gradient of the quantity of interest, eg, heat conduction in solids results from multiplying the coefficient of thermal conductivity (k) by the first derivative of the driving force, temperature difference (dT/dx etc)
Dispersion is as you said, and the meaning of advection (convection) is clear
In numerical analysis, terms that look like their physical counter parts are called numerical ....................
Ahmed is offline   Reply With Quote

Old   February 11, 2011, 00:09
Default
  #9
New Member
 
Join Date: Feb 2010
Posts: 12
Rep Power: 16
dut_thinker is on a distinguished road
Ahmed, thanks for your reply.
I totally agree with you about the defination of diffusion.
However, i don't think advection and convection are the same thing.
Because convectino equals to advection only while there is no diffusion.
dut_thinker is offline   Reply With Quote

Old   April 29, 2015, 10:22
Default
  #10
New Member
 
Mohammadmahdi Ghiji
Join Date: Jan 2010
Location: Australia
Posts: 1
Rep Power: 0
MMGHEIJI is on a distinguished road
Send a message via Skype™ to MMGHEIJI
Dear Hadian,
I guess you made a mistake in describing of EVEN-ODD ORDERS
Based on h.Jasak (1999), high resolution NVD differencing scheme for arbitrarily unstructured mesh paper, we would have a numerical diffusion if:
1.the highest of the truncation error includes ODD-ORDER spatial derivatives, the solution will be affected by a certain amount of numerical diffusion
2. If on the other hand, the leading truncation term include EVEN-ORDER spatial derivatives numerical dispersion occurs.
MMGHEIJI is offline   Reply With Quote

Old   April 29, 2015, 12:57
Default
  #11
Senior Member
 
truffaldino's Avatar
 
Join Date: Jan 2011
Posts: 249
Blog Entries: 5
Rep Power: 17
truffaldino is on a distinguished road
Quote:
Originally Posted by dut_thinker View Post
According to my understanding, diffusion is a process caused by concentration difference. Dispersion is the combined effort of adveciton and diffusion.
Is it right or not?
Thank you in advance.
And dispersion is a dependence of wave speed on their wavelength.

In the non-dispersive medium all the waves move with the same velocity.


Numerical diffusion is a particular case of that (dispersion happens due to presence of "higher derivatives").
truffaldino 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
please contribute with ideas: fluent and false/numerical diffusion mario91 FLUENT 2 January 20, 2010 10:42
Measuring numerical diffusion and dispersion - strange effects cbeck OpenFOAM Running, Solving & CFD 0 March 31, 2009 16:51
Modeling air phase diffusion w radioactive decay John Tauxe Main CFD Forum 0 July 3, 2007 15:55
convection, diffusion, advection, dispersion Lam Main CFD Forum 7 May 18, 2007 12:04
HELP: diffusion & dispersion of particle method QU KUN Main CFD Forum 0 January 22, 2004 01:21


All times are GMT -4. The time now is 20:10.