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

General

How can I use the ANSYS Fluent UDF Macro DEFINE_RW_FILE with the serial version of Fluent?

    • FAQFAQ
      Participant

      Starting with ANSYS Fluent 18.2 you must parallelize your UDF (user-defined function) also when using the serial version. Most macros are updated that they can be used with one or multiple compute nodes without special considerations but for DEFINE_RW_FILE you must be careful to do a proper parallelization. See also the Fluent 18.2 Migration Manual and Fluent 18.2 Customization Manual, chapter “Parallelizing Your Serial UDF”.