-
-
November 16, 2020 at 3:05 pm
mrz_hajiha
SubscriberNovember 17, 2020 at 1:40 pmKR
AdministratorHi,nC_VOF(c,t) is a cell macro and cannot be applied to a face. Instead, I'd recommend that you use F_UDMI(f,t,i) to store these cell values. You should be able to use this F_UDMI for your subsequent calculations. nPlease see this link from the Ansys Fluent Customization manual for additional information.nI hope this helps.nThank you.nKarthiknNovember 17, 2020 at 3:53 pmmrz_hajiha
SubscriberHi,C_VOF(c,t) is a cell macro and cannot be applied to a face. Instead, I'd recommend that you use F_UDMI(f,t,i) to store these cell values. You should be able to use this F_UDMI for your subsequent calculations. Please see this link from the Ansys Fluent Customization manual for additional information.https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/flu_udf/flu_udf_sec_udm_macros.html?q=F_UDMII hope this helps.Thank you.Karthikhttps://forum.ansys.com/discussion/comment/97628#Comment_97628
Hi Kremella, nthanks a lot. I'll check it out.nnSincerelynMohammad RezanDecember 6, 2020 at 1:07 pmmrz_hajiha
SubscriberHi, Mr.Kremella.nSo, first of all, I want to say thank you for answering my question, and then I have another question; I checked Ansys Fluent Customization manual, and if I quote, it was saidF_UDMI for accessnor store the value of the user-defined memory on a face. nso how can I get the vof from the next cell of the wall and put that on the wall?nI also read the example, but in that, the loop gets the face's temperature and store that by F_UDMI, so I am confused.nIf you have a practical example of my question, I appreciate you to share it with me or if you know another way for this problem.nnSincerelynMohammadrezaDecember 7, 2020 at 9:29 ammrz_hajiha
SubscriberHi, Mr.Kremella.nSo, first of all, I want to say thank you for answering my question, and then I have another question; I checked Ansys Fluent Customization manual, and if I quote, it was said 'F_UDMI for accessnor store the value of the user-defined memory on a face.' nso how can I get the vof from the next cell of the wall and put that on the wall?nI also read the example, but in that, the loop gets the face's temperature and store that by F_UDMI, so I am confused.nIf you have a practical example of my question, I appreciate you to share it with me or if you know another way for this problem. Sincerely Mohammad RezanHi,C_VOF(c,t) is a cell macro and cannot be applied to a face. Instead, I'd recommend that you use F_UDMI(f,t,i) to store these cell values. You should be able to use this F_UDMI for your subsequent calculations. Please see this link from the Ansys Fluent Customization manual for additional information.https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/flu_udf/flu_udf_sec_udm_macros.html?q=F_UDMII hope this helps.Thank you.Karthikhttps://forum.ansys.com/discussion/comment/97628#Comment_97628
December 7, 2020 at 9:29 ammrz_hajiha
SubscriberHi,C_VOF(c,t) is a cell macro and cannot be applied to a face. Instead, I'd recommend that you use F_UDMI(f,t,i) to store these cell values. You should be able to use this F_UDMI for your subsequent calculations. Please see this link from the Ansys Fluent Customization manual for additional information.https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/flu_udf/flu_udf_sec_udm_macros.html?q=F_UDMII hope this helps.Thank you.Karthikhttps://forum.ansys.com/discussion/comment/97628#Comment_97628
Hi, Mr.Kremella. So, first of all, I want to say thank you for answering my question, and then I have another question; I checked Ansys Fluent Customization manual, and if I quote, it was said'F_UDMI for accessnor store the value of the user-defined memory on a face.' nso how can I get the vof from the next cell of the wall and put that on the wall?nI also read the example, but in that, the loop gets the face's temperature and store that by F_UDMI, so I am confused.nIf you have a practical example of my question, I appreciate you to share it with me or if you know another way for this problem. Sincerely MohammadrezanDecember 7, 2020 at 10:22 amDrAmine
Ansys Employeereposting the question 3 times won't let your get the answer faster..nAll you are asking for is documented. You need to get the near wall cell value and stores that in the memory. Check adjacent cell connectivites in https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/flu_udf/flu_udf_ConnectivityMacros.htmlnDecember 7, 2020 at 11:24 ammrz_hajiha
Subscriber@DrAmine nnAt least I get your attention. But as a defense, I post this for a week, but it didn't approve. So every day, I came and posted repeated that.nnSo I'm sorry.nnnow, about the question, I look at that, but still, I get an error. (Failed in handling Fluent message)nnPlus that, there is not an example of how I can use that.nnSo what should I do? Can you help me with another reference?nDecember 7, 2020 at 12:36 pmDrAmine
Ansys EmployeeLook into the example calculation for UDS Flux. Something like that is required:nnDecember 7, 2020 at 12:38 pmDrAmine
Ansys EmployeeMoreover can you tell me where are you hooking the DEFINE_PROFILE macro?nDecember 7, 2020 at 12:39 pmDrAmine
Ansys EmployeeIf you are using at wall: then it won't work as the wall hast only mixture level information. To get the cell information next to the wall you need to go from mixture level to phase level to get the volume fraction of the phase.nDecember 7, 2020 at 2:01 pmmrz_hajiha
SubscriberIf you are using at wall: then it won't work as the wall hast only mixture level information. To get the cell information next to the wall you need to go from mixture level to phase level to get the volume fraction of the phase.https://forum.ansys.com/discussion/comment/99548#Comment_99548
thanks alot.ncan you explain more about this?nDecember 7, 2020 at 2:02 pmmrz_hajiha
SubscriberMoreover can you tell me where are you hooking the DEFINE_PROFILE macro?https://forum.ansys.com/discussion/comment/99547#Comment_99547
on the wall.nDecember 7, 2020 at 2:21 pmRob
Forum ModeratorBreak the problem down:nYou need to add heat through the wall: DEFINE_PROFILE will do that. nYou need to find the cell data next to the wall, and that's covered in the UDF manual, section 3.2.5.1. Adjacent Cell Index (F_C0, F_C1) in the 2020R2 documentation. I've got a local install so no link. Note, we won't be debugging code or offering detailed advice so I advise reading the documentation and looking at the examples very carefully. nDecember 7, 2020 at 2:40 pmmrz_hajiha
SubscriberBreak the problem down:You need to add heat through the wall: DEFINE_PROFILE will do that. You need to find the cell data next to the wall, and that's covered in the UDF manual, section 3.2.5.1. Adjacent Cell Index (F_C0, F_C1) in the 2020R2 documentation. I've got a local install so no link. Note, we won't be debugging code or offering detailed advice so I advise reading the documentation and looking at the examples very carefully.https://forum.ansys.com/discussion/comment/99571#Comment_99571
well thanks for your attention,nas a answer, I saw vof(f,t) in one example... what was that?n3.2.12.6. Example UDF that Utilizes UDM and UDS VariablesnDecember 7, 2020 at 3:41 pmDrAmine
Ansys Employeewhich vof and which example? Again if you want to make a user defined profile to be applied at the wall you need to access the phase level threads if you want to access VOF field of near wall cell. All is covered in the documentation. I vow it requires some bit advanced skills. You might need to attend a training.nDecember 8, 2020 at 12:33 pmmrz_hajiha
SubscriberThanks to you @DrAminenIf I understand your point (pardon me because of lack of ability in talking English), I should say that I mention the example in udf documentation.nnSo, how can I get that training? is there any media like YouTube videos or something you know about?nDecember 8, 2020 at 3:20 pmDrAmine
Ansys EmployeePlease Contact your Prof. and check if there is way to attend training Live or Online. If you are not student just apply for a subscription.nnAny still open questions related to this topic?.December 9, 2020 at 5:08 ammrz_hajiha
SubscriberPlease Contact your Prof. and check if there is way to attend training Live or Online. If you are not student just apply for a subscription.Any still open questions related to this topic?https://forum.ansys.com/discussion/comment/99686#Comment_99686
just thank you.nViewing 18 reply threads- You must be logged in to reply to this topic.
Ansys Innovation SpaceBoost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.
Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.
Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
Trending discussions- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Heat transfer coefficient
- Difference between K-epsilon and K-omega Turbulence Model
- Getting graph and tabular data from result in workbench mechanical
- The solver failed with a non-zero exit code of : 2
- Time Step Size and Courant Number
- Mesh Interfaces in ANSYS FLUENT
- Suppress Fluent to open with GUI while performing in journal file
- error: Received signal SIGSEGV
Top Contributors-
8782
-
4658
-
3151
-
1678
-
1468
Top Rated Tags© 2023 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-