|
[Sponsors] |
Use of face centered differences in gradient computation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 25, 2011, 06:56 |
Use of face centered differences in gradient computation
|
#1 |
New Member
Henning Heiberg-Andersen
Join Date: Aug 2011
Location: Bergen, Norway
Posts: 2
Rep Power: 0 |
Hi,
According to the recent work of Richrds and Norris (J. Wind Eng Ind.Aerodyn 99 (2011) 257-266), the near ground spike in turbulent kinetic enery in the k-epsilon model originates from an inconsistency in the discretization. This error can be removed by computing all gradients in terms of face centered differences. Can this shift be achieved by any of the options in the fvSchemes file? Best regards, Henning Heiberg-Andersen |
|
August 25, 2011, 10:34 |
|
#2 |
Senior Member
Steven van Haren
Join Date: Aug 2010
Location: The Netherlands
Posts: 149
Rep Power: 16 |
Are you sure this is not already being done?
I think discritization (53) from the paper you refer to is not possible in an unstructered code. Furthermore, in kEpsilon.C: Code:
volScalarField G("RASModel::G", nut_*2*magSqr(symm(fvc::grad(U_)))); Is this what you were referring to? |
|
August 25, 2011, 12:41 |
|
#3 |
Super Moderator
|
I have asked this question before
http://www.cfd-online.com/Forums/ope...ume-field.html and I think there is no such scheme available. Please correct me if I am wrong. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Netgen] Import netgen mesh to OpenFOAM | hsieh | OpenFOAM Meshing & Mesh Conversion | 32 | September 13, 2011 06:50 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |