|
[Sponsors] |
September 7, 2016, 11:06 |
code for computing omega
|
#1 |
Member
annn
Join Date: Jun 2016
Posts: 40
Rep Power: 10 |
Hey,
Does anyone where I can find implementation for solving for omega for the kOmegaSST compressible turbulence model? because all I see is this and its in kOmegaSST.H file, Code:
virtual tmp<volScalarField> omega() const {return omega_;} |
|
September 8, 2016, 15:18 |
|
#2 |
Senior Member
Mahdi Hosseinali
Join Date: Apr 2009
Location: NB, Canada
Posts: 273
Rep Power: 18 |
kOmegaSST is derived from kOmegaSSTBase.
You are looking at the H file which is only definition and you are seeing the return function. To figure out how omega is being solved you should follow omega_ in the C file. and that gets you to line 426 of kOmegaSSTBase.C where the differential equation of omega is solved: http://www.openfoam.com/documentatio...55_source.html |
|
September 8, 2016, 18:22 |
|
#3 |
Member
annn
Join Date: Jun 2016
Posts: 40
Rep Power: 10 |
great thank you!
|
|
Tags |
programming, turbulent dissipation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Behaviour of the kOmegaSST in a steady-state case | Max1234 | OpenFOAM Running, Solving & CFD | 18 | October 31, 2018 09:03 |
Floating point exception error | lpz_michele | OpenFOAM Running, Solving & CFD | 53 | October 19, 2015 03:50 |
The FOAM Documentation Project - SHUT-DOWN | holger_marschall | OpenFOAM | 242 | March 7, 2013 13:30 |
Small 3-D code | Zdravko Stojanovic | Main CFD Forum | 2 | July 19, 2010 11:11 |