


{"id":221481,"date":"2022-07-27T14:56:28","date_gmt":"2022-07-27T14:56:28","guid":{"rendered":"\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/"},"modified":"2022-07-27T15:00:35","modified_gmt":"2022-07-27T15:00:35","slug":"finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/","title":{"rendered":"finding a cell closest to a point in domain (in parallel mode)"},"content":{"rendered":"<p>Hello,<\/p>\n<p>I&#8217;ve been using this code to read the velocity of flow from a cell thats closest to the point &#8220;x&#8221; in serial mode:<\/p>\n<pre><span style=\"font-size: 12pt\">DEFINE_ADJUST(name,dom) {<\/span><br><br><span style=\"font-size: 12pt\">real c[3], Vx, d =1, d_new ;<\/span><br><br><span style=\"font-size: 12pt\">real x[3] = {1,2,3} ;      \/*just an example*\/<\/span><br><br><span style=\"font-size: 12pt\">Thread *c_thread ;<\/span><br><br><span style=\"font-size: 12pt\">cell_t cell ;<\/span><br><br><br><br><span style=\"font-size: 12pt\">thread_loop_c(c_thread, dom)<\/span><br><br><span style=\"font-size: 12pt\">{<\/span><br><br><span style=\"font-size: 12pt\"> &nbsp; &nbsp; begin_c_loop(cell,c_thread)<\/span><br><br><span style=\"font-size: 12pt\">&nbsp; &nbsp; &nbsp; {<\/span><br><br><span style=\"font-size: 12pt\">          C_CENTROID(c,cell,c_thread) ;<\/span><br><br><span style=\"font-size: 12pt\"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;d_new = sqrt(pow(c[0]-x[0],2)+pow(c[1]-x[1],2)+pow(c[2]-x[2],2)) ;<\/span><br><br><span style=\"font-size: 12pt\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (d_new &lt; d )<\/span><br><br><span style=\"font-size: 12pt\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<\/span><br><br><span style=\"font-size: 12pt\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; d = d_new ;<\/span><br><br><span style=\"font-size: 12pt\"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Vx = C_U(cell,c_thread) ;<\/span><br><br><span style=\"font-size: 12pt\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\/span><br><br><span style=\"font-size: 12pt\"> &nbsp; &nbsp; &nbsp; } end_c_loop_int(cell,c_thread)<\/span><br><br><span style=\"font-size: 12pt\">}<\/span><br><br><span style=\"font-size: 12pt\">}<\/span><\/pre>\n<p>But on a parallel session, every node loops over its own partition of the domain and this algorithm wil find the closest cell on each node locally. Unfortunately I&#8217;m struggling to make it work in parallel mode and appreciate any help on how to do it.<\/p>\n","protected":false},"template":"","class_list":["post-221481","topic","type-topic","status-closed","hentry","topic-tag-parallelization","topic-tag-udf-fluent"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hello,I&#039;ve been using this code to read the velocity of flow from a cell thats closest to the point &quot;x&quot; in serial mode:DEFINE_ADJUST(name,dom) {real c[3], Vx, d =1, d_new ;real x[3] = {1,2,3} ; \/*just an example*\/Thread *c_thread ;cell_t cell ;thread_loop_c(c_thread, dom){ begin_c_loop(cell,c_thread) { C_CENTROID(c,cell,c_thread) ; d_new\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/\" \/>\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=\"finding a cell closest to a point in domain (in parallel mode) | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hello,I&#039;ve been using this code to read the velocity of flow from a cell thats closest to the point &quot;x&quot; in serial mode:DEFINE_ADJUST(name,dom) {real c[3], Vx, d =1, d_new ;real x[3] = {1,2,3} ; \/*just an example*\/Thread *c_thread ;cell_t cell ;thread_loop_c(c_thread, dom){ begin_c_loop(cell,c_thread) { C_CENTROID(c,cell,c_thread) ; d_new\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-07-27T14:56:28+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-07-27T15:00:35+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"finding a cell closest to a point in domain (in parallel mode) | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hello,I&#039;ve been using this code to read the velocity of flow from a cell thats closest to the point &quot;x&quot; in serial mode:DEFINE_ADJUST(name,dom) {real c[3], Vx, d =1, d_new ;real x[3] = {1,2,3} ; \/*just an example*\/Thread *c_thread ;cell_t cell ;thread_loop_c(c_thread, dom){ begin_c_loop(cell,c_thread) { C_CENTROID(c,cell,c_thread) ; d_new\" \/>\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\\\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\\\/#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-fluent\\\/#listItem\",\"name\":\"udf-fluent\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/udf-fluent\\\/#listItem\",\"position\":3,\"name\":\"udf-fluent\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/udf-fluent\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\\\/#listItem\",\"name\":\"finding a cell closest to a point in domain (in parallel mode)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\\\/#listItem\",\"position\":4,\"name\":\"finding a cell closest to a point in domain (in parallel mode)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/udf-fluent\\\/#listItem\",\"name\":\"udf-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\\\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\\\/\",\"name\":\"finding a cell closest to a point in domain (in parallel mode) | Ansys Learning Forum\",\"description\":\"Hello,I've been using this code to read the velocity of flow from a cell thats closest to the point \\\"x\\\" in serial mode:DEFINE_ADJUST(name,dom) {real c[3], Vx, d =1, d_new ;real x[3] = {1,2,3} ; \\\/*just an example*\\\/Thread *c_thread ;cell_t cell ;thread_loop_c(c_thread, dom){ begin_c_loop(cell,c_thread) { C_CENTROID(c,cell,c_thread) ; d_new\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\\\/#breadcrumblist\"},\"datePublished\":\"2022-07-27T14:56:28+00:00\",\"dateModified\":\"2022-07-27T15:00:35+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":"finding a cell closest to a point in domain (in parallel mode) | Ansys Learning Forum","description":"Hello,I've been using this code to read the velocity of flow from a cell thats closest to the point \"x\" in serial mode:DEFINE_ADJUST(name,dom) {real c[3], Vx, d =1, d_new ;real x[3] = {1,2,3} ; \/*just an example*\/Thread *c_thread ;cell_t cell ;thread_loop_c(c_thread, dom){ begin_c_loop(cell,c_thread) { C_CENTROID(c,cell,c_thread) ; d_new","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/#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-fluent\/#listItem","name":"udf-fluent"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf-fluent\/#listItem","position":3,"name":"udf-fluent","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf-fluent\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/#listItem","name":"finding a cell closest to a point in domain (in parallel mode)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/#listItem","position":4,"name":"finding a cell closest to a point in domain (in parallel mode)","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf-fluent\/#listItem","name":"udf-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\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/","name":"finding a cell closest to a point in domain (in parallel mode) | Ansys Learning Forum","description":"Hello,I've been using this code to read the velocity of flow from a cell thats closest to the point \"x\" in serial mode:DEFINE_ADJUST(name,dom) {real c[3], Vx, d =1, d_new ;real x[3] = {1,2,3} ; \/*just an example*\/Thread *c_thread ;cell_t cell ;thread_loop_c(c_thread, dom){ begin_c_loop(cell,c_thread) { C_CENTROID(c,cell,c_thread) ; d_new","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/#breadcrumblist"},"datePublished":"2022-07-27T14:56:28+00:00","dateModified":"2022-07-27T15:00:35+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":"finding a cell closest to a point in domain (in parallel mode) | Ansys Learning Forum","og:description":"Hello,I've been using this code to read the velocity of flow from a cell thats closest to the point &quot;x&quot; in serial mode:DEFINE_ADJUST(name,dom) {real c[3], Vx, d =1, d_new ;real x[3] = {1,2,3} ; \/*just an example*\/Thread *c_thread ;cell_t cell ;thread_loop_c(c_thread, dom){ begin_c_loop(cell,c_thread) { C_CENTROID(c,cell,c_thread) ; d_new","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/","article:published_time":"2022-07-27T14:56:28+00:00","article:modified_time":"2022-07-27T15:00:35+00:00","twitter:card":"summary_large_image","twitter:title":"finding a cell closest to a point in domain (in parallel mode) | Ansys Learning Forum","twitter:description":"Hello,I've been using this code to read the velocity of flow from a cell thats closest to the point &quot;x&quot; in serial mode:DEFINE_ADJUST(name,dom) {real c[3], Vx, d =1, d_new ;real x[3] = {1,2,3} ; \/*just an example*\/Thread *c_thread ;cell_t cell ;thread_loop_c(c_thread, dom){ begin_c_loop(cell,c_thread) { C_CENTROID(c,cell,c_thread) ; d_new"},"aioseo_meta_data":{"post_id":"221481","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 19:13:22","updated":"2024-10-28 19:13:22","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-fluent\/\" title=\"udf-fluent\">udf-fluent<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tfinding a cell closest to a point in domain (in parallel mode)\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-fluent","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/udf-fluent\/"},{"label":"finding a cell closest to a point in domain (in parallel mode)","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/finding-a-cell-closest-to-a-point-in-domain-in-parallel-mode\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["190163","22555"],"_bbp_author_ip":["66.198.8.128"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["796"],"_edit_lock":["1658935722:76739"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["221481"],"_bbp_forum_id":["27792"],"_bbp_engagement":["22555","190163"],"_bbp_voice_count":["2"],"_bbp_reply_count":["3"],"_bbp_last_reply_id":["222684"],"_bbp_last_active_id":["222684"],"_bbp_last_active_time":["2022-07-29 12:17:07"]},"test":"mohammadsh"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/221481","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\/221481\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=221481"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}