


{"id":360508,"date":"2024-04-04T14:36:39","date_gmt":"2024-04-04T14:36:39","guid":{"rendered":"\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/"},"modified":"2024-04-04T14:36:39","modified_gmt":"2024-04-04T14:36:39","slug":"swirl-velocity-gradient-in-2d-axisymmetric-domain","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/","title":{"rendered":"Swirl velocity gradient in 2D axisymmetric domain"},"content":{"rendered":"<p>In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use &#8220;C_W_G(c,t)[1]&#8221; to find the gradient of the swirl velocity. I can compile and load the UDFs, but when I start the initialization, the error : &#8220;999999 mpt_accept error accept failed no such file or directory &#8221; occurs and fluent closes. The error does not occur when I use &#8220;C_U_G(c,t)[1].&nbsp;<\/p>\n<div>#include &#8220;udf.h&#8221;<\/div>\n<div>&nbsp;<\/div>\n<div>DEFINE_TURBULENT_VISCOSITY(user_mu_t,c,t)<\/div>\n<div>{<\/div>\n<div>&nbsp; real mu_t;<\/div>\n<div>&nbsp; real R;<\/div>\n<div>&nbsp; real rho = C_R(c,t);<\/div>\n<div>&nbsp; real L;<\/div>\n<div>&nbsp; real y;<\/div>\n<div>&nbsp; real dUdy = C_U_G(c,t)[1];<\/div>\n<div>&nbsp; real dSwirldy = C_W_G(c,t)[1];<\/div>\n<div>&nbsp; real x[ND_ND];<\/div>\n<div>&nbsp; C_CENTROID(x,c,t);<\/div>\n<div>&nbsp; y = x[1];<\/div>\n<div>&nbsp; R = 0.05;<\/div>\n<div>&nbsp;<\/div>\n<div>&nbsp; L = R*(0.14 &#8211; 0.08*(y\/R)*(y\/R) &#8211; 0.06*(y\/R)*(y\/R)*(y\/R)*(y\/R) );<\/div>\n<div>&nbsp;<\/div>\n<div>&nbsp; mu_t = rho*L*L*pow( pow(dSwirldy,2.) ,0.5);<\/div>\n<div>&nbsp;<\/div>\n<div>&nbsp; return mu_t;<\/div>\n<div>}<\/div>\n","protected":false},"template":"","class_list":["post-360508","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=\"In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use &quot;C_W_G(c,t)[1]&quot; to find the gradient of the swirl velocity. I can compile and load\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/\" \/>\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=\"Swirl velocity gradient in 2D axisymmetric domain | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use &quot;C_W_G(c,t)[1]&quot; to find the gradient of the swirl velocity. I can compile and load\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-04-04T14:36:39+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-04-04T14:36:39+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Swirl velocity gradient in 2D axisymmetric domain | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use &quot;C_W_G(c,t)[1]&quot; to find the gradient of the swirl velocity. I can compile and load\" \/>\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\\\/swirl-velocity-gradient-in-2d-axisymmetric-domain\\\/#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\\\/swirl-velocity-gradient-in-2d-axisymmetric-domain\\\/#listItem\",\"name\":\"Swirl velocity gradient in 2D axisymmetric domain\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/swirl-velocity-gradient-in-2d-axisymmetric-domain\\\/#listItem\",\"position\":3,\"name\":\"Swirl velocity gradient in 2D axisymmetric domain\",\"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\\\/swirl-velocity-gradient-in-2d-axisymmetric-domain\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/swirl-velocity-gradient-in-2d-axisymmetric-domain\\\/\",\"name\":\"Swirl velocity gradient in 2D axisymmetric domain | Ansys Learning Forum\",\"description\":\"In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use \\\"C_W_G(c,t)[1]\\\" to find the gradient of the swirl velocity. I can compile and load\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/swirl-velocity-gradient-in-2d-axisymmetric-domain\\\/#breadcrumblist\"},\"datePublished\":\"2024-04-04T14:36:39+00:00\",\"dateModified\":\"2024-04-04T14:36:39+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":"Swirl velocity gradient in 2D axisymmetric domain | Ansys Learning Forum","description":"In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use \"C_W_G(c,t)[1]\" to find the gradient of the swirl velocity. I can compile and load","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/#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\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/#listItem","name":"Swirl velocity gradient in 2D axisymmetric domain"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/#listItem","position":3,"name":"Swirl velocity gradient in 2D axisymmetric domain","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\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/","name":"Swirl velocity gradient in 2D axisymmetric domain | Ansys Learning Forum","description":"In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use \"C_W_G(c,t)[1]\" to find the gradient of the swirl velocity. I can compile and load","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/#breadcrumblist"},"datePublished":"2024-04-04T14:36:39+00:00","dateModified":"2024-04-04T14:36:39+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":"Swirl velocity gradient in 2D axisymmetric domain | Ansys Learning Forum","og:description":"In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use &quot;C_W_G(c,t)[1]&quot; to find the gradient of the swirl velocity. I can compile and load","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/","article:published_time":"2024-04-04T14:36:39+00:00","article:modified_time":"2024-04-04T14:36:39+00:00","twitter:card":"summary_large_image","twitter:title":"Swirl velocity gradient in 2D axisymmetric domain | Ansys Learning Forum","twitter:description":"In a 2D, axisymmetric domain, I am modeling a turbulent swirl flow. I want the turbulent viscosity to be dependent on the velocity gradient in the y-direction (x-axis is the symmetry axis) of the swirl velocity. In the UDF, I use &quot;C_W_G(c,t)[1]&quot; to find the gradient of the swirl velocity. I can compile and load"},"aioseo_meta_data":{"post_id":"360508","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:32","updated":"2024-10-28 16:50:32","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\tSwirl velocity gradient in 2D axisymmetric domain\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":"Swirl velocity gradient in 2D axisymmetric domain","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/swirl-velocity-gradient-in-2d-axisymmetric-domain\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["342925","199"],"_bbp_author_ip":["96.7.218.223"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["1649"],"_bbp_topic_status":["unanswered"],"_bbp_topic_id":["360508"],"_bbp_forum_id":["27792"],"_bbp_engagement":["199","342925"],"_bbp_voice_count":["2"],"_bbp_reply_count":["13"],"_bbp_last_reply_id":["361570"],"_bbp_last_active_id":["361570"],"_bbp_last_active_time":["2024-04-10 15:20:16"]},"test":"lvandertuintudelft-nl"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/360508","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\/360508\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=360508"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}