Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

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

SRP
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.

[bingo_chatbox]