CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Diffusion term in OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 4, 2013, 08:00
Default Diffusion term in OpenFOAM
  #1
New Member
 
Matthias Stammen
Join Date: Oct 2010
Posts: 8
Rep Power: 15
MatzeS is on a distinguished road
Hello,

checking the term turbulence->divDevReff(U) I came up with the following question:

The diffusion term for incompressible flows should look somehow like this (here, I ignored the viscosity):
fvc::div(fvc::grad(U)+fvc::grad(U)().T())
And this can be transformed to this:
fvc::laplacian(U)
But when I implement that into OpenFOAM, those terms give different results. I assume it is connected to the discretization schemes, but even when I use linear for all schemes, it gives me different results.
So, what do I do wrong? What do I miss? Is it because of wall-functions or boundary conditions?
Any comment is appreciated...

Regards,
Matze
MatzeS is offline   Reply With Quote

Old   February 12, 2014, 09:23
Default
  #2
Senior Member
 
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 21
jherb is on a distinguished road
I think this wiki page might explain what is going on here:
http://openfoamwiki.net/index.php/Bu...DevReff.28U.29

Also have a look at this thread (the difference between compressible and incompressible models goes away if the continuity equation is fulfilled after convergence of the solution):
http://www.cfd-online.com/Forums/ope...ivdevreff.html
jherb is offline   Reply With Quote

Old   February 12, 2014, 09:43
Default
  #3
Senior Member
 
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 21
Bernhard is on a distinguished road
Quote:
Originally Posted by MatzeS View Post
Hello,

checking the term turbulence->divDevReff(U) I came up with the following question:

The diffusion term for incompressible flows should look somehow like this (here, I ignored the viscosity):
fvc::div(fvc::grad(U)+fvc::grad(U)().T())
And this can be transformed to this:
fvc::laplacian(U)
But when I implement that into OpenFOAM, those terms give different results. I assume it is connected to the discretization schemes, but even when I use linear for all schemes, it gives me different results.
So, what do I do wrong? What do I miss? Is it because of wall-functions or boundary conditions?
Any comment is appreciated...

Regards,
Matze
You ignored viscosity in your derivation. The turbulent viscosity is not constant, so you can't pull it through the differential.
Bernhard is offline   Reply With Quote

Old   February 12, 2014, 09:55
Default
  #4
New Member
 
Matthias Stammen
Join Date: Oct 2010
Posts: 8
Rep Power: 15
MatzeS is on a distinguished road
Hello,

thank you for your reply, it was very helpful!

Regards,
Matze
MatzeS 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
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
Numerical Diffusion in OpenFOAM srikanth_b OpenFOAM 0 September 28, 2011 04:50
Using source term in OpenFOAM user369 OpenFOAM 13 August 7, 2011 08:51
diffusion Term for add. Variable Zaktatir CFX 9 July 16, 2011 09:51
Numerical diffusion error Z.Zeng Main CFD Forum 8 October 22, 1999 09:06


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