Fluids

Fluids

Topics relate to Fluent, CFX, Turbogrid and more

In Fluent, how to apply velocity input at specific time in a cell zone

    • raihan57
      Subscriber

      I want to apply zero velocity for 5 seconds and after that, I want to apply constant velocity in a cell zone. Would you please help me how to write the expression or UDF for that? I want to use mesh motion. I would appreciate if you could help me how to write the UDF file or expression. 

       

      Thank you!

    • Federico Alzamora Previtali
      Ansys Employee

      You can use an expression for the velocity, such as 

      IF(t>=5[s],5 [m/s],0 [m/s])

Viewing 1 reply thread
  • You must be logged in to reply to this topic.