|
[Sponsors] |
October 26, 2017, 16:59 |
Application of SST model by CEL
|
#1 |
New Member
linlin.geng
Join Date: Oct 2017
Posts: 22
Rep Power: 9 |
S11=Velocity u.Gradient X
S12=0.5*(Velocity u.Gradient Y+ Velocity v.Gradient X) S13=0.5*(Velocity u.Gradient Z+ Velocity w.Gradient X) S22=Velocity v.Gradient Y S23=0.5*(Velocity v.Gradient Z+Velocity w.Gradient Y) S33=Velocity w.Gradient Z S21=S12 S23=S32 S31=S13 S=sqrt(2*S11^2+2*S12^2+2*S13^2+2*S21^2+2*S22^2+2*S 23^2+2*S31^2+2*S32^2+2*S33^2) a1=5/9 UtSST=Density*a1*Turbulence Kinetic Energy /max(a1 *Turbulence Eddy Frequency, S *Second Blending Function for SST model) The above CEL languages are applied to the CFX code to be the eddy viscosity of SST turbulent model. But the predicted results using the above CEL is not the same as the results predicted by the SST model. I do not know why, is it the CEL problem. If anyone knows why, please inform me in this forum or contact me with my e-mail(mosu2010@outlook.com). thanks |
|
October 26, 2017, 19:05 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
I have not checked your implementation in detail, and I have to assume that the simulation you are using to make this assessment is correct as well. In that case a possible explanation of the difference is the different way the function is coupled into the other equations. In the solver version of the SST model the turbulence equations are coupled into the solver tightly, but in CEL the coupling is looser. This means achieving convergence will be harder.
|
|
October 27, 2017, 05:22 |
|
#3 |
Senior Member
Mr CFD
Join Date: Jun 2012
Location: Britain
Posts: 361
Rep Power: 15 |
Have you linearised your source terms? If you haven't read up a book by Patankar called Numerical Heat and Fluid Flow.
|
|
October 27, 2017, 06:18 |
|
#4 | |
New Member
linlin.geng
Join Date: Oct 2017
Posts: 22
Rep Power: 9 |
Quote:
i also consider the situation as you think, but the fact that the big difference between these two method when i simulation the cavitating flows makes me confused, and can you give me some suggestions. thank you very much. |
||
October 27, 2017, 06:21 |
|
#5 |
New Member
linlin.geng
Join Date: Oct 2017
Posts: 22
Rep Power: 9 |
I just replicate the eddy viscosity of SST model by the CEL languages, so what does it have to do with the source terms. I do not understand. can you give me a clear explaniation. thank you very much.
|
|
October 27, 2017, 06:52 |
|
#6 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Please attach the CCL of your simulation. To understand your results we will need to know how you have setup the model.
|
|
October 27, 2017, 07:31 |
|
#7 | |
New Member
linlin.geng
Join Date: Oct 2017
Posts: 22
Rep Power: 9 |
Quote:
# Build 17.1 2016.04.12-14.50-136032 LIBRARY: CEL: EXPRESSIONS: S = 2^0.5*(S11 ^2+S12 ^2+S13 ^2+S21 ^2+S22 ^2+S23 ^2+S31 ^2+S32 ^2+S33 \ ^2)^0.5 S11 = water.Velocity u.Gradient X S12 = 0.5*(water.Velocity u.Gradient Y+ water.Velocity v.Gradient X) S13 = 0.5*(water.Velocity u.Gradient Z+water.Velocity w.Gradient X) S21 = S12 S22 = water.Velocity v.Gradient Y S23 = 0.5*(water.Velocity v.Gradient Z+water.Velocity w.Gradient Y) S31 = S13 S32 = S23 S33 = water.Velocity w.Gradient Z a1 = 5/9 utSST = Density *a1 *water.Turbulence Kinetic Energy /max(a1 \ *water.Turbulence Eddy Frequency, S *Second Blending Function for SST \ model) END END END COMMAND FILE: Version = 17.1 END Please check. Thank you very much. |
||
October 27, 2017, 07:55 |
|
#8 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Please attach ALL the CCL. Not just the first bit.
|
|
October 27, 2017, 08:02 |
|
#9 |
New Member
linlin.geng
Join Date: Oct 2017
Posts: 22
Rep Power: 9 |
please check the attached files.
|
|
October 28, 2017, 07:15 |
|
#10 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
I note that this is a multiphase cavitation model. This adds a whole new dimension of complexity to the simulation.
How about you see if your function is the same as the built in SST model on a simpler single phase simulation? |
|
October 29, 2017, 16:30 |
|
#11 |
New Member
linlin.geng
Join Date: Oct 2017
Posts: 22
Rep Power: 9 |
yes, when i simulate the single phase using the SST model and the CEL of SST, the difference is very small. but in the case of cavitation prediction, the difference will be not negligible. May be the question of my CEL. i will check it in detail. thank you again.
|
|
Tags |
sst cel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
General question about SST turbulence model | Richard Renaud | CFD Freelancers | 1 | December 19, 2015 05:13 |
k - omega SST turbulence model with wall functions | kenan | Main CFD Forum | 0 | January 17, 2013 07:14 |
K - epsilon VS SST turbulence model | Maicol | Main CFD Forum | 0 | November 30, 2012 17:25 |
convergence problem of the SST and RNG k-e model for mixing tank | ziyan7 | FLUENT | 0 | March 8, 2011 07:13 |
Understanding k-omega SST model source code | tmhonka | OpenFOAM Programming & Development | 1 | September 8, 2009 08:33 |