CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

A practical question on LES

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By FMDenaro
  • 1 Post By sbaffini

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 29, 2018, 04:04
Default A practical question on LES
  #1
Senior Member
 
Join Date: Dec 2017
Posts: 153
Rep Power: 8
AliE is on a distinguished road
Hello CFD friends,

Today I have for you a practical question on LES. I would like to implement some simple LES models (with no dynamic procedure) in my code (e.g. Smagorinsky or WALE).

After that the filtering procedure has been carried out, an equation formally similar to RANS comes out. The Reynolds stress tensor is approximated:

\tau_{ij} -1/3\tau_{kk}\delta_{ij}= 2\mu_t S_{ij}

With \mu_t modelled somehow. The eddy viscosity term can be associated to the diffusion term in the NS equation, while the diagonal term 1/3\tau_{kk}\delta_{ij} is assorbed by the pressure term.

Mathematically I am fine with this, but practically I have this question:

While I am solving numerically the problem, the diagonal term is simply assorbed by the pressure and thus "disappear" from my equation or have I to add it to rhs of equations?

Thanks for clarifying me this step!
AliE is offline   Reply With Quote

Old   October 29, 2018, 05:13
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,775
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by AliE View Post
Hello CFD friends,

Today I have for you a practical question on LES. I would like to implement some simple LES models (with no dynamic procedure) in my code (e.g. Smagorinsky or WALE).

After that the filtering procedure has been carried out, an equation formally similar to RANS comes out. The Reynolds stress tensor is approximated:

\tau_{ij} -1/3\tau_{kk}\delta_{ij}= 2\mu_t S_{ij}

With \mu_t modelled somehow. The eddy viscosity term can be associated to the diffusion term in the NS equation, while the diagonal term 1/3\tau_{kk}\delta_{ij} is assorbed by the pressure term.

Mathematically I am fine with this, but practically I have this question:

While I am solving numerically the problem, the diagonal term is simply assorbed by the pressure and thus "disappear" from my equation or have I to add it to rhs of equations?

Thanks for clarifying me this step!



Yes, it disappears from the practical computation but you have to consider thate the pressure field you compute by solving the elliptic pressure equation is modified implicitly by the presence of such term. But since in incompressible flows you have no thermodynamic meaning in the pressure field, no matter about this additional contribution.
AliE likes this.
FMDenaro is offline   Reply With Quote

Old   October 29, 2018, 05:23
Default
  #3
Senior Member
 
Join Date: Dec 2017
Posts: 153
Rep Power: 8
AliE is on a distinguished road
Hello Filippo,

thank you for your kind replay. This is the same conclusion that I have drawn looking at an old LES code, but I was totally unsure about this.

Thus practically only diffusion term changes via a modified eddy viscosity? Am I right?

Since this discussion is open, I will take advantage of your knowledge a little bit more if you are fine with this

I know that the inlet condition is tricky in LES. There are some codes out there that generate for you some turbulet inlet condition according to some parametern but, in your opinion, is it resonable give a uniform inflow and let the les model working in the wake region? Think for example to a stalled airfoil.
AliE is offline   Reply With Quote

Old   October 29, 2018, 06:28
Default
  #4
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,775
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by AliE View Post
Hello Filippo,

thank you for your kind replay. This is the same conclusion that I have drawn looking at an old LES code, but I was totally unsure about this.

Thus practically only diffusion term changes via a modified eddy viscosity? Am I right?

Since this discussion is open, I will take advantage of your knowledge a little bit more if you are fine with this

I know that the inlet condition is tricky in LES. There are some codes out there that generate for you some turbulet inlet condition according to some parametern but, in your opinion, is it resonable give a uniform inflow and let the les model working in the wake region? Think for example to a stalled airfoil.



Yes, for an eddy viscosity model (both static and dynamic) only the viscosity is changed.


The inflow conditions in LES (actually also in DNS) are an issue, many different proposals can be found, I cannot say if one can be preferred to others. What you can do is to prescribe a uniform inlet by adding some noise but be aware that you need to add a upward region into the domain to let the flow correlate physically and neglecting the numerical setting before impacting the airflow. Therefore you will add more grid points and consequently increase the computational cost.
FMDenaro is offline   Reply With Quote

Old   October 29, 2018, 09:24
Default
  #5
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,151
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
Quote:
Originally Posted by FMDenaro View Post
Yes, it disappears from the practical computation but you have to consider thate the pressure field you compute by solving the elliptic pressure equation is modified implicitly by the presence of such term. But since in incompressible flows you have no thermodynamic meaning in the pressure field, no matter about this additional contribution.
Just to mention explicitly that, for a compressible code, or whenever you need the absolute pressure value (e.g., for thermodynamics), you would need to actually subract that turbulent contribution for your purpose.

Nonetheless, it is not uncommon to just don't do that even for compressible flows as the turbulent contribution tends to be a rather small % of the total pressure and it is also affected by modeling errors.


The same also happens, for example, when gravity is used and hydrostatic pressure absorbed in the pressure. In this case, however, it is of paramount importance to actually remove the hydrostatic part before using the pressure.
AliE likes this.
sbaffini is offline   Reply With Quote

Old   October 29, 2018, 09:29
Default
  #6
Senior Member
 
Join Date: Dec 2017
Posts: 153
Rep Power: 8
AliE is on a distinguished road
Ok, loud and clear guys. thanks!
AliE is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time required for RANS vs. LES vs. DNS Wingman Main CFD Forum 5 September 25, 2021 08:28
LES filtering question martyn88 OpenFOAM Running, Solving & CFD 1 October 18, 2012 03:08
question regarding LES usker Siemens 1 June 29, 2008 18:33
LES beginner question Shuo Main CFD Forum 4 July 9, 2007 08:40
Basic LES question toyCFD Main CFD Forum 3 August 23, 2006 15:09


All times are GMT -4. The time now is 03:33.