|
[Sponsors] |
November 22, 2018, 08:49 |
Turbulent and laminar conditions in one case
|
#1 |
New Member
David
Join Date: Oct 2018
Posts: 27
Rep Power: 8 |
Hi together,
I've just started to learn about CFD simulations, especially with OpenFOAM and I asked myself what happens if I use a turbulence module like simpleFOAM for a geometry where the flow isn't turbulent at every time. I'll probably get shitty results but how do I avoid it? The case is that I have to simulate the distribution of water in a retention filter basin. The water comes to the filter basin by a special building where turbulent conditions exists but as soon as the water leaves this building and flows into the basin the conditions get laminar because of the larger area in that basin. Has anyone an idea how to handle situations like this? Thanks David |
|
November 23, 2018, 04:54 |
|
#2 | |||
Senior Member
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12 |
The turbulence model and your solver, simpleFoam, are two different things. Using a certain solver, says nothing about whether you simulate turbulence or not, and more about if you are able to resolve the spacial and temporal scales of your flow.
simpleFoam is a steady-state solver, which is perfectly fine for flows which do not change over time, e.g. a laminar one, or large vortexes that achieve a steady motion. If you want to resolve the turbulences of your flow dependent on time, you might want to use a transient solver like pisoFoam or pimpleFoam. Solvers are chosen in the system/fvSchemes dictionary. Each of the three solvers can use a turbulence model to calculate key variables like the turbulent kinetic enery k or the turbulence dissipation epsilon. This is where turbulence models come into play. Turbulence models are chose in the constant/turbulenceProperties dictionary and they require you to solver for different variables dependent on the model used. Quote:
Quote:
Quote:
Then use a pimpleFoam + RANS turbulence model. Map the velocity field, pressure and turbulence variables of your simpleFoam simulation to get a head start. Use an adjustable timestep to keep the maximum Courant number below 4.0. Give it alot of simulation runtime. Write timesteps regularily to check how and if your simulation changes from the simpleFoam solution.
__________________
If you liked my answer to your question, please consider leaving a "Like" in return |
||||
November 23, 2018, 09:28 |
|
#3 |
New Member
David
Join Date: Oct 2018
Posts: 27
Rep Power: 8 |
Thanks a lot!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX Treatment of Laminar and Turbulent Flows | Jade M | CFX | 18 | September 15, 2022 08:08 |
Running a turbulent case by using a laminar solution | quarkz | OpenFOAM Running, Solving & CFD | 4 | December 6, 2017 21:43 |
Why can i use a laminar solver for a turbulent flow? [Heat transfer problem] | blackbow | CFX | 1 | November 22, 2016 05:42 |
Ratio of eddy viscosity to molecular viscosity : Laminar or turbulent flow? | JuPa | CFX | 7 | September 9, 2013 08:45 |
pisoFoam turbulent case looks like laminar case | inf.vish | OpenFOAM Running, Solving & CFD | 0 | August 16, 2013 04:31 |