


{"id":319692,"date":"2023-11-28T07:17:10","date_gmt":"2023-11-28T07:17:10","guid":{"rendered":"\/forum\/forums\/reply\/319692\/"},"modified":"2023-11-28T07:17:10","modified_gmt":"2023-11-28T07:17:10","slug":"319692","status":"publish","type":"reply","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/","title":{"rendered":"Reply To: Incorrect area for an interior face through udf."},"content":{"rendered":"<p>&lt;p&gt;Hello,&lt;\/p&gt;&lt;p&gt;&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check the following things.&lt;\/span&gt;&lt;\/p&gt;<\/p>\n<ul>\n<li>&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;The DEFINE_ON_DEMAND will ensure that the UDF will be executed immediately, after it is activated, but it is not accessible while the solver is iterating. The link below from the Ansys Fluent Customization Manual explains how to use this macro. I would suggest you to look through the example of using this macro for better understanding.&lt;\/span&gt;<\/li>\n<\/ul>\n<p>&lt;p&gt;<a href=\"https:\/\/ansyshelp.ansys.com\/account\/secured?returnurl=\/Views\/Secured\/corp\/v231\/en\/flu_udf\/flu_udf_GeneralSolverDEFINE.html\">2.2. General Purpose DEFINE Macros (ansys.com)<\/a>&lt;\/p&gt;<\/p>\n<ul>\n<li>&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;Ensure that the correct zone id is for using the domain variable for the zone_id function. Also, for the Get_Domain function, the argument value is 1 for the mixture domain, but the values for the phase domains can be any integer greater than 1. The ID for a particular phase can be found by selecting it in the &lt;span class=&#8221;guilabel&#8221;&gt;Phases&lt;\/span&gt; dialog box in Ansys Fluent. I have attached links from the Ansys Fluent Customization Manual related to these macros.&nbsp;&lt;\/span&gt;<\/li>\n<\/ul>\n<p>&lt;p&gt;&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;<a href=\"https:\/\/ansyshelp.ansys.com\/account\/secured?returnurl=\/Views\/Secured\/corp\/v221\/en\/flu_udf\/flu_udf_sec_special_macros.html\">3.2.6. Special Macros (ansys.com)<\/a>&lt;\/span&gt;&lt;\/p&gt;<\/p>\n<ul>\n<li>&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;The issue might be because of incorrect&nbsp;&lt;\/span&gt;Parallelization of the UDF. The link below &lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;from the Ansys Fluent Customization Manual contains information on all the concerned topics such as Compiler Directives, Node-to-Host Data Transfer, Global Summations and more. Please check that you have used them correctly.&lt;\/span&gt;<\/li>\n<\/ul>\n<p>&lt;p&gt;&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;<a href=\"https:\/\/ansyshelp.ansys.com\/account\/secured?returnurl=\/Views\/Secured\/corp\/v231\/en\/flu_udf\/flu_udf_sec_using_udfs_parallel.html\">7.3. Parallelizing Your Serial UDF (ansys.com)<\/a>&lt;\/span&gt;&lt;\/p&gt;<\/p>\n<ul>\n<li>&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;I am also attaching the link for the calculation of the area magnitude using the NV_MAG macro. You might want to check the how the Face Area Normal Direction is defined in Ansys Fluent.&lt;\/span&gt;<\/li>\n<\/ul>\n<p>&lt;p&gt;&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;<a href=\"https:\/\/ansyshelp.ansys.com\/account\/secured?returnurl=\/Views\/Secured\/corp\/v221\/en\/flu_udf\/x1-5440004.6.4.html?q=NV_MAG\">3.4.4. Vector Operation Macros (ansys.com)<\/a><strong>; <\/strong><a href=\"https:\/\/ansyshelp.ansys.com\/account\/secured?returnurl=\/Views\/Secured\/corp\/v221\/en\/flu_udf\/flu_udf_FaceVariableMacros.html?q=F_AREA\">3.2.4. Face Macros (ansys.com)<\/a>&nbsp;&lt;\/span&gt;&lt;\/p&gt;&lt;p&gt;&lt;span class=&#8221;ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak&#8221; dir=&#8221;ltr&#8221;&gt;If you are not able to access the link, please refer to this forum discussion:&nbsp;<a title=\"\/forum\/forums\/topic\/using-help-with-links\/\" href=\"\/forum\/forums\/topic\/using-help-with-links\/\" target=\"_blank\" rel=\"noreferrer noopener\">Using Help with links (ansys.com)<\/a>&lt;\/span&gt;&lt;\/p&gt;&lt;p&gt;Thanks&lt;\/p&gt;<\/p>\n","protected":false},"template":"","class_list":["post-319692","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=\"Hello,As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/\" \/>\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: Incorrect area for an interior face through udf. | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hello,As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-11-28T07:17:10+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-11-28T07:17:10+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Reply To: Incorrect area for an interior face through udf. | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hello,As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check\" \/>\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\\\/319692\\\/#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\\\/319692\\\/#listItem\",\"name\":\"Reply To: Incorrect area for an interior face through udf.\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/319692\\\/#listItem\",\"position\":2,\"name\":\"Reply To: Incorrect area for an interior face through udf.\",\"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\\\/319692\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/319692\\\/\",\"name\":\"Reply To: Incorrect area for an interior face through udf. | Ansys Learning Forum\",\"description\":\"Hello,As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/319692\\\/#breadcrumblist\"},\"datePublished\":\"2023-11-28T07:17:10+00:00\",\"dateModified\":\"2023-11-28T07:17: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":"Reply To: Incorrect area for an interior face through udf. | Ansys Learning Forum","description":"Hello,As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/#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\/319692\/#listItem","name":"Reply To: Incorrect area for an interior face through udf."}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/#listItem","position":2,"name":"Reply To: Incorrect area for an interior face through udf.","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\/319692\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/","name":"Reply To: Incorrect area for an interior face through udf. | Ansys Learning Forum","description":"Hello,As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/#breadcrumblist"},"datePublished":"2023-11-28T07:17:10+00:00","dateModified":"2023-11-28T07:17: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":"Reply To: Incorrect area for an interior face through udf. | Ansys Learning Forum","og:description":"Hello,As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/","article:published_time":"2023-11-28T07:17:10+00:00","article:modified_time":"2023-11-28T07:17:10+00:00","twitter:card":"summary_large_image","twitter:title":"Reply To: Incorrect area for an interior face through udf. | Ansys Learning Forum","twitter:description":"Hello,As per Ansys policy, employees cannot debug UDFs on this platform. However, I would request you to check"},"aioseo_meta_data":{"post_id":"319692","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:31:33","updated":"2026-08-14 22:09:16","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: Incorrect area for an interior face through udf.\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Reply To: Incorrect area for an interior face through udf.","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/319692\/"}],"acf":[],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies\/319692","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\/319692\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=319692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}