gdtk-uq / gdtk

The Gas Dynamics Toolkit (GDTk) is a set of software tools for simulating high speed fluid flow, maintained at The University of Queensland and the University of Southern Queensland, Australia.
https://gdtk.uqcloud.net/
Other
59 stars 15 forks source link

Turbulence models #45

Open jr144393 opened 8 months ago

jr144393 commented 8 months ago

Is the Menter-SST turbulence model available for use? Is that part of the config.turbulence=k-omega model but must be invoked in a specific way? What I mean is the model presented by Menter, F. R., "Two-Equation Eddy-Viscosity Turbulence Models for Engineering Applications," available?

It appears that the model based on "Improved Two-Equation k-omega Turbulence Models for Aerodynamic Flows", F. R. Menter, NASA TM 103975 (1992) might be available, could someone provide an example of how that might be invoked?

uqngibbo commented 7 months ago

Hi jr,

We currently do not have the Menter SST model available, however I do have an unpublished implementation of it that I am working on. If you have a burning need for SST I can try and find some time to validate and push it.

We do have the 2 equation k_omega model as you suggest. An example of its use is in: examples/eilmer/2D/flat-plate-turbulent-mabey/steady-state-solver

jr144393 commented 7 months ago

Thank you for the direction on where to find the implementation of the k_omega model. I will likely need to use the SST model nearing mid-February. If you have the time to push it out before then, it would be greatly appreciated.