|
[Sponsors] |
Guidance on Implementing the Synthetic Eddy Method for Turbulence Inlet Conditions |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 21, 2023, 13:00 |
Guidance on Implementing the Synthetic Eddy Method for Turbulence Inlet Conditions
|
#1 |
New Member
Ali Abdullah
Join Date: Aug 2018
Posts: 3
Rep Power: 8 |
Hello everyone,
I'm currently working on a project in which I need to simulate turbulent flow in a duct. For the inlet boundary condition, I'd like to use the Synthetic Eddy Method (SEM) to superimpose synthetic turbulence onto the mean flow. While I understand the basic theory behind SEM, I'm struggling a bit with the actual implementation in code. Specifically, I'm unsure about generating the eddies according to the energy spectrum, imposing a divergence-free condition, and handling eddies that exit the computational domain. Would anyone be able to provide guidance or recommend resources (books, papers, online tutorials) that include detailed explanations or examples of SEM implementation in code? Additionally, are there any open-source CFD software or libraries that provide SEM as a built-in feature, which I could use as a reference? Any advice or direction would be greatly appreciated! |
|
May 21, 2023, 14:00 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,761
Rep Power: 66 |
The old synthetic eddy method which you are referring to comes from this paper. More recent papers such as by Skillen might go into more details that you care about and their source code can be found on this github.
Eddies that exit the computational domain are an entirely different issue that you don't need to worry about when coding an inlet. Eddies are partially reflected at domain exits and these are handled with non-reflecting boundary conditions. Or you can just do what 99% of ppl do and let them reflect. |
|
Tags |
cfd code, inlet boundary condition, synthetic eddy method, synthetic turbulence, turbulence generation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fixing inlet boundary conditions | manjuc | FLUENT | 11 | September 5, 2019 03:43 |
Inlet boundary conditions | Mattia | CFX | 0 | February 9, 2009 14:25 |
what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 06:13 |
Velocity Inlet Boundary Conditions | M.A. Rakib | FLUENT | 3 | June 7, 2000 10:40 |
length scales at inlet for internal flows | Anne-Marie Giroux | Main CFD Forum | 3 | July 5, 1999 22:28 |