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

Turbulence modelling using Machine Learning for Turbulent Channel Flow

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By sbaffini
  • 1 Post By LuckyTran
  • 1 Post By sbaffini
  • 1 Post By Disco_Broccoli

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 6, 2020, 23:18
Default Turbulence modelling using Machine Learning for Turbulent Channel Flow
  #1
New Member
 
J.B.
Join Date: Jun 2020
Posts: 11
Rep Power: 5
Disco_Broccoli is on a distinguished road
Hi people! This is my first post here and hopefully it is at the right place. I am doing a master degree with focus on machine learning and turbulence modelling. After reading a few papers, one strategy consists of developing closures for the Reynolds Stress tensor using an infinite tensor polynomial (Pope 1975). The author mentions it's the most general expression. I know it is based on Cayley-Hamilton theory. However, I'm not really great at math and I would like to know if someone understands how the infinite polynomial was reduced to be the sum of 10 tensors, and what does invariants mean in this case? Looked into his manual but couldn't find the clarification that I need. Thanks

https://www.reddit.com/r/CFD/comment..._learning_for/
Disco_Broccoli is offline   Reply With Quote

Old   June 7, 2020, 03:00
Default
  #2
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,152
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
Can't really help now, but the fact that you posted it on reddit first and then came here, for some reason, reminds me of the prodigal son parable

But, let's first start from a simple fact: do you understand the basis of Cayley-Hamilton theorem (https://en.wikipedia.org/wiki/Cayley...milton_theorem)? In that case one would only need to explain why exactly 10 tensors

Second: very roughly, an invariant of a tensor is some quantity that, if tensor is transformed into another reference frame, still has the same value (but someone more into math might certainly give you a better deinition... including wikipedia, I guess https://en.wikipedia.org/wiki/Invariants_of_tensors)

For reference, the original work mentioned by op is here https://tcg.mae.cornell.edu/pubs/Pope_JFM_75.pdf
Disco_Broccoli likes this.

Last edited by sbaffini; June 7, 2020 at 04:09.
sbaffini is offline   Reply With Quote

Old   June 7, 2020, 06:48
Default
  #3
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,672
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
It's explained in detail for the 2D case in the appendix. So are you able to follow that? If not, which parts are confusing?

For 3D, we just need to repeat the same stuff in the appendix to derive the 10 independent tensors. For this, a hint is that it's related to the n-th power of a matrix property which you can get from the Wiki article. There is a reference for the derivation in the 3D case. Nonetheless, the 10 independent tensors in 3D are given. Another hint is that we are looking only for tensors that are symmetric and have zero trace.
Disco_Broccoli likes this.
LuckyTran is offline   Reply With Quote

Old   June 7, 2020, 10:29
Default
  #4
New Member
 
J.B.
Join Date: Jun 2020
Posts: 11
Rep Power: 5
Disco_Broccoli is on a distinguished road
Hi sbaffini, thanks for the reply! My understanding of the Cayley-Hamilton theorem is basic. I know that if a matrix is the argument of their own characteristic equation then it is a solution and equals 0. As for invariants, I also have roughly the same idea as you. I know from Pope that the invariants are scalars obtained from the tensors but could there be a physical meaning behind let's say {S^2} which is if I am correct S_ii^2?
Disco_Broccoli is offline   Reply With Quote

Old   June 7, 2020, 11:15
Default
  #5
New Member
 
J.B.
Join Date: Jun 2020
Posts: 11
Rep Power: 5
Disco_Broccoli is on a distinguished road
Hi LuckyTran, thanks for the reply! In the appendix A, (A.1) is the generalized Cayley-Hamilton theorem for 2x2 matrix.

c^{2} = c \; tr(c) - 1/2 \; I_{2}(tr(c)^2-tr(c^2)) (A.1)

However, I don't understand the steps between (A.3) and (A.4)

bab = 1/2 \; (a - I_2 \; tr(a)) \; (tr(b)^2 - tr(b^2)) + b \; tr(ab) (A.3)

P  = a^{\alpha_1} \; b^{\beta_1} \; a^{\alpha_2} \; b^{\beta_2}... \;  a^{\alpha_n} \; b^{\beta_m} (A.4)

I appreciate the help!
Disco_Broccoli is offline   Reply With Quote

Old   June 8, 2020, 04:40
Default
  #6
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,152
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
Cayley-Hamilton here means that a tensor fullfills its own characteristic polynomial equation, so in 3D you can express A^3 as function of A^2, A, I and the invariants of A.

It is then easy to see that, because A^4 = AA^3=A f_1\left(A^2,A,I\right)=f_2\left(A^3,A^2,A\right)=f_3\left(A^2,A,I\right), you can also express higher powers of A with powers up to the second by repeatedly substituting A^3.

All this machinery only serves the purpose to justify the fact that whatever power series of 3D second order tensors can be expressed as just a second order polynomial in the tensor, whose coefficients are functions of the tensor invariants.

The invariants are the coefficients of the characteristic polynomial but, coming from the actual tensor and being invariant to frame rotation, they typically bring physical meaning. For example I_1, when applied to S, is the divergence of the velocity field. Other familiar terms may or not come out, depending on the tensor you are working on and the field (note that Pope includes turbulence terms in his definition of s).

Now, what really complicates the matter here is the fact that you have a dependence from both S and W, but you also have that a, the quantity that it is looked for (the non-dimensional Reynolds stress) is symmetric and zero trace (because the flow is assumed incompressible). Personally, also because of the lengthy procedure in 3D, I always took for granted the last step: the independent invariants and tensors that you can build from S and W that are also symemtric and zero trace are those reported in the paper (section 3).

To grasp the reasoning behind this in 2D, you have to go to the appendix (or look for the extended works of Spencer and Rivlin on the subject). Note that A4 doesn't come from the previous equations, it is just a starting hypothesis, that is you assume to have a polynomial whose general term woul look like P. I have difficulties in proving A3 without pencil and paper but, after that, everything should just follow easily.
Disco_Broccoli likes this.

Last edited by sbaffini; June 10, 2020 at 03:40.
sbaffini is offline   Reply With Quote

Old   June 8, 2020, 15:21
Default
  #7
New Member
 
J.B.
Join Date: Jun 2020
Posts: 11
Rep Power: 5
Disco_Broccoli is on a distinguished road
Hi sbaffini, your input has clarified some confusion that I had. Thank you!
sbaffini likes this.
Disco_Broccoli 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
kOmegaSST without turbulence modelling of the flow around geometry CFDnewbie147 OpenFOAM Running, Solving & CFD 7 December 5, 2013 07:29
Modeling the mixing of air and kerosene in a flow channel StefanG CFX 3 June 11, 2012 20:21
About Turbulence Intensity (Pipe flow assimilated) gRomK13 Main CFD Forum 1 July 10, 2009 03:11
Advice on multi-phase flow modelling Martin Main CFD Forum 3 October 14, 2008 05:16
Code release: Flow Transition and Turbulence Chaoqun Liu Main CFD Forum 0 September 26, 2008 17:15


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