


{"id":352478,"date":"2024-02-20T09:52:26","date_gmt":"2024-02-20T09:52:26","guid":{"rendered":"\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/"},"modified":"2024-02-20T09:52:26","modified_gmt":"2024-02-20T09:52:26","slug":"discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/","title":{"rendered":"Discrepancy force report and forces computed using UDF in case with dynamic mesh"},"content":{"rendered":"<p>I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed motion was applied on a cylinder in a channel.<\/p>\n<p>Code snippet from UDF:<\/p>\n<pre>DEFINE_ON_DEMAND(fixed)<br>{<br>#if !RP_HOST<br>real dt=CURRENT_TIMESTEP;<br>x_d=0.0002*2*M_PI*18*cos(2*M_PI*18*n*dt);<br>#endif<br>}<br><br>DEFINE_CG_MOTION(cylinder,dynamic_thread,velocity,omega,time,time_step)<br>{<br>#if !RP_HOST<br>&nbsp; &nbsp; NV_S(velocity,=,0.0);<br>&nbsp; &nbsp; NV_S(omega,=,0.0);<br>&nbsp; &nbsp; velocity[0]=x_d; \/*x-component*\/<br>#endif<br>}<br><br>DEFINE_ON_DEMAND(force)<br>{<br>#if !RP_HOST<br>Domain *domain;<br>Thread *face_thread;<br>face_t face;<br>real dummy_cg[3],force[3],moment[3];<br>real traction[ND_ND];<br>real area[ND_ND];<br><br>domain=Get_Domain(1);<br>face_thread=Lookup_Thread(domain,cylinder_id);<br><br>Compute_Force_And_Moment(domain,face_thread,dummy_cg,force,moment,FALSE);<br><br>F=force[0]*depth; \/*force in x-direction*\/<br><br>F_V_x=0.0;<br>F_P_x=0.0;<br><br>begin_f_loop(face, face_thread) {<br>  &nbsp; if (PRINCIPAL_FACE_P(face, face_thread)){<br>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NV_VS(traction, =, F_STORAGE_R_N3V(face, face_thread, SV_WALL_SHEAR), *, -1.0 * depth);<br>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; F_V_x += traction[0];<br>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; F_AREA(area, face, face_thread);<br>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; F_P_x += area[0] * F_P(face, face_thread);<br>  &nbsp; }<br>} end_f_loop(face, face_thread);<br><br>F_V_x = PRF_GRSUM1(F_V_x);<br>F_P_x = PRF_GRSUM1(F_P_x) * depth + F_V_x;<br><br>#endif<br>}<\/pre>\n<p>And the fixed motion was applied using the following journal file:<\/p>\n<pre>(define (initialize)<br>&nbsp; &nbsp; (ti-menu-load-string \"define user-defined execute-on-demand \\\"initialize::libudf\\\"\\n\")<br>)<br>(define (increase-time)<br>&nbsp; &nbsp; (ti-menu-load-string \"solve dual-time-iterate 1 1\\n\")<br>)<br>(define (set-x)<br>&nbsp; &nbsp; (ti-menu-load-string \"define user-defined execute-on-demand \\\"fixed::libudf\\\"\\n\")<br>)<br>(define (calculate-flow k)<br>&nbsp; &nbsp; (ti-menu-load-string \"define dynamic-mesh controls implicit-update-parameters update-interval 1\\n\")<br>&nbsp; &nbsp; (ti-menu-load-string \"solve iterate 1\\n\")<br>&nbsp; &nbsp; (ti-menu-load-string \"define dynamic-mesh controls implicit-update-parameters update-interval 1000000\\n\")<br>&nbsp; &nbsp; (ti-menu-load-string \"solve iterate 1000\\n\")<br>)<br>(define (calculate-force)<br>&nbsp; &nbsp; (ti-menu-load-string \"define user-defined execute-on-demand \\\"force::libudf\\\"\\n\")<br>)<br>(define (finalize-time-step)<br>&nbsp; &nbsp; (ti-menu-load-string \"define user-defined execute-on-demand \\\"logging::libudf\\\"\\n\")<br>&nbsp; &nbsp; (ti-menu-load-string \"define user-defined execute-on-demand \\\"timestep::libudf\\\"\\n\")<br>)<br>(define n-end 4000)<br>(initialize)<br>(do ((n 1 (+ n 1))) ((&gt; n n-end))<br>&nbsp; &nbsp; (increase-time)<br>&nbsp; &nbsp; (set-x)<br>&nbsp; &nbsp; (calculate-flow 1)<br>&nbsp; &nbsp; (calculate-force)<br>&nbsp; &nbsp; (finalize-time-step)<br>)<\/pre>\n<p>On the figure below a large discrepancy can be seen between the force (blue) from the UDF and Fluent report (orange). When calculating the force by integrating the pressure and viscous forces over the surface in a face loop, the same value as with Compute_Force_And_Moments is obtained.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"Discrepancy-1\" src=\"\/forum\/wp-content\/uploads\/sites\/2\/2024\/02\/20-02-2024-1708422123-Figure_1.png\" alt=\"Zoom on the initial transient\" width=\"966\" height=\"472\"><\/p>\n<p>On the figure below, it can be seen that also on the longer term a discrepancy lasts:<br \/><img loading=\"lazy\" decoding=\"async\" title=\"Discrepancy 2\" src=\"\/forum\/wp-content\/uploads\/sites\/2\/2024\/02\/20-02-2024-1708422278-Figure_2.png\" alt=\"Long-term view on force difference\" width=\"1143\" height=\"558\"><\/p>\n<p>A test without moving body and just using the different force reports showed more satisfactory results, with almost no difference. Hence, it is deduced that the error is related to the motion of the body.&nbsp;<\/p>\n<p>I don&#8217;t know how to further investigate the problem, so if anyone had a similar experience I&#8217;d be happy to learn from you ????.<\/p>\n","protected":false},"template":"","class_list":["post-352478","topic","type-topic","status-closed","hentry","topic-tag-Forcecalculation-1","topic-tag-dynamic-mesh","topic-tag-fluent","topic-tag-udf"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/\" \/>\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=\"Discrepancy force report and forces computed using UDF in case with dynamic mesh | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2024\/02\/20-02-2024-1708422123-Figure_1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2024\/02\/20-02-2024-1708422123-Figure_1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-20T09:52:26+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-02-20T09:52:26+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Discrepancy force report and forces computed using UDF in case with dynamic mesh | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2024\/02\/20-02-2024-1708422123-Figure_1.png\" \/>\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\\\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\\\/#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\\\/fluent\\\/#listItem\",\"name\":\"fluent\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/fluent\\\/#listItem\",\"position\":3,\"name\":\"fluent\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/fluent\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\\\/#listItem\",\"name\":\"Discrepancy force report and forces computed using UDF in case with dynamic mesh\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\\\/#listItem\",\"position\":4,\"name\":\"Discrepancy force report and forces computed using UDF in case with dynamic mesh\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/fluent\\\/#listItem\",\"name\":\"fluent\"}}]},{\"@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\\\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\\\/\",\"name\":\"Discrepancy force report and forces computed using UDF in case with dynamic mesh | Ansys Learning Forum\",\"description\":\"I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\\\/#breadcrumblist\"},\"datePublished\":\"2024-02-20T09:52:26+00:00\",\"dateModified\":\"2024-02-20T09:52:26+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":"Discrepancy force report and forces computed using UDF in case with dynamic mesh | Ansys Learning Forum","description":"I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/#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\/fluent\/#listItem","name":"fluent"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fluent\/#listItem","position":3,"name":"fluent","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fluent\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/#listItem","name":"Discrepancy force report and forces computed using UDF in case with dynamic mesh"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/#listItem","position":4,"name":"Discrepancy force report and forces computed using UDF in case with dynamic mesh","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fluent\/#listItem","name":"fluent"}}]},{"@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\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/","name":"Discrepancy force report and forces computed using UDF in case with dynamic mesh | Ansys Learning Forum","description":"I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/#breadcrumblist"},"datePublished":"2024-02-20T09:52:26+00:00","dateModified":"2024-02-20T09:52:26+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":"Discrepancy force report and forces computed using UDF in case with dynamic mesh | Ansys Learning Forum","og:description":"I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/","og:image":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2024\/02\/20-02-2024-1708422123-Figure_1.png","og:image:secure_url":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2024\/02\/20-02-2024-1708422123-Figure_1.png","article:published_time":"2024-02-20T09:52:26+00:00","article:modified_time":"2024-02-20T09:52:26+00:00","twitter:card":"summary_large_image","twitter:title":"Discrepancy force report and forces computed using UDF in case with dynamic mesh | Ansys Learning Forum","twitter:description":"I noticed that there is a significant discrepancy between the forces outputted via a Force Report File and when computing them using a UDF (Compute_Forces_And_Moment) on a moving rigid body using dynamic mesh. Besides the Compute_Forces_And_Moments, I also used a different method, which yielded the same results. It is a 2D case where a fixed","twitter:image":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2024\/02\/20-02-2024-1708422123-Figure_1.png"},"aioseo_meta_data":{"post_id":"352478","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:58:54","updated":"2024-10-28 16:58:54","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\/fluent\/\" title=\"fluent\">fluent<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tDiscrepancy force report and forces computed using UDF in case with dynamic mesh\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":"fluent","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fluent\/"},{"label":"Discrepancy force report and forces computed using UDF in case with dynamic mesh","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/discrepancy-force-report-and-forces-computed-using-udf-in-case-with-dynamic-mesh\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["34368","2887","25604"],"_bbp_author_ip":["23.206.193.154"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["358"],"_bbp_topic_status":["unanswered"],"_bbp_topic_id":["352478"],"_bbp_forum_id":["27792"],"_bbp_engagement":["2887","25604","34368"],"_bbp_voice_count":["3"],"_bbp_reply_count":["2"],"_bbp_last_reply_id":["364107"],"_bbp_last_active_id":["364107"],"_bbp_last_active_time":["2024-04-25 07:36:16"]},"test":"henri-dolfenugent-be"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/352478","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\/352478\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=352478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}