|
[Sponsors] |
How to make parameter option in turbulent model constants |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 31, 2020, 06:05 |
How to make parameter option in turbulent model constants
|
#1 |
New Member
Jae Hyeon Bae
Join Date: Mar 2020
Posts: 4
Rep Power: 6 |
Hi everyone!
I study about SST transition model coefficients effect on flat plate using sensitivity analysis. So I have to simulate about 100 case changing coefficients. For convenience, I want to set parameter about model coefficients. In my fluent version(18.2), turbulent model coefficients can't make parameter setting like inlet condition(e.g. velocity magnitude). Is there other fluent version to make parameter setting or other way to macro? Thank you for reading my question |
|
March 31, 2020, 10:27 |
Model Coefficients
|
#2 |
Senior Member
|
By model coefficients, are you referring to physical model, i.e., coefficients used by the turbulence model or do you mean some boundary or initial conditions for turbulence?
Both can be controlled via commands, however, where will you get 100 values for coefficients of the turbulence model?
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
April 1, 2020, 07:34 |
|
#3 |
New Member
Jae Hyeon Bae
Join Date: Mar 2020
Posts: 4
Rep Power: 6 |
Dear vinerm, Thank you for your response.
I mean turbulence closure coefficients like Ca1, Ca2 ,.. in SST transition model. Make the about 100 cases changing the closure coefficients and get the result like skin friction(QOI) from each cases. So I want to know how to change the model coefficients each case automatically(like macro). |
|
April 1, 2020, 08:42 |
Model Coefficients
|
#4 |
Senior Member
|
Those can be changed easily using rpsetvar, however, do note that those are not meant to be changed drastically or without any logic.
Command to change an rp variable is (rpsetvar '<variable name> new-value) e.g., if you want to change Ca1 from 2 to 2.1, you may do it like (rpsetvar 'trans-sst-ca1 2.1) For variables that are enabled only with transition model, you have to use trans in front of their name, such as, in the example above. For those that are native to SST model, you can call those without trans, such as, is called sst-beta-i1 Remember that parentheses are part of the command.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
April 2, 2020, 01:32 |
|
#5 |
New Member
Jae Hyeon Bae
Join Date: Mar 2020
Posts: 4
Rep Power: 6 |
Thank you so much How to change the closure coefficient!
I will try to make a case for this way. |
|
Tags |
parameter study, sensitivity analysis, transition sst |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Simple piston movement in cylinder- fluid models | arun1994 | CFX | 4 | July 8, 2016 03:54 |
Low torque values on Screw Turbine | Shaun Waters | CFX | 34 | July 23, 2015 09:16 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |