|
[Sponsors] |
OpenFoam implementation of Wilcox's latest k-omega model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 13, 2011, 10:37 |
OpenFoam implementation of Wilcox's latest k-omega model
|
#1 |
Member
Zachariah Swetky
Join Date: Aug 2011
Posts: 36
Rep Power: 15 |
Does anyone know if OpenFoam has an implementation of David Wilcox's latest k-omega turbulence model? I am specifically referring to the one referenced in:
"Formulation of the k-omega Turbulence Model Revisited" David Wilcox AIAA Journal Nov. 2008 I have found his older model (kOmega)... Thanks in advance. |
|
September 14, 2011, 04:08 |
|
#2 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
The implementation of the kOmega in OpenFOAM is from 1988, it is already different from the 2006 version (Wilcox, Turbulence Modeling for CFD, 3rd Edition,2006).
It should not be too hard to change the equation and recompile the model with. The version from 2006 for example is missing the stress delimiter and the cross diffusion term. Both of them are fairly easily added to the equations already in place under $FOAM_SRC/turbulenceModels/incompressible/RAS/kOmega. You would need some C++ knowledge though in order to modify the model.
__________________
~roman |
|
September 14, 2011, 09:12 |
|
#3 |
Member
Zachariah Swetky
Join Date: Aug 2011
Posts: 36
Rep Power: 15 |
Thank you romant. This helps greatly.
|
|
June 19, 2017, 12:05 |
|
#4 |
Member
Fei Fan
Join Date: Jul 2013
Location: NanJing, China
Posts: 54
Rep Power: 13 |
||
Tags |
openfoam, turbulence |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
SAS Turbulence model in OpenFOAM | Steven85 | OpenFOAM | 0 | July 22, 2011 05:36 |
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 3 | September 8, 2010 07:25 |
Implementation of the Low-Reynolds-number Chien model | om3ro | Main CFD Forum | 0 | March 24, 2010 19:16 |
A reference on implementation of Spalart-Alam. Turbulence Model? | Mohammad Kermani | Main CFD Forum | 2 | December 26, 1999 03:56 |