


{"id":194600,"date":"2021-10-14T14:22:51","date_gmt":"2021-10-14T14:22:51","guid":{"rendered":"\/forum\/forums\/reply\/194600\/"},"modified":"2021-10-14T14:37:11","modified_gmt":"2021-10-14T14:37:11","slug":"194600","status":"publish","type":"reply","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/","title":{"rendered":"Reply To: Using udf as breakage kernel"},"content":{"rendered":"<p>Thank you very much Kremella for your answer.<br \/>\nNo. It happens when I start calculation.<br \/>\nThis is the UDF exactly the same as the one in ANSYS help.  The UDF is as below. I have realized that the problem is with the functions  ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried constant values instead of them and it worked. Do you have any idea why this happens?<br \/>\n#include &#8220;udf.h&#8221;<br \/>\n#include &#8220;sg_pb.h&#8221;<br \/>\n#include &#8220;sg_mphase.h&#8221;<\/p>\n<p>DEFINE_PB_BREAK_UP_RATE_FREQ(break_up_freq_tav, cell, thread, d_1)<br \/>\n{<br \/>\n\treal epsi, alpha, f1, f2, rho_d;<br \/>\n\treal C1 = 0.00481, C2 = 0.08, sigma = 0.07;<br \/>\n\tThread *tm = THREAD_SUPER_THREAD(thread);\/*passed thread is phase*\/<br \/>\n\tepsi = C_D(cell, tm);<br \/>\n\talpha = C_VOF(cell, thread);<br \/>\n\trho_d = C_R(cell, thread);<br \/>\n\tf1 = pow(epsi, 1. \/ 3.) \/ ((1. + epsi)*pow(d_1, 2. \/ 3.));<br \/>\n\tf2 = -(C2*sigma*(1. + alpha)*(1. + alpha)) \/ (rho_d*pow(epsi, 2. \/ 3.)*pow(d_1, 5. \/ 3.));<br \/>\n\treturn C1 * f1*exp(f2);<br \/>\n}<\/p>\n","protected":false},"template":"","class_list":["post-194600","reply","type-reply","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Thank you very much Kremella for your answer. No. It happens when I start calculation. This is the UDF exactly the same as the one in ANSYS help. The UDF is as below. I have realized that the problem is with the functions ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/\" \/>\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=\"Reply To: Using udf as breakage kernel | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Thank you very much Kremella for your answer. No. It happens when I start calculation. This is the UDF exactly the same as the one in ANSYS help. The UDF is as below. I have realized that the problem is with the functions ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-10-14T14:22:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-10-14T14:37:11+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Reply To: Using udf as breakage kernel | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Thank you very much Kremella for your answer. No. It happens when I start calculation. This is the UDF exactly the same as the one in ANSYS help. The UDF is as below. I have realized that the problem is with the functions ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried\" \/>\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\\\/reply\\\/194600\\\/#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\\\/forums\\\/reply\\\/194600\\\/#listItem\",\"name\":\"Reply To: Using udf as breakage kernel\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/194600\\\/#listItem\",\"position\":2,\"name\":\"Reply To: Using udf as breakage kernel\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}}]},{\"@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\\\/reply\\\/194600\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/194600\\\/\",\"name\":\"Reply To: Using udf as breakage kernel | Ansys Learning Forum\",\"description\":\"Thank you very much Kremella for your answer. No. It happens when I start calculation. This is the UDF exactly the same as the one in ANSYS help. The UDF is as below. I have realized that the problem is with the functions ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/194600\\\/#breadcrumblist\"},\"datePublished\":\"2021-10-14T14:22:51+00:00\",\"dateModified\":\"2021-10-14T14:37:11+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":"Reply To: Using udf as breakage kernel | Ansys Learning Forum","description":"Thank you very much Kremella for your answer. No. It happens when I start calculation. This is the UDF exactly the same as the one in ANSYS help. The UDF is as below. I have realized that the problem is with the functions ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/#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\/forums\/reply\/194600\/#listItem","name":"Reply To: Using udf as breakage kernel"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/#listItem","position":2,"name":"Reply To: Using udf as breakage kernel","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}}]},{"@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\/reply\/194600\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/","name":"Reply To: Using udf as breakage kernel | Ansys Learning Forum","description":"Thank you very much Kremella for your answer. No. It happens when I start calculation. This is the UDF exactly the same as the one in ANSYS help. The UDF is as below. I have realized that the problem is with the functions ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/#breadcrumblist"},"datePublished":"2021-10-14T14:22:51+00:00","dateModified":"2021-10-14T14:37:11+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":"Reply To: Using udf as breakage kernel | Ansys Learning Forum","og:description":"Thank you very much Kremella for your answer. No. It happens when I start calculation. This is the UDF exactly the same as the one in ANSYS help. The UDF is as below. I have realized that the problem is with the functions ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/","article:published_time":"2021-10-14T14:22:51+00:00","article:modified_time":"2021-10-14T14:37:11+00:00","twitter:card":"summary_large_image","twitter:title":"Reply To: Using udf as breakage kernel | Ansys Learning Forum","twitter:description":"Thank you very much Kremella for your answer. No. It happens when I start calculation. This is the UDF exactly the same as the one in ANSYS help. The UDF is as below. I have realized that the problem is with the functions ( C_D(cell, tm) ,C_VOF(cell, thread), and C_R(cell, thread)) as I have tried"},"aioseo_meta_data":{"post_id":"194600","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-24 23:18:23","updated":"2026-08-31 17:12:07","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\tReply To: Using udf as breakage kernel\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Reply To: Using udf as breakage kernel","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/194600\/"}],"acf":[],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies\/194600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/reply"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies\/194600\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=194600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}