Ansys Learning Forum › Forums › Discuss Simulation › Fluids › Turbulent viscosity for transitional SST model in ANSYS Fluent. › Reply To: Turbulent viscosity for transitional SST model in ANSYS Fluent.
October 24, 2023 at 4:07 pm
Mark Owens
Ansys Employee
Hi, it should work. It works here in testing, at least back to version 2022R2. C_MU_T is the turbulent viscosity for k-e, k-w and transition SST models. Have you hooked your UDF function into the meaterial properties for the UDS diffusivity? You could add the line
Message("c_mu_t = %e \n", C_MU_T(c,t));
to your UDF and run for 1 iteration to see what is happening. Only macros documented in the Customization manual are supported.