Ansys Learning Forum › Forums › Discuss Simulation › Fluids › Writing UDF › Reply To: Writing UDF
January 30, 2019 at 7:56 pm
Subscriber
Hi,
What version of ANSYS are you using ?
In this discussion, there is a screenshot of the compiler compatibility provided in the Ansys Installation Manual for different Ansys release and how to install Visual Studio : /forum/forums/topic/ansys-19-0-visual-studio-intel-parallel-studio-xe-version-required-for-upfs/. I followed this method and it had worked for me.
For writing your UDF, you can either use Visual Studio directly or write it in the Editor of Windows (txt file-format) and change the format with .c instead of .txt. Then you can compile or interpret the UDF in Fluent.
Regards,
Maxime