|
[Sponsors] |
November 19, 2013, 13:21 |
Test cases for LES validation without wall
|
#1 |
Member
Join Date: Oct 2012
Posts: 46
Rep Power: 14 |
Hi everyone!!
I've written a 3d unstructured grid code in C for LES using Static Smagorosnky model. The code runs fine with good results for low Re, laminar cases. I've not implemented wall function in the code. Can somebody please suggest me some reference from where I can validate my code, preferably using the free shear flow.(preferably jet) Also can you please suggest me a case of turbulent flow (with free shear) for k-e RANS model, with boundary conditions. (I want to compare the code with Fluent simulated RANS model results). |
|
November 19, 2013, 14:06 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Quote:
have you seen the AGARD database? Furthermore, provided that you have a well refined grid in the boundary lauer, you can run channel flows without wall functions |
||
November 20, 2013, 03:01 |
|
#3 |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
Check the Taylor Green vortex and homogeneous isotropic turbulence. They are the classical playgrounds for LES. The Taylor Green vortex is particularly easy to set up and evaluate, and tons of papers exist.
|
|
November 20, 2013, 03:02 |
|
#4 |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
A word of caution though: the static Smagorinsky will add viscosity even in the laminar region, so be prepared for that when computing flows with transition.
|
|
November 21, 2013, 03:28 |
|
#5 |
Member
Join Date: Oct 2012
Posts: 46
Rep Power: 14 |
Thank you everyone for your replies,
@FMDenaro: I have not seen AGARD database, but will do it now! @cfdnewbie: Well yes it will, thanks for pointing out!! (I honestly didn't think on it!) But can we first run the case to convergence for laminar case till steady state and then use the laminar case as initial condition for the flow and also introduce perturbation at the inlet to this flow field( through some random number generator) and then run it with Static Smagoronski? Is the above said approach OK when done with k-e model?? |
|
November 21, 2013, 04:32 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Running a LES code is different from using the k-eps one ....
Two case are possible, 1) you want to simulate a time-evolution of the flow, therefore you have to set initial and boundary conditions corresponding to the physical problem at the best you can. 2) you want to simulate a statistical steady state, then you can set initial and boundary conditions and run the LES code until the "numerical" transient is finished, only after that you can sample your solution |
|
November 21, 2013, 04:50 |
|
#7 | |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
Quote:
|
||
November 21, 2013, 06:16 |
|
#8 |
Member
Join Date: Oct 2012
Posts: 46
Rep Power: 14 |
Thank you for your replies!!
please suggest me how should i do time stepping? i.e should i go for time step to satisfies courant number criteria, or should i go for kolmogrov time scale for time stepping. Can you also suggest how does kolmogrov length scale affect my mesh in unstructured grid? |
|
November 21, 2013, 06:21 |
|
#9 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Kolmogorov lenght scale is a physical issue, depends only on your problem. The way you use the grid size will be your choice dictated by several factors and determine if you are doing a spatial LES or you are able to solve all lenght scales in a DNS approach.
|
|
November 21, 2013, 06:30 |
|
#10 |
Member
Join Date: Oct 2012
Posts: 46
Rep Power: 14 |
This means no matter how I define my grid it will not affect my solution, when using some fixed model for LES.
Can you comment on the time stepping? |
|
November 21, 2013, 06:43 |
|
#11 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Quote:
No, that's not so simple... the grid size defines the local filter cut-off, the shape of the filter is implicitly defined by the discretization of the NS... all such issues affect the relevance of the SGS model and, hence, they affect the solution. As suggestion for the time-step, use some coefficient <1 of the computed CFL and you have a good value for the time step. |
||
Tags |
boundary condition, cfd, les, turbulence analysis |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STANDARD TEST CASES FOR CFD-CODE VALIDATION | PRAVEEN CHANDRASHEKAR | Main CFD Forum | 8 | September 19, 2018 06:01 |
CFX-Pre problem, pls help!!! | cth_yao | CFX | 0 | February 17, 2012 01:52 |
Validation cases | GGerber | OpenFOAM | 7 | October 30, 2010 05:11 |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |
CFD Validation Cases | doug | Main CFD Forum | 4 | January 11, 2010 20:28 |