K-omega documentation and initialization
Posted: Wed May 28, 2025 4:38 pm
While checking drag coefficients on a plate under steady conditions, came across an interesting question - is there a citation for where the k-omega initialization comes from?
For sure it is problem specific and there are different choices one can make, but comparing with default choices in other models like OpenFOAM, I see quite different formula, so thought to check. Also, looking at the source:
https://github.com/code-saturne/code_sa ... nce_kw.cpp
I am surprised at the form of this equation around line 1769; it seems like omega is being initialized by ut2^3 / (1/ut2) / (ut2^2) ... which could be written a bit more simply.
P.S. Apologies if I'm failing my search skills today, but is it possible that k-omega is not undocumented in the theory guide? Looking at the v8.3 one, I would have expected it in the section on eddy viscosity models, and I don't seem to find it.
For sure it is problem specific and there are different choices one can make, but comparing with default choices in other models like OpenFOAM, I see quite different formula, so thought to check. Also, looking at the source:
https://github.com/code-saturne/code_sa ... nce_kw.cpp
I am surprised at the form of this equation around line 1769; it seems like omega is being initialized by ut2^3 / (1/ut2) / (ut2^2) ... which could be written a bit more simply.
P.S. Apologies if I'm failing my search skills today, but is it possible that k-omega is not undocumented in the theory guide? Looking at the v8.3 one, I would have expected it in the section on eddy viscosity models, and I don't seem to find it.