Using UDF with DMP Parallelization

Hello,

I have some troubles using my UDF, when I want to run the solver in DMP. It seems that the Build Solver Compiler does ignore the UDF and is then applying the boundary condition from the GUI.

If I use SMP and compile it with Gfortran it works fine. How can I make the UDF control work with DMP Parallelization ?

Thanks in advance,
best regards
Janna

What is your UDF, and what is your problem? Did you read your error log? Is your solver build complete without error?

Maybe anybody help you easily, if you upload your bug report file.

Hi Ahmet,
I am using the UDFs from the TFM 2D pulsating bed tutorial for changing my inlet velocity boundary condition over time and changed the model to 3D and DEM simulation.
My solver build (regardless the parallelization method) completes without error, but when I run the simulation it uses 0 m/s as inlet velocity (From the gui), but I want to actually overwrite it with the UDF.

I also enabled the udf control buttom in the gui.

Best regards
Janna