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.

Ansys Learning Forum Forums Discuss Simulation Fluids Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual Reply To: Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual

Saurabh R Patil
Ansys Employee

Hi,

The error you're encountering (SIGSEGV) typically indicates a segmentation fault, which commonly occurs due to accessing memory that you don't have permission to access.

To debug Print out the values of epsi, alpha, and rho_d before using them in calculations to ensure they are not causing any issues.