CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Fluent kw-wj-bsl-earsm model (https://www.cfd-online.com/Forums/fluent/225821-fluent-kw-wj-bsl-earsm-model.html)

juies April 9, 2020 05:20

Fluent kw-wj-bsl-earsm model
 
I found that fluent has more turbulence models, which are not displayed on the interface, such as ‘kwi -easm’, ‘ke-easm’, etc. I can use (allow-easm-model) to make the first two available in the interface.
https://www.cfd-online.com/Forums/fl...softwares.html
Now I want to use the "kww -wj-bsl-earsm" model. I have tried some similar commands, but they all failed. Can anyone tell me how to choose this model?

vinerm April 9, 2020 05:36

Turbulence Model
 
Though you can use scheme commands but allow function is not defined for each model. So, you can either use the following command

(rpsetvar 'kw-wj-bsl-earsm-on? #t)

Or just enable beta feature. Enabling beta feature has an advantage because then user is aware that the model is in beta version and not validated as yet.

juies April 9, 2020 05:52

2 Attachment(s)
Quote:

Originally Posted by vinerm (Post 764857)
Though you can use scheme commands but allow function is not defined for each model. So, you can either use the following command

(rpsetvar 'kw-wj-bsl-earsm-on? #t)

Or just enable beta feature. Enabling beta feature has an advantage because then user is aware that the model is in beta version and not validated as yet.

Thank you for your quick reply, I have tried your suggestion, but it doesn’t seem to change.

vinerm April 9, 2020 05:54

Command
 
You are mixing two things - TUI and Scheme. Scheme commands are supposed to be used without entering any TUI command. So, come out of TUI commands, i.e., press q until you are in home menu. Or simply enable beta features.

LuckyTran April 9, 2020 13:27

The TUI command to enable beta features access is:

Code:

/define/beta-feature-access yes ok
The TUI command to turn on kw-wj-bsl-earsm is then

Code:

/define/models/viscous/kw-wj-bsl-earsm? yes


All times are GMT -4. The time now is 00:43.