Skip to content

A template for fluent udf compilation and debug using VSCode

Notifications You must be signed in to change notification settings

neoceph/Fluent-UDF

Repository files navigation

Instructions

  • Load fluent from the Developer Command Prompt of Microsoft Visual Studio. Only in this way, fluent udf can be compiled.

  • Backup makefile_nt.udf under

installationDirectory\v202\fluent\fluent20.2.0\src\udf\makefile_nt.udf

  • Copy and replace the makefile_nt.udf with the one in this directory.

The provided makefile_nt.udf is making only the following two changes

CFLAGS = /c /Za /Zi /DUDF_EXPORTING /DUDF_NT /DWIN64 /EHa /wd4224

link $(LIBS) /dll /debug /assemblydebug /out:$(TARGET)

Attach to fl_mpi2020.exe

Now introduce a breakpoint and run fluent process. The breakpoint will be hit.

A video instruction is available here

About

A template for fluent udf compilation and debug using VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published