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

Laplacian term missing in simpleFoam - UEqn.H

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2011, 06:44
Default Laplacian term missing in simpleFoam - UEqn.H
  #1
New Member
 
BR
Join Date: May 2009
Posts: 23
Rep Power: 16
Balakrshnan Ramakrishnan is on a distinguished road
Dear Foamers,
I am trying to understand the code for simpleFoam and I came across the wiki for the same

HTML Code:
http://openfoamwiki.net/index.php/The_SIMPLE_algorithm_in_OpenFOAM
In the above link , in the "Implementation of the SIMPLE algorithm in OpenFOAM" section,

the second equation says that the

tmp<fvVectorMatrix> UEqn
(
fvm::div(phi, U) - laplacian(nu,U)
);


But in the actual file UEqn.H in the /solvers folder , the code is as below

tmp<fvVectorMatrix> UEqn
(
fvm::div(phi, U)
+ turbulence->divDevReff(U)
);


Is the laplacian term replaced with a turbulence term??

Can someone help to figure this out?

Your help is highly appreciated.

Thanks
Balakrshnan Ramakrishnan is offline   Reply With Quote

Old   April 4, 2011, 17:45
Default
  #2
Senior Member
 
santiagomarquezd's Avatar
 
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 23
santiagomarquezd will become famous soon enough
Hi, simpleFoam manages both laminar and turbulent cases via turbulence->divDevReff(U). This term reduces to the laplacian one in laminar cases.

Regards.
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D.
Research Scientist
Research Center for Computational Methods (CIMEC) - CONICET/UNL
Tel: 54-342-4511594 Int. 7032
Colectora Ruta Nac. 168 / Paraje El Pozo
(3000) Santa Fe - Argentina.
http://www.cimec.org.ar
santiagomarquezd is offline   Reply With Quote

Old   April 5, 2011, 10:58
Default
  #3
New Member
 
BR
Join Date: May 2009
Posts: 23
Rep Power: 16
Balakrshnan Ramakrishnan is on a distinguished road
Thanks a lot for your reply
Balakrshnan Ramakrishnan 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
laplacian term in turbulent model chai OpenFOAM Running, Solving & CFD 4 March 8, 2012 09:28
Missing Term in RAS-Models ngj OpenFOAM Bugs 17 February 29, 2012 07:05
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45
Add a source term to simpleFoam markc OpenFOAM 9 September 10, 2009 10:55
Laplacian viscous stress term in compressible solver jelmer OpenFOAM Running, Solving & CFD 3 June 23, 2006 07:31


All times are GMT -4. The time now is 15:54.