Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation Fluids Problems of DPM concentration UDF Reply To: Problems of DPM concentration UDF

Prashanth
Ansys Employee

It must be very staright forward. Try this:

thread_loop_c(t, d)
    {
      begin_c_loop(c, t)
{
  C_UDMI(c, t, 0) = 0;
}
      end_c_loop(c, t)
    }
 
  loop(I,...
[bingo_chatbox]