|
[Sponsors] |
What if I use turbfoam instead of simplefoam what is steady turblence |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 18, 2008, 04:13 |
I noticed in programmers guide
|
#1 |
Senior Member
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21 |
I noticed in programmers guide,
3.2 Steady turbulent flow over a backward-facing step. So, my questions are 1. What if I use turbfoam instead of simplefoam? 2. How can turbulence be steady? what is steady turbulence? Another two questions are 3. Can I use turbfoam to solve a laminar case, what will it happen? 4. Since Rans like turbFoam.c also contain the d/dt, so concerning the information we get from both RANS and LES, what's the differences between them? Any reply is appreciated. Daniel
__________________
~ Daniel WEI ------------- Boeing Research & Technology - China Beijing, China |
|
January 18, 2008, 04:58 |
Hi Daniel,
Easy. You wish
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Hi Daniel,
Easy. You wish to use turbFoam if the flow is genuinely unsteady in the mean variables. A good example would be turbulent vortex shedding behind a cylinder: Karman vortices, which are large structures are definitely unsteady, while smaller scale turbulence is "steady" in the mean. You can talk about this in terms of "separation of scales", but this is probably too advanced right now. If you use turbFoam for a statistically steady flow, the solution will converge (= stop changing in time) and you will get the same answer as using simpleFoam. In the other direction, if you use simpleFoam on a flow which in fact is not statistically steady, the solver will "refuse to converge", which is an indication of existence of an unsteady component. There are frther issues with numerical acuracy and discretisation errors, but more on tht some other time. Enjoy, Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
January 18, 2008, 08:03 |
You mean
1. I can use turbFo
|
#3 |
Senior Member
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21 |
You mean
1. I can use turbFoam, and the answer is the same as using simpleFoam; But simpleFoam is faster and a better choice since it does not have to discretize or solve the temporal item d/dt. 2. backward-facing step flow in programmers guide is a turbulence flow which is statistically steady, and that is what is called steady turbulence. Please correct me if i am wrong. Thank you, Hrv. Daniel
__________________
~ Daniel WEI ------------- Boeing Research & Technology - China Beijing, China |
|
January 18, 2008, 08:09 |
What about the last two questi
|
#4 |
Senior Member
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21 |
What about the last two questions?
1. What if I use a solver with RANS method to solve a laminar problem, what will happen? can I get the same result as with the laminar solver? 2. Since Rans solver also contain the discretization of d/dt, and then we get a series of time step result, just like LES method. So concerning the information of result we get from both RANS and LES, what are their differences? I mean concerning the information of the results. Thanks a lot. Daniel
__________________
~ Daniel WEI ------------- Boeing Research & Technology - China Beijing, China |
|
January 18, 2008, 13:13 |
Ad 1: Nothing. Choose a lamina
|
#5 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Ad 1: Nothing. Choose a laminar "turbulence model" and you're done. Have a look at the equations, ou will see the difference being only the Reynolds stress term.
Ad 2: The modelling assumptions are completely different: in RANS you are solving for mean values, whereas in LES you are looking at filtered values - the difference is fundamental. Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SimpleFoam unable to reach steady state | francois | OpenFOAM Running, Solving & CFD | 8 | November 19, 2009 14:33 |
TurbFoam simpleFoam incompatible fields for operation | braennstroem | OpenFOAM Running, Solving & CFD | 0 | June 19, 2008 11:43 |
SimpleFoam result for turbFoam initialisation | philippose | OpenFOAM Running, Solving & CFD | 0 | November 26, 2006 11:24 |
Differences between simpleFoam an turbFoam | francois | OpenFOAM Running, Solving & CFD | 3 | November 15, 2005 15:03 |
Question about simplefoam and turbFoam | rogerio | OpenFOAM Running, Solving & CFD | 2 | June 13, 2005 08:16 |