Post reply

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: william
« on: April 25, 2012, 10:33:35 AM »

You can give transient velocity to the moving wall using a UDF. The UDF updates the wall speed internally according to user specified time variation. You need to specify the wall as "moving wall" in the boundary condition wall. Specify how you want to give the velocity (Translational, Rotational, or components). Specify whether the values are absolute or relative to adjacent cell zone. If you enable these options in GUI correctly, then you can vary the values using UDF.

The UDF uses a macro which directly assigns the velocity to the thread corresponding to the moving wall, instead of going to the GUI to use the value assigned by user. So this UDF will not update the changes in the boundary condition panel corresponding to moving wall. To see the updated values on the moving wall, one has to display contours of velocity on that wall with node values enable and global values disabled. The Min and Max values reported in the Contours panel will be the updated values of the velocity assigned to the moving wall.

See the attached UDF file.
Posted by: deord
« on: April 25, 2012, 10:29:57 AM »

I want to specify a transient velocity profile to the moving wall. Can anyone tell me how I can do that using Fluent UDF?