|
[Sponsors] |
Laplacian term missing in simpleFoam - UEqn.H |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 4, 2011, 07:44 |
Laplacian term missing in simpleFoam - UEqn.H
|
#1 |
New Member
BR
Join Date: May 2009
Posts: 23
Rep Power: 17 |
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 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 |
|
April 4, 2011, 18:45 |
|
#2 |
Senior Member
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 24 |
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 |
|
April 5, 2011, 11:58 |
|
#3 |
New Member
BR
Join Date: May 2009
Posts: 23
Rep Power: 17 |
Thanks a lot for your reply
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
laplacian term in turbulent model | chai | OpenFOAM Running, Solving & CFD | 4 | March 8, 2012 10:28 |
Missing Term in RAS-Models | ngj | OpenFOAM Bugs | 17 | February 29, 2012 08:05 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |
Add a source term to simpleFoam | markc | OpenFOAM | 9 | September 10, 2009 11:55 |
Laplacian viscous stress term in compressible solver | jelmer | OpenFOAM Running, Solving & CFD | 3 | June 23, 2006 08:31 |