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,...