We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Fluids Issues compiling UDF in ANSYS Fluent – UDF not being read correctly? Reply To: Issues compiling UDF in ANSYS Fluent – UDF not being read correctly?

MangeshANSYS
Ansys Employee

Hello

Please avoid any spaces in path where case and data files and UDF files are stored. That should resolve the issue

 

i.e. DO NOT USE something like this which has spaces and special characters

U:\Projects and Activities\Fan & motor\my CFD Project\fan

 

 

instead use a PATH with only letters, numbers and underscores

U:\Projects_and_Activities\Fan_n_motor\my_CFD_Project\fan

Â