|
[Sponsors] |
Post-stall behaviour of airfoils using different turbulence models |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 20, 2020, 08:25 |
Post-stall behaviour of airfoils using different turbulence models
|
#1 |
New Member
Ashmita
Join Date: May 2020
Posts: 6
Rep Power: 6 |
I am simulating a NACA0012 airfoil, from 0 to 180 degrees, and comparing the cl and cd results with NASA's experimental results. Up to stall, the Spalart-Allmaras model works just fine.
However, I am unable to get converging results using the k-epsilon model even at low angles of attack even after 20k iterations. I have set the y-plus value to 30, my Reynolds number is 700k. I will be attaching my 0/ and system/ files. Can someone please take a look and tell me where I've gone wrong or what I'm missing? I have tried various things but I'm unable to set this right. I also want to know how to access the damping functions setting for the k-epsilon model in order to perform simulations for y-plus between 1&5. If someone can also direct me on any resource on how to use the k-omega and k-omega SST models for separated flow over airfoils, it would be very generous and would help me a lot. I'm new to CFD on OpenFOAM, and this is my first project. Thanks in advance! |
|
May 28, 2020, 07:34 |
|
#2 |
Senior Member
Join Date: Mar 2014
Posts: 112
Rep Power: 12 |
At post-stall range, the thing is unsteady and you have to use transient solvers in this area.
At post-stall, modeling the turbulence is more tricky and since the real turbulence has full 3D structure, using a 2D model will be over simplification. RANS/URANS models have serious limitations in this range so you have to switch better models such as DES etc. try to represent the physical phenomena more realistically but this will require much more computational power or time for the same problem. |
|
May 28, 2020, 08:19 |
|
#3 | |
New Member
Ashmita
Join Date: May 2020
Posts: 6
Rep Power: 6 |
Quote:
So, I take it that you would suggest a 3D model of the wing itself? What OpenFoam solvers would you suggest? |
||
May 28, 2020, 10:48 |
|
#4 |
Senior Member
Join Date: Mar 2014
Posts: 112
Rep Power: 12 |
Not really. I mean using a mesh by extruding the profile in side direction with enough elements (say 32 or more depending on the conditions) to capture the flow features.
As an example see this page http://www.cttc.upc.edu/node/140 You can easily find papers dealing with this type of problem. As a solver you will need pisoFoam or pimpleFoam. Last edited by mzzmrt; May 28, 2020 at 11:58. |
|
Tags |
boundary conditions, k-epsilon k-omega, stall |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiphase Turbulence Models | im_lenny | OpenFOAM Running, Solving & CFD | 8 | January 31, 2019 11:37 |
Utilities: post average turbulence fields and create turbulence fields for LES | Hanzo | OpenFOAM Running, Solving & CFD | 10 | August 18, 2017 19:33 |
Turbulence postprocessing | Mohsin | FLUENT | 2 | October 3, 2016 15:18 |
Turbulence models become invalid at Re=2000~5000? | liweif | FLUENT | 9 | August 27, 2007 12:55 |
How to set phase dependent turbulence models? | J.Yang | CFX | 2 | August 29, 2002 16:39 |