|
[Sponsors] |
July 25, 2019, 07:16 |
Vortex Frequency underestimated on hydrofoil
|
#1 |
Member
Lilian Chabannes
Join Date: Apr 2017
Posts: 58
Rep Power: 9 |
Hello,
the norvegian hydropower centre realized experiments on an hydrofoil: - https://www.ntnu.edu/nvks/f99-test-case3 - https://www.jstage.jst.go.jp/article.../_pdf/-char/en At V=11m/s, the hydrofoil should vibrate with a frequency of 630Hz. The vibration of the foil is due a von karman vortex appearing behind the trailing edge. So far, I consider only the fluid zone, and try to have the proper frequency for the vortex. So I fix V = 11 m/s, let things run and check the frequency of the vortex. But I have a much lower value, about 480Hz instead of 630Hz. Here are the known problems: - The turbulence is not fully developed, making URANS difficult to use. - URANS does not even predict the vortex. After trying some 2D cases, with different models, I tried 3D with LES (first LES case I do). I have a proper y+ on the hydrofoil, but my x+ and z+ are way too coarse for a proper LES (both about 1000 instead of [15-100]). - Smagorinsky gives about 480Hz. I joined a picture to show some information. - I read about Smagorinsky model problems and tried dynSmagorinsky and locOneEqEddy, but they crash after some time. My guess is that my mesh is too coarse for LES. - Now also running kOmegaSSTSAS, starting from the Smagorinsky solution, but it seems to damp completely the vortex. My BC is simply V = 11m/s. I tried turbulentInlet, but it doubles the computation time and I failed to use directMapped in parallel. So my questions are: - What could be the cause of the low frequency? - Any turbulence model recommended for this type of case? I use foam-extend 4.0. Ideally I don't have to multiply by 10 my number of cells Any comment appreciated. EDIT: The quality of the joined picture is terrible sorry, here it is better on google drive https://drive.google.com/file/d/1SFE...ew?usp=sharing Lilian
__________________
Feel free to join the OpenFOAM Discord https://discord.gg/P9p9eHn, a live chat about OpenFOAM |
|
August 1, 2019, 10:37 |
|
#2 |
New Member
WJ
Join Date: Feb 2016
Location: MyHome
Posts: 11
Rep Power: 10 |
Not sure if attached image shows full domain. If it is, your outlet length is not long enough. This may be one critical reason of URANS convergence problem.
Check if vortices are mixing at outlet boundary, if yes, you need to extend domain for longer outlet distance. |
|
August 2, 2019, 03:06 |
|
#3 |
Senior Member
Gerry Kan
Join Date: May 2016
Posts: 373
Rep Power: 11 |
Dear Lilian:
You might want to check the flow and pressure on the top and bottom boundaries. Ideally there should be almost no change there. If so, these boundaries are still interfering with the hydrofoil and you need to extend them further. Do you expect the flow separate? If so, check if the URANS separation point is reasonablly represented. Another possibly are end effects. If you are using symmetry for the two side walls, you might be neglecting the additional energyat the edge. Gerry. |
|
August 14, 2019, 10:18 |
|
#4 |
Member
Lilian Chabannes
Join Date: Apr 2017
Posts: 58
Rep Power: 9 |
Sorry for the late answer! I got the mails in junk for some reasons...
@misospider : My outlet is placed way further, no worries about this @GerryKan, the top and bottom boundaries are fixed dimensions, they match the experimental domain. I got some improvement in frequency by : - refining the number of cells around the edge (not refining y+, but simply having more cells around) - changing the scheme from Gauss linear to Gauss filteredLinear 0.2 0. This second change helps to reduce some wavy-problem in the flow, due to the gauss linear scheme. It smoothed my results (by introducing a bit of upwind in the scheme) while keeping the vortex. I use LES-Smagorinsky+vanDriest. RANS always damps the vortex. I now have a vortex frequency of about 550Hz, "only" 13% less than the experimental value.
__________________
Feel free to join the OpenFOAM Discord https://discord.gg/P9p9eHn, a live chat about OpenFOAM |
|
August 29, 2019, 06:56 |
|
#5 |
Member
Lilian Chabannes
Join Date: Apr 2017
Posts: 58
Rep Power: 9 |
Some more info, from literature, if it helps:
Vortex shedding frequency behind hydrofoil is always underestimated using RANS, by [15-25]%. It is because of the flow which is laminar > transitional > turbulent as we move from the leading edge to the trailing edge of the hydrofoil. Since RANS assumes a fully turbulent flow, the boundary layer is way bigger than it should, and the vortex frequency is smaller. It has been proved experimentally, by placing some rough patch at the leading edge in two papers: 1) https://www.researchgate.net/publica...ine_Stay_Vanes 2) https://www.researchgate.net/publica...cal_simulation The frequency is reduced by ~20% compared to the smooth leading edge hydrofoil, and then RANS matches the experiment. [1] obtained good results using the transitional kOmegaSST model. All this is good but doesn't explain why using LES I still underestimate the frequency quite a lot ^^. I would guess the fact of having a "curved" and not a "blunt" trailing edge doesn't help, but still. Will continue and try again kOmegaSSTLM in OpenFOAM, will keep updating if better results are obtained. Now a question: Physically, placing the rough patch at the leading triggers turbulence, and creates a bigger boundary layer at the trailing edge. Why then the frequency of the shedding is lower? EDIT: smaller boundary layer > more energy And of course, I'm open to any comments
__________________
Feel free to join the OpenFOAM Discord https://discord.gg/P9p9eHn, a live chat about OpenFOAM |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vortex shedding frequency from cylinder | UOWmecheng | CFX | 7 | July 14, 2016 20:05 |
vortex shedding frequency | naveen | OpenFOAM | 23 | May 17, 2016 09:12 |
frequency of vortex shedding | HaKu | Main CFD Forum | 3 | March 18, 2011 01:00 |
time step and vortex shedding frequency | kevin | Main CFD Forum | 16 | November 19, 2009 07:00 |
Vortex shedding frequency stays unaltered | Nelson | Main CFD Forum | 3 | March 5, 2009 11:04 |