


{"id":360113,"date":"2024-04-02T18:23:10","date_gmt":"2024-04-02T18:23:10","guid":{"rendered":"\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/"},"modified":"2024-04-02T18:23:10","modified_gmt":"2024-04-02T18:23:10","slug":"error-in-define_pb_break_up_rate_freq-udf-example-from-manual","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/","title":{"rendered":"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual"},"content":{"rendered":"<p>Hello!<\/p>\n<p>&nbsp;<\/p>\n<p>I&#8217;m trying to use the break-up kernel from fluent manual:<\/p>\n<div>#include &#8220;udf.h&#8221;<\/div>\n<div>#include &#8220;sg_pb.h&#8221;<\/div>\n<div>#include &#8220;sg_mphase.h&#8221;<\/div>\n<div>&nbsp;<\/div>\n<div>DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1)<\/div>\n<div>{<\/div>\n<div>real epsi, alpha, f1, f2, rho_d;<\/div>\n<div>real C1 = 0.00481, C2 = 0.08, sigma = 0.07;<\/div>\n<div>Thread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/<\/div>\n<div>epsi = C_D(cell, tm);<\/div>\n<div>alpha = C_VOF(cell, thread);<\/div>\n<div>rho_d = C_R(cell, thread);<\/div>\n<div>f1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2. \/ 3.));<\/div>\n<div>f2 = -(C2*sigma*(1. + alpha)*(1. + alpha)) \/ (rho_d*pow(epsi, 2. \/ 3.)*pow(d_1, 5. \/ 3.));<\/div>\n<div>return C1 * f1*exp(f2);<\/div>\n<div>}<\/div>\n<div>&nbsp;<\/div>\n<div>I get the following error during the solution:&nbsp;<\/div>\n<div>\n<p>Node 0: Process 1660: Received signal SIGSEGV.<\/p>\n<p>==============================================================================<\/p>\n<p>==============================================================================<\/p>\n<p>Node 1: Process 22400: Received signal SIGSEGV.<\/p>\n<p>==============================================================================<\/p>\n<p>===================================================================================<\/p>\n<p>= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<\/p>\n<p>= RANK 0 PID 1660 RUNNING AT DESKTOP-CF17HIG<\/p>\n<p>= EXIT STATUS: -1 (ffffffff)<\/p>\n<\/div>\n<div>&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>The error stops if I change epsi to a constant like &#8220;epsi = 1.;&#8221; Does anyone knows how to solve it?<\/div>\n","protected":false},"template":"","class_list":["post-360113","topic","type-topic","status-closed","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hello! I&#039;m trying to use the break-up kernel from fluent manual:#include &quot;udf.h&quot;#include &quot;sg_pb.h&quot;#include &quot;sg_mphase.h&quot; DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1){real epsi, alpha, f1, f2, rho_d;real C1 = 0.00481, C2 = 0.08, sigma = 0.07;Thread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/epsi = C_D(cell, tm);alpha = C_VOF(cell, thread);rho_d = C_R(cell, thread);f1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ansys Learning Forum | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hello! I&#039;m trying to use the break-up kernel from fluent manual:#include &quot;udf.h&quot;#include &quot;sg_pb.h&quot;#include &quot;sg_mphase.h&quot; DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1){real epsi, alpha, f1, f2, rho_d;real C1 = 0.00481, C2 = 0.08, sigma = 0.07;Thread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/epsi = C_D(cell, tm);alpha = C_VOF(cell, thread);rho_d = C_R(cell, thread);f1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-04-02T18:23:10+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-04-02T18:23:10+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hello! I&#039;m trying to use the break-up kernel from fluent manual:#include &quot;udf.h&quot;#include &quot;sg_pb.h&quot;#include &quot;sg_mphase.h&quot; DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1){real epsi, alpha, f1, f2, rho_d;real C1 = 0.00481, C2 = 0.08, sigma = 0.07;Thread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/epsi = C_D(cell, tm);alpha = C_VOF(cell, thread);rho_d = C_R(cell, thread);f1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\\\/#listItem\",\"name\":\"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\\\/#listItem\",\"position\":3,\"name\":\"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\\\/\",\"name\":\"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual | Ansys Learning Forum\",\"description\":\"Hello! I'm trying to use the break-up kernel from fluent manual:#include \\\"udf.h\\\"#include \\\"sg_pb.h\\\"#include \\\"sg_mphase.h\\\" DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1){real epsi, alpha, f1, f2, rho_d;real C1 = 0.00481, C2 = 0.08, sigma = 0.07;Thread *tm = THREAD_SUPER_THREAD(thread);\\\/*passed thread is phase*\\\/epsi = C_D(cell, tm);alpha = C_VOF(cell, thread);rho_d = C_R(cell, thread);f1 = pow(epsi, 1. \\\/ 3.) \\\/ ((1. + epsi)*pow(d_1, 2.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\\\/#breadcrumblist\"},\"datePublished\":\"2024-04-02T18:23:10+00:00\",\"dateModified\":\"2024-04-02T18:23:10+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual | Ansys Learning Forum","description":"Hello! I'm trying to use the break-up kernel from fluent manual:#include \"udf.h\"#include \"sg_pb.h\"#include \"sg_mphase.h\" DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1){real epsi, alpha, f1, f2, rho_d;real C1 = 0.00481, C2 = 0.08, sigma = 0.07;Thread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/epsi = C_D(cell, tm);alpha = C_VOF(cell, thread);rho_d = C_R(cell, thread);f1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2.","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/forum","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/forum\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/#listItem","name":"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/#listItem","position":3,"name":"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization","name":"Ansys Learning Forum","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/forum\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/","name":"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual | Ansys Learning Forum","description":"Hello! I'm trying to use the break-up kernel from fluent manual:#include \"udf.h\"#include \"sg_pb.h\"#include \"sg_mphase.h\" DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1){real epsi, alpha, f1, f2, rho_d;real C1 = 0.00481, C2 = 0.08, sigma = 0.07;Thread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/epsi = C_D(cell, tm);alpha = C_VOF(cell, thread);rho_d = C_R(cell, thread);f1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/#breadcrumblist"},"datePublished":"2024-04-02T18:23:10+00:00","dateModified":"2024-04-02T18:23:10+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/forum\/#website","url":"https:\/\/innovationspace.ansys.com\/forum\/","name":"Ansys Learning Forum","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Learning Forum | Ansys Innovation Space","og:type":"article","og:title":"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual | Ansys Learning Forum","og:description":"Hello! I'm trying to use the break-up kernel from fluent manual:#include &quot;udf.h&quot;#include &quot;sg_pb.h&quot;#include &quot;sg_mphase.h&quot; DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1){real epsi, alpha, f1, f2, rho_d;real C1 = 0.00481, C2 = 0.08, sigma = 0.07;Thread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/epsi = C_D(cell, tm);alpha = C_VOF(cell, thread);rho_d = C_R(cell, thread);f1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2.","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/","article:published_time":"2024-04-02T18:23:10+00:00","article:modified_time":"2024-04-02T18:23:10+00:00","twitter:card":"summary_large_image","twitter:title":"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual | Ansys Learning Forum","twitter:description":"Hello! I'm trying to use the break-up kernel from fluent manual:#include &quot;udf.h&quot;#include &quot;sg_pb.h&quot;#include &quot;sg_mphase.h&quot; DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1){real epsi, alpha, f1, f2, rho_d;real C1 = 0.00481, C2 = 0.08, sigma = 0.07;Thread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/epsi = C_D(cell, tm);alpha = C_VOF(cell, thread);rho_d = C_R(cell, thread);f1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2."},"aioseo_meta_data":{"post_id":"360113","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"content","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2024-10-28 16:50:56","updated":"2024-10-28 16:50:56","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/topics\/\" title=\"Topics\">Topics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tError in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/forum\/topics\/"},{"label":"Error in DEFINE_PB_BREAK_UP_RATE_FREQ UDF example from manual","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-in-define_pb_break_up_rate_freq-udf-example-from-manual\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["74761","15180"],"_bbp_author_ip":["23.206.193.146"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["323"],"_bbp_topic_status":["unanswered"],"_bbp_topic_id":["360113"],"_bbp_forum_id":["27792"],"_bbp_engagement":["15180","74761"],"_bbp_voice_count":["2"],"_bbp_reply_count":["1"],"_bbp_last_reply_id":["360420"],"_bbp_last_active_id":["360420"],"_bbp_last_active_time":["2024-04-04 07:22:40"]},"test":"jussan-jposgrad-ufsc-br"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/360113","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/360113\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=360113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}