-
-
March 1, 2021 at 3:20 pm
michutorres
SubscriberHi all,nI have two questions about adhesive melting simulation in Ansys Fluent:n1) When introducing the properties of a fluid in Ansys Fluent, what is the Pure Solvent Melting Heat (j/kg) ?n2) Starting from environmental conditions, would it be possible to simulate a heat flow input until a point or surface reach 150?C and then remove the heat flow input and keep the temperature (150?C) constant? Where can I establish this?nThank youn -
March 1, 2021 at 8:33 pm
YasserSelima
SubscribernI am not sure about 1, but I can answer Question 2n2) for the boundary, select heat flux , expression ... the expression. write a conditional expression like that IF(Tav > 150, X, 0) ... that is equal to X w/m^2 , where Tav is another expression for the area weighted average temperature on the surface n -
March 2, 2021 at 10:34 am
michutorres
SubscriberSorry, I didn't understand what Tav means.nAnd what the 0 means in this formula IF (Tav>150,X,0)?nThanks n -
March 2, 2021 at 11:38 am
Rob
Forum Moderator1) is covered here https://ansyshelp.ansys.com/account/Secured?returnurl=/Views/Secured/corp/v211/en/flu_ug/flu_ug_Create_Edit_Materials.htmln -
March 2, 2021 at 10:29 pm
YasserSelima
SubscribernTav is the average temperature of the surface ... this IF statement means that if the value of Tav is larger than 150, the heat flux becomes X ... if not, the heat flux becomes 0 ... so, during the simulation, fluent will turn on and off the heat flux depending on TavnnTav will be another expression that uses area weighted average of the temperature on the surfacen -
March 3, 2021 at 1:41 pm
michutorres
SubscriberSo if I understood well, the formula IF (Tav>150,X,0) is incorrect. nWhat I want is to remove the heat flux when Tav is bigger that 150 Celsius. So the correct forumula would be IF (Tav>150,0,X), right?n -
March 4, 2021 at 10:33 pm
YasserSelima
Subscriberyes, you are right. n -
March 5, 2021 at 10:22 pm
michutorres
SubscriberHi,nStarting from environmental conditions, I want to introduce a heat flow input of 79279'68 W/m2 until my Named Selection surface reaches 150ºC with the following conditional expression that you recommend me:nIF (Tav<150, 79279'68, 0) but I get an error saying that Tav is not defined.nI tried to change Tav for WallTemperature but, as you can see in the second picture, it says that the expression is incomplete.nCan you help me please?nn
-
March 6, 2021 at 2:39 am
-
March 6, 2021 at 2:42 am
YasserSelima
SubscriberFunction, reduction average ... select the variable Temperature ... location = ['name_of_the_wall'] ... weight = Arean -
March 6, 2021 at 7:45 am
michutorres
SubscriberDo I have to know how to program UDF for this??nAfter clicking on User Defined in the top menu, I can not see reduction average.n -
March 6, 2021 at 1:08 pm
YasserSelima
SubscriberOn the left menu, right click named expressions - New nthen enter something like this. nAverage(Temperature,['wall_name'],Weight = 'Area')nwhere wall_name is the name of your wall that you want to measure the temperature onnNo, you don't need UDFn -
March 6, 2021 at 1:19 pm
YasserSelima
SubscriberNote that you might need to change Temperature with another name that exists in your list. n -
March 6, 2021 at 7:24 pm
michutorres
SubscriberOk. the Named selection that I created where I want to introduce the heat flux of 79279 W/m2 until this surface reaches 423 Kelvin is called 'aporte de calor'. So if I understood well I should create the following Named Expression:nAverage(WallTemperature, ['aporte_de_calor'], Weight='Area')nand then I should create a Boundary Condition, select Heat flux, click on expression and introduce a conditional expression as follow:nIF (Tav<423, 79279, 0)nIs this correct?nThank youn -
March 6, 2021 at 8:08 pm
YasserSelima
SubscriberYes, correctnGood luckn -
March 8, 2021 at 10:13 am
-
March 8, 2021 at 1:08 pm
-
Viewing 16 reply threads
- The topic ‘Adhesive melting’ is closed to new replies.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3327
-
1042
-
1017
-
865
-
826
Top Rated Tags
© 2025 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.