


{"id":294077,"date":"2023-07-20T10:27:08","date_gmt":"2023-07-20T10:27:08","guid":{"rendered":"\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/"},"modified":"2023-07-20T10:30:18","modified_gmt":"2023-07-20T10:30:18","slug":"issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/","title":{"rendered":"Issues compiling UDF in ANSYS Fluent &#8211; UDF not being read correctly?"},"content":{"rendered":"<p>I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared identifiers. Before all the errors is a warning that the MSVC compiler &#8216;cl&#8217; could not be found and may need to be installed separately with visual studio. I then attempted to trouble shoot the problem by trying the sample UDF code from the ansys user guide (included below), as a control guide. However I am still getting the compiler warning and 3 errors. Any suggestions on what could be causing the issue, is it a compiler issue as I think?<\/p>\n<p>Thank you<\/p>\n<div>Sample code from ANSYS User Guide:<\/div>\n<div>#include &#8220;udf.h&#8221;<\/div>\n<div>#define C2 100.0<\/div>\n<div>DEFINE_SOURCE(xmom_source, c, t, dS, eqn)<\/div>\n<div>{<\/div>\n<div>real x[ND_ND];<\/div>\n<div>real con, source;<\/div>\n<div>&nbsp;<\/div>\n<div>C_CENTROID(x, c, t);<\/div>\n<div>con = C2 * 0.5 * C_R(c, t) * x[1];<\/div>\n<div>&nbsp;<\/div>\n<div>source = -con * fabs(C_U(c, t)) * C_U(c, t);<\/div>\n<div>dS[eqn] = -2. * con * fabs(C_U(c, t));<\/div>\n<div>&nbsp;<\/div>\n<div>return source;<\/div>\n<div>}<\/div>\n<p>&nbsp;<\/p>\n<p>Errors within fluent :<\/p>\n<p>udf_names.c(6,8): warning: type specifier missing, defaults to &#8216;int&#8217; [-Wimplicit-int]<\/p>\n<p>extern DEFINE_SOURCE(xmom_source, c, t, dS, eqn);<\/p>\n<p>~~~~~~ ^<\/p>\n<p>udf_names.c(6,22): error: a parameter list without types is only allowed in a function definition<\/p>\n<p>extern DEFINE_SOURCE(xmom_source, c, t, dS, eqn);<\/p>\n<p>^<\/p>\n<p>udf_names.c(8,28): error: use of undeclared identifier &#8216;xmom_source&#8217;<\/p>\n<p>{&#8220;xmom_source&#8221;, (void(*)())xmom_source, UDF_TYPE_SOURCE},<\/p>\n<p>^<\/p>\n<p>udf_names.c(10,46): error: invalid application of &#8216;sizeof&#8217; to an incomplete type &#8216;UDF_Data []&#8217;<\/p>\n<p>__declspec(dllexport) int n_udf_data = sizeof(udf_data)\/sizeof(UDF_Data);<\/p>\n<p>^~~~~~~~~~<\/p>\n<p>11 warnings and 3 errors generated.<\/p>\n<p>scons: *** [udf_names.obj] Error 1<\/p>\n<p>scons: building terminated because of errors.<\/p>\n<p>&nbsp;<\/p>\n<p>Done.<\/p>\n","protected":false},"template":"","class_list":["post-294077","topic","type-topic","status-closed","hentry","topic-tag-2d-cfd-1","topic-tag-ansys-cfd-1","topic-tag-udf","topic-tag-udferror"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/\" \/>\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=\"Issues compiling UDF in ANSYS Fluent \u2013 UDF not being read correctly? | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-07-20T10:27:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-07-20T10:30:18+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Issues compiling UDF in ANSYS Fluent \u2013 UDF not being read correctly? | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared\" \/>\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\\\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\\\/#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-tag\\\/udf\\\/#listItem\",\"name\":\"udf\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/udf\\\/#listItem\",\"position\":3,\"name\":\"udf\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/udf\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\\\/#listItem\",\"name\":\"Issues compiling UDF in ANSYS Fluent &#8211; UDF not being read correctly?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\\\/#listItem\",\"position\":4,\"name\":\"Issues compiling UDF in ANSYS Fluent &#8211; UDF not being read correctly?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/udf\\\/#listItem\",\"name\":\"udf\"}}]},{\"@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\\\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\\\/\",\"name\":\"Issues compiling UDF in ANSYS Fluent \\u2013 UDF not being read correctly? | Ansys Learning Forum\",\"description\":\"I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\\\/#breadcrumblist\"},\"datePublished\":\"2023-07-20T10:27:08+00:00\",\"dateModified\":\"2023-07-20T10:30:18+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":"Issues compiling UDF in ANSYS Fluent \u2013 UDF not being read correctly? | Ansys Learning Forum","description":"I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/#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-tag\/udf\/#listItem","name":"udf"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf\/#listItem","position":3,"name":"udf","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/#listItem","name":"Issues compiling UDF in ANSYS Fluent &#8211; UDF not being read correctly?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/#listItem","position":4,"name":"Issues compiling UDF in ANSYS Fluent &#8211; UDF not being read correctly?","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf\/#listItem","name":"udf"}}]},{"@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\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/","name":"Issues compiling UDF in ANSYS Fluent \u2013 UDF not being read correctly? | Ansys Learning Forum","description":"I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/#breadcrumblist"},"datePublished":"2023-07-20T10:27:08+00:00","dateModified":"2023-07-20T10:30:18+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":"Issues compiling UDF in ANSYS Fluent \u2013 UDF not being read correctly? | Ansys Learning Forum","og:description":"I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/","article:published_time":"2023-07-20T10:27:08+00:00","article:modified_time":"2023-07-20T10:30:18+00:00","twitter:card":"summary_large_image","twitter:title":"Issues compiling UDF in ANSYS Fluent \u2013 UDF not being read correctly? | Ansys Learning Forum","twitter:description":"I am attempting to use user defined functions to define the Launder Sharma low reynolds number turbulence model. The source code has been written and published in a paper from 2013, I have made no adaptations to the code provided, however I am getting a host of errors related to unknown type names and undeclared"},"aioseo_meta_data":{"post_id":"294077","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 17:58:03","updated":"2024-10-28 17:58:03","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\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf\/\" title=\"udf\">udf<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tIssues compiling UDF in ANSYS Fluent \u2013 UDF not being read correctly?\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":"udf","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf\/"},{"label":"Issues compiling UDF in ANSYS Fluent &#8211; UDF not being read correctly?","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/issues-compiling-udf-in-ansys-fluent-udf-not-being-read-correctly\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["289513","13659","157473"],"_bbp_author_ip":["23.217.200.71"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["5138"],"_edit_lock":["1699274880:200352"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["294077"],"_bbp_forum_id":["27792"],"_bbp_engagement":["13659","157473","289513"],"_bbp_voice_count":["3"],"_bbp_reply_count":["9"],"_bbp_last_reply_id":["295758"],"_bbp_last_active_id":["295758"],"_bbp_last_active_time":["2023-07-31 19:48:40"]},"test":"rispence1sheffield-ac-uk"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/294077","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\/294077\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=294077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}