Hi experts,
In my UDF, I want to print some results when it is the last time step of the solution. I found this one:
https://2022.help.altair.com/2022/hwcfdsolvers/acusolve/topics/acusolve/udfgetlaststepflag_acusolve_udf.htm
And, I have set up steady maximum time step to 100.

In my code, I think the solution is found in 10th time step. Currently, to print the result I manually have to get the timestep of 10 using udfGetTimeStep() and then print the final result. The following line of the code is NEVER executed and I never got a file from it.

Is there any way, to find when the result is converged or the solution has been found. I have attached the log file.