We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
Fluids

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

Adhesive melting

    • michutorres
      Subscriber
      Hi 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
    • YasserSelima
      Subscriber
      nI 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
    • michutorres
      Subscriber
      Sorry, I didn't understand what Tav means.nAnd what the 0 means in this formula IF (Tav>150,X,0)?nThanks n
    • Rob
      Forum Moderator
      1) is covered here https://ansyshelp.ansys.com/account/Secured?returnurl=/Views/Secured/corp/v211/en/flu_ug/flu_ug_Create_Edit_Materials.htmln
    • YasserSelima
      Subscriber
      nTav 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
    • michutorres
      Subscriber
      So 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
    • YasserSelima
      Subscriber
      yes, you are right. n
    • michutorres
      Subscriber
      Hi,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
    • YasserSelima
      Subscriber
      nBecause as I mentioned above, n
    • YasserSelima
      Subscriber
      Function, reduction average ... select the variable Temperature ... location = ['name_of_the_wall'] ... weight = Arean
    • michutorres
      Subscriber
      Do 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
    • YasserSelima
      Subscriber
      On 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
    • YasserSelima
      Subscriber
      Note that you might need to change Temperature with another name that exists in your list. n
    • michutorres
      Subscriber
      Ok. 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
    • YasserSelima
      Subscriber
      Yes, correctnGood luckn
    • michutorres
      Subscriber
      Hi,nI could create the Named Expression called Tav but then, when I try to introduce a conditional formula for the heat flux, I get the following error:nThe units are 423 K, 79279 W/m2.nthank youn
    • michutorres
      Subscriber
      Finally I think I could set up this. I tried to run the calculation and I got this error:nn
Viewing 16 reply threads
  • The topic ‘Adhesive melting’ is closed to new replies.