CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

forced convection in Fluent

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 7, 2020, 13:23
Default forced convection in Fluent
  #1
New Member
 
Ivan
Join Date: Aug 2020
Posts: 2
Rep Power: 0
ikki9001 is on a distinguished road
Hi everyone,


I need to calculate via Fluent the cooling of a 1300 K titanium sample immersed in a fluid that flows at 300 K (and therefore the heat exchange between them) for a transient of 15 seconds. By doing the simulations, in addition to having set the boundary conditions, through Cell Zone Conditions, I see that I can only set a fixed value of the temperature, so the simulation only shows me how the fluid warms up, and not how the specimen cools.

Through the named expression I tried to set up a cycle of this type and defining:

TStart = 1300 [K]


TTarget = 1000 [K]

TMin = Minimum (TotalTemperature, ["heatcube"]

TCurrentCube = Average (TotalTemperature, ["inlet"], Weight = None) {inlet = 300 K}

TAdjust = TCurrentCube + (TTarget-TMin) * relax {relax = 0.9}

TCube = IF (iters_per_timestep <10, TStart, IF (mod (iters_per_timestep + 1,30) == 0, TAdjust, TCurrentCube)) {iter / time step = 30 in Run Calculation}

And I impose TCube in the Boundary Conditions -> Wall -> {for all the walls adjacent to the specimen}.

but this method doesn't work and I don't know how to implement it on UDF. I have also tried using the patch command in Initialize, but the specimen temperature still doesn't decay. Can anyone kindly help me?

regards

ikki
ikki9001 is offline   Reply With Quote

Old   September 8, 2020, 04:56
Default
  #2
Senior Member
 
Moritz Kuhn
Join Date: Apr 2010
Location: Germany, Dresden
Posts: 207
Rep Power: 17
MKuhn is on a distinguished road
I would do it in this way. Start with a steady state solution. The cold titatnium sample in the 300 K flow, solve until convergance. Then switch to transient, go to the initialization panel and patch only the temperature of the titanium cell zone to 1300 K - start the simulation with small time steps. In this way the temperature of the titanium will decay and you do not need an UDF.
MKuhn is offline   Reply With Quote

Old   September 8, 2020, 05:58
Default
  #3
New Member
 
Ivan
Join Date: Aug 2020
Posts: 2
Rep Power: 0
ikki9001 is on a distinguished road
Hi MKuhn,

I'll try your step. Thx very much
ikki9001 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forced Convection Process In Ansys Exterot ANSYS 0 March 23, 2019 14:26
Is it possible to model natural convection in a 2D horizontal model in fluent caitoc FLUENT 1 May 5, 2014 13:32
heatsink with forced convection siva FLUENT 0 September 26, 2008 00:05
Turbulent Forced Convection Tim FLUENT 1 October 1, 2006 07:41
Forced Convection Tim FLUENT 4 October 1, 2006 00:48


All times are GMT -4. The time now is 23:48.