|
[Sponsors] |
[LES] Subgrid-scale and grid-scale energy equations |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 22, 2021, 06:35 |
|
#21 | |
Senior Member
Join Date: Jan 2018
Posts: 121
Rep Power: 8 |
Quote:
I know the concept of convection, diffusion, and dissipation I just wanted to know how did you find out that part in the equation plays a diffusion role just by looking at the equation. Now it seems that you did it by your experience. Best regards |
||
January 22, 2021, 06:57 |
|
#22 | |
Senior Member
|
Quote:
Term XII in the equation of Sagaut is slightly more complex because it allows a spatially varying kinematic viscosity, so appears under the divergence, but it is still a diffusion term. My experience is that you can understand better these things once you also start coding them. Then you will see that, no matter what, that term will always act in the same way. Let us assume that is constant and use an explicit, first order, Euler integration scheme with a second order central differentiation for the term XII, then the resulting equation you would be solving is (assuming also a 1D simpification): q_i(n+1) = q_i(n) + dt * nu * (q_i+1(n)-2*q_i(n)+q_i-1(n))/dx^2+ dt * (other terms) Now, all other terms equal, if q_i(n) is larger than the average of its neighbors, the discretization for our simplified term XII will return a negative value which, in turn, will lower the value of q_i at the next time step n+1, and increase it if it was lower than its neighbors average. It will always produce this effect, no matter which equation it is in. It is just simple as this. Actually, this is pretty much all I know about diffusion |
||
January 22, 2021, 06:57 |
|
#23 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,877
Rep Power: 73 |
Quote:
What you see in XII is a term like Div (d*Grad( )). This defines the diffusion of a specie...it could be a partial mass, the momentum, a form of energy depending on d and the variable. |
||
January 22, 2021, 08:13 |
|
#24 |
Senior Member
Join Date: Jan 2018
Posts: 121
Rep Power: 8 |
Dear Paolo and Prof. Denaro,
Thank you very very much for your patience. It is a pleasure for me to see your replies. I learned a lot from you in this forum. I really appreciate it. Kind regards |
|
Tags |
les, subgrid scale |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Different horizontal and vertical subgrid scale viscosities in LES | pablo | Fluent UDF and Scheme Programming | 0 | November 13, 2012 17:18 |
Different horizontal and vertical subgrid scale viscosities in LES | pablo | FLUENT | 0 | November 13, 2012 16:26 |
TUI command for grid scale in mm | Ralf Schmidt | Fluent UDF and Scheme Programming | 2 | March 16, 2009 07:06 |
Reynolds transport, turbulence model, etc | Beginner | Main CFD Forum | 1 | January 7, 2009 06:36 |
Combustion Convergence problems | Art Stretton | Phoenics | 5 | April 2, 2002 06:59 |