CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Refer to DPM erosion rate in UDF (https://www.cfd-online.com/Forums/fluent/238424-refer-dpm-erosion-rate-udf.html)

baghfay September 11, 2021 07:58

Refer to DPM erosion rate in UDF
 
Hi

Fluent got some embedded erosion models like Mclaury , Finnie and Oka

i am wondering what is the variable name associated with those models if want to refer to them within UDF

Regards

AlexanderZ September 13, 2021 07:14

not sure about this particular models
if you wanna make your own erosion mechanism use
Code:

DEFINE_DPM_EROSION (name, p, t, f, normal, alpha, Vmag, mdot)
macro

for more information read ansys fluent customization manual

baghfay September 13, 2021 07:22

thanks for the reply

i do not want to make my erosion model
basically i just want to use the one built in Fluent
i need a way to refer to them inside UDF
but could not find a help in the customization manual
Regards

AlexanderZ September 13, 2021 07:28

I don't know the way to do it through UDF
switching between models can be done using fluent GUI
you can use TUI commands to control GUI
and you can use journal file with scheme+TUI to code this switching


All times are GMT -4. The time now is 10:34.