|
[Sponsors] |
August 27, 2018, 06:29 |
source in SA model(or one equation model)
|
#1 |
Member
phd
Join Date: Oct 2013
Posts: 76
Rep Power: 13 |
Hello,
May I ask something about the source term implementation of the one-equation model? In k-omega SST model, when we add the source term into the simulation, there will be source term for k and omega equations due to the two additional equations brought by the SST model. However while using source term in SA model(or all the other one-equation model), there are only places to add source for continuity, momentum and energy equations, but no place to add source for eddy viscosity. Could anyone tell me how can I insert the source for the eddy viscosity? Otherwise the implementation of source term with one-equation turbulence model seems to be incomplete because the source should also contain the source from the eddy viscosity equation. Or is there any method we can assign the eddy viscosity directly to the solver so that we can bypass the eddy viscosity computed by CFX? Such as using User Fortran or CCL command? Thank you very much! I really appreciate your help! |
|
August 27, 2018, 07:14 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
The SA turbulence model does not implement the turbulence dissipation by a source term. It does it by introducing a turbulent viscosity which is added to the molecular viscosity.
A small piece of advice about the software - it is written by CFD experts, extensively tested and thoroughly validated. There is zero chance of them forgetting something fundamental like the effect of the turbulence model on the momentum equations. If something fundamental appears to be missing the mistake is almost certainly with the user, not the software. If you want to do your own turbulence model then develop your own equation for viscosity as a function of whatever you like, and add source terms to handle the other factors. This way you can completely bypass any built in turbulence model and do whatever you like.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
August 27, 2018, 07:32 |
|
#3 |
Member
phd
Join Date: Oct 2013
Posts: 76
Rep Power: 13 |
Hi, Ghorrocks, thanks for your fast reply!
I know SA doesn't implement turbulence dissipation by source term. What I mean is in CFX when we add 'source' in the subdomain, we can only add source to the Mass, Momentum and Energy, but not to the Eddy viscosity. The contrast of that is SST model. While adding 'source' in the subdomain with SST, we can add source to Mass, Momentum, Energy, 'k' and 'omega'. Shouldn't SA model have a function to add the source for Eddy viscosity? Thanks! |
|
August 27, 2018, 07:39 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
If I recall correctly, SA is a beta model in CFX. This means it does not have all functionality in place, so it would not surprise me if the source terms are not included on the CFX-Pre GUI. You probably need to use CCL to put them in. If you want to put source terms in have a look at the CCL for adding source terms to other variables and other supported turbulence models and you should be able to figure out the syntax for SA.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
Tags |
source term, turbulence modeling |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Source Term due to evaporation in energy transport equation | styleworker | OpenFOAM Programming & Development | 3 | September 7, 2022 04:09 |
[foam-extend.org] problem when installing foam-extend-1.6 | Thomas pan | OpenFOAM Installation | 7 | September 9, 2015 22:53 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
[swak4Foam] swak4foam building problem | GGerber | OpenFOAM Community Contributions | 54 | April 24, 2015 17:02 |
[swak4Foam] swak4Foam-groovyBC build problem | zxj160 | OpenFOAM Community Contributions | 18 | July 30, 2013 14:14 |