


{"id":250719,"date":"2023-02-21T09:35:48","date_gmt":"2023-02-21T09:35:48","guid":{"rendered":"\/forum\/forums\/topic\/species-transport-equation-as-uds\/"},"modified":"2023-02-21T10:01:34","modified_gmt":"2023-02-21T10:01:34","slug":"species-transport-equation-as-uds","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/","title":{"rendered":"Species transport equation as UDS"},"content":{"rendered":"<p>Hey all,&nbsp;<\/p>\n<p>I am defining my species transport equations through UDS. This is because my scalar is the molar concentration.&nbsp;<br \/>&nbsp;<br \/>So I thought I could divide it by rho.<\/p>\n<div>\n<div>return F_FLUX(f,t)\/rho;<\/p>\n<p>What is the meaning of this? What am I returning and which units?<\/p>\n<p>This is the example from the manual. I dont understand if I need to have this part&nbsp;<br \/>&nbsp;NV_DS(psi_vec, =, C_U(c0,t0),C_V(c0,t0),C_W(c0,t0),*,C_R(c0,t0));<br \/>&nbsp;NV_DS(psi_vec, +=, C_U(c1,t1),C_V(c1,t1),C_W(c1,t1),*,C_R(c1,t1));<br \/>&nbsp;flux = NV_DOT(psi_vec, A)\/2.0; \/* Average flux through face *\/<\/p>\n<p>If I use the F_FLUX(f,t).<\/p>\n<p><\/div>\n<\/div>\n<p>**********************************************************************\/<br \/>&nbsp;\/* UDF that implements a simplified advective term in the *\/<br \/>&nbsp;\/* scalar transport equation *\/<br \/>&nbsp;\/**********************************************************************\/<br \/>&nbsp;#include &#8220;udf.h&#8221;<br \/>&nbsp;DEFINE_UDS_FLUX(my_uds_flux,f,t,i)<br \/>&nbsp;{<br \/>&nbsp;cell_t c0, c1 = -1;<br \/>&nbsp;Thread *t0, *t1 = NULL;<br \/>&nbsp;real NV_VEC(psi_vec), NV_VEC(A), flux = 0.0;<br \/>&nbsp;c0 = F_C0(f,t);<br \/>&nbsp;t0 = F_C0_THREAD(f,t);<br \/>&nbsp;F_AREA(A, f, t);<br \/>&nbsp;\/* If face lies at domain boundary, use face values; *\/<br \/>&nbsp;\/* If face lies IN the domain, use average of adjacent cells. *\/<br \/>&nbsp;if (BOUNDARY_FACE_THREAD_P(t)) \/*Most face values will be available*\/<br \/>&nbsp;{<br \/>&nbsp;real dens;<br \/>&nbsp;\/* Depending on its BC, density may not be set on face thread*\/<br \/>&nbsp;if (NNULLP(THREAD_STORAGE(t,SV_DENSITY)))<br \/>&nbsp;dens = F_R(f,t); \/* Set dens to face value if available *\/<br \/>&nbsp;else<br \/>&nbsp;dens = C_R(c0,t0); \/* else, set dens to cell value *\/<br \/>&nbsp;NV_DS(psi_vec, =, F_U(f,t), F_V(f,t), F_W(f,t), *, dens);<br \/>&nbsp;flux = NV_DOT(psi_vec, A); \/* flux through Face *\/ }<br \/>&nbsp;else<br \/>&nbsp;{<br \/>&nbsp;c1 = F_C1(f,t); \/* Get cell on other side of face *\/<br \/>&nbsp;t1 = F_C1_THREAD(f,t);<br \/>&nbsp;NV_DS(psi_vec, =, C_U(c0,t0),C_V(c0,t0),C_W(c0,t0),*,C_R(c0,t0));<br \/>&nbsp;NV_DS(psi_vec, +=, C_U(c1,t1),C_V(c1,t1),C_W(c1,t1),*,C_R(c1,t1));<br \/>&nbsp;flux = NV_DOT(psi_vec, A)\/2.0; \/* Average flux through face *\/<br \/>&nbsp;}<br \/>&nbsp;\/* Ansys Fluent will multiply the returned value by phi_f (the scalar&rsquo;s<br \/>&nbsp;value at the face) to get the &lsquo;&lsquo;complete&rsquo;&rsquo; advective term. *\/<br \/>&nbsp;return flux;<br \/>&nbsp;}&nbsp;<\/p>\n","protected":false},"template":"","class_list":["post-250719","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=\"Hey all, I am defining my species transport equations through UDS. This is because my scalar is the molar concentration. So I thought I could divide it by rho.return F_FLUX(f,t)\/rho;What is the meaning of this? What am I returning and which units?This is the example from the manual. I dont understand if I need to have this\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/\" \/>\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=\"Species transport equation as UDS | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hey all, I am defining my species transport equations through UDS. This is because my scalar is the molar concentration. So I thought I could divide it by rho.return F_FLUX(f,t)\/rho;What is the meaning of this? What am I returning and which units?This is the example from the manual. I dont understand if I need to have this\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-02-21T09:35:48+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-02-21T10:01:34+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Species transport equation as UDS | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hey all, I am defining my species transport equations through UDS. This is because my scalar is the molar concentration. So I thought I could divide it by rho.return F_FLUX(f,t)\/rho;What is the meaning of this? What am I returning and which units?This is the example from the manual. I dont understand if I need to have this\" \/>\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\\\/species-transport-equation-as-uds\\\/#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\\\/species-transport-equation-as-uds\\\/#listItem\",\"name\":\"Species transport equation as UDS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/species-transport-equation-as-uds\\\/#listItem\",\"position\":3,\"name\":\"Species transport equation as UDS\",\"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\\\/species-transport-equation-as-uds\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/species-transport-equation-as-uds\\\/\",\"name\":\"Species transport equation as UDS | Ansys Learning Forum\",\"description\":\"Hey all, I am defining my species transport equations through UDS. This is because my scalar is the molar concentration. So I thought I could divide it by rho.return F_FLUX(f,t)\\\/rho;What is the meaning of this? What am I returning and which units?This is the example from the manual. I dont understand if I need to have this\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/species-transport-equation-as-uds\\\/#breadcrumblist\"},\"datePublished\":\"2023-02-21T09:35:48+00:00\",\"dateModified\":\"2023-02-21T10:01:34+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":"Species transport equation as UDS | Ansys Learning Forum","description":"Hey all, I am defining my species transport equations through UDS. This is because my scalar is the molar concentration. So I thought I could divide it by rho.return F_FLUX(f,t)\/rho;What is the meaning of this? What am I returning and which units?This is the example from the manual. I dont understand if I need to have this","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/#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\/species-transport-equation-as-uds\/#listItem","name":"Species transport equation as UDS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/#listItem","position":3,"name":"Species transport equation as UDS","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\/species-transport-equation-as-uds\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/","name":"Species transport equation as UDS | Ansys Learning Forum","description":"Hey all, I am defining my species transport equations through UDS. This is because my scalar is the molar concentration. So I thought I could divide it by rho.return F_FLUX(f,t)\/rho;What is the meaning of this? What am I returning and which units?This is the example from the manual. I dont understand if I need to have this","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/#breadcrumblist"},"datePublished":"2023-02-21T09:35:48+00:00","dateModified":"2023-02-21T10:01:34+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":"Species transport equation as UDS | Ansys Learning Forum","og:description":"Hey all, I am defining my species transport equations through UDS. This is because my scalar is the molar concentration. So I thought I could divide it by rho.return F_FLUX(f,t)\/rho;What is the meaning of this? What am I returning and which units?This is the example from the manual. I dont understand if I need to have this","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/","article:published_time":"2023-02-21T09:35:48+00:00","article:modified_time":"2023-02-21T10:01:34+00:00","twitter:card":"summary_large_image","twitter:title":"Species transport equation as UDS | Ansys Learning Forum","twitter:description":"Hey all, I am defining my species transport equations through UDS. This is because my scalar is the molar concentration. So I thought I could divide it by rho.return F_FLUX(f,t)\/rho;What is the meaning of this? What am I returning and which units?This is the example from the manual. I dont understand if I need to have this"},"aioseo_meta_data":{"post_id":"250719","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 18:47:03","updated":"2024-10-28 18:47: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\tSpecies transport equation as UDS\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":"Species transport equation as UDS","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/species-transport-equation-as-uds\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["267145","199"],"_bbp_author_ip":["23.192.164.18"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["910"],"_edit_lock":["1676973612:196255"],"_bbp_likes_count":["1"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["250719"],"_bbp_forum_id":["27792"],"_bbp_engagement":["199","267145"],"_bbp_voice_count":["2"],"_bbp_reply_count":["4"],"_bbp_last_reply_id":["251009"],"_bbp_last_active_id":["251009"],"_bbp_last_active_time":["2023-02-22 13:41:17"]},"test":"ag14wret-aau-dk"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/250719","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\/250719\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=250719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}