Some mistake when run udf in fluent

HI:
I have include precice solve interface in udf.c, it’s ok when combile udf.c, but faliue when run in fluent,
why?
first picture: udf.c
second picture: error info

Hi,

fluent compiles the udf.c in the background, which works fine as the include files are found by the compiler. However, the udf needs access to the symbols in the shared library to run. The shared library isn’t loaded, resulting in the issue.

There has recently been some activity in the adapter. Maybe that can help you:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.