|
[Sponsors] |
August 10, 2015, 07:01 |
Applying heat transfer boundary conditions
|
#1 |
Member
pkladisios
Join Date: Jul 2015
Posts: 39
Rep Power: 11 |
Greetings!
I have a solid containing a fluid (water tank, 100% filled). My question pertains to the heat transfer between the tank and its environment. Is there a way to apply boundary conditions like convection and solar radiation? |
|
August 11, 2015, 02:13 |
|
#2 |
Senior Member
Join Date: May 2012
Location: Melbourne
Posts: 161
Rep Power: 14 |
heat flux from where to where?
|
|
August 11, 2015, 03:57 |
|
#3 |
Member
pkladisios
Join Date: Jul 2015
Posts: 39
Rep Power: 11 |
For instance, on the top surface of the tank we have heat gain from solar radiation (heat flux) and heat loss to the environment via convection. From what i understand, we can't apply two boundary conditions on the same surface. How should i approach this? Haven't found any example or tutorial where we have both convection and heat flux on the same surface...
Edit: I just realized that you cannot use a surface as a boundary condition and as an interface at the same time, something that perplexes things. I really need a comprehensive example. Last edited by pkladisios; August 11, 2015 at 04:53. Reason: omission |
|
August 11, 2015, 06:11 |
|
#4 | ||
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Quote:
Quote:
|
|||
August 11, 2015, 09:56 |
|
#5 |
Member
pkladisios
Join Date: Jul 2015
Posts: 39
Rep Power: 11 |
Thank you for your answer!
Lets us ignore the first part of your answer for the time being. I'll figure out the specifics about CEL expressions later. What i've done so far is define a solid and a fluid domain, as well as their automatically generated solid-fluid interface. If i go ahead and insert a boundary condition in a surface, that surface will be subtracted from the solid-fluid interface. Naturally, if i do this (add boundary conditions) for all the surfaces within the interface, i'll end up without interface. Weird huh? On top of that, i have NO heat transfer between the domains. I've been "tinkering" for quite some time without results... |
|
August 11, 2015, 20:02 |
|
#6 | |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Quote:
You can add heat fluxes to the interface boundary condition. This allows you to have an interface with additional heat input. I think this is what you want. Have a look at the interface boundaries on the domain level (not the interface condition by itself). |
||
August 12, 2015, 03:59 |
|
#7 |
Member
pkladisios
Join Date: Jul 2015
Posts: 39
Rep Power: 11 |
I see....Each domain's interface provides a heat source option. How do i make the domains convect heat? I don't want just a steady heat flux.
|
|
August 12, 2015, 06:17 |
|
#8 |
Senior Member
Join Date: May 2012
Location: Melbourne
Posts: 161
Rep Power: 14 |
you have heat flow and heat flux option.
You can set one domain as heat source or select some faces and set them as heat source. Then you need buoyancy setting enabled for the fluid. For domain you can set heat as kW per m^3 and for a surface kW per m^2. Or you can specify a temperature. It is a good idea to create named objets in the mesher. I.e. name the domain or the surfaces in question something descriptive like heat source. Then they are easier to identify in the Preprocessor |
|
August 20, 2015, 04:47 |
|
#9 |
Member
pkladisios
Join Date: Jul 2015
Posts: 39
Rep Power: 11 |
I apologize for taking a long time to answer. I' d like to thank both of you, for pointing me to the right direction. I have successfully run simple simulations (at least i think so), both steady and transient. Now my problem lies in simulating a partially filled water tank. Including a second fluid certainly perplexes things...
Last edited by pkladisios; August 20, 2015 at 05:55. Reason: correction |
|
November 17, 2015, 12:52 |
|
#10 | |
New Member
R-Sh
Join Date: Oct 2014
Location: USA
Posts: 23
Rep Power: 12 |
Quote:
Any help will be appreciated! |
||
November 17, 2015, 17:35 |
|
#11 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Try the fluent forum.
|
|
November 18, 2015, 12:51 |
|
#12 |
New Member
R-Sh
Join Date: Oct 2014
Location: USA
Posts: 23
Rep Power: 12 |
Thanks a lot for your quick respond. I could not find anything to solve my problem. Since you did kindly suggest up in this threat that "It is pretty simple maths to derive it and use CEL expressions to apply it", I derived the equation, but does not work. Therefore I would appreciate if you or any body else kindly have any idea to solve the problem. Thanks in advance
|
|
November 18, 2015, 21:05 |
|
#13 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Convection is Flux = h(Twall - Tambient)
So if you have a heat flux you wish to apply on top of that the Flux = h(Twall-Tambient)+A where A is your additional heat flux. |
|
November 18, 2015, 22:32 |
|
#14 |
New Member
R-Sh
Join Date: Oct 2014
Location: USA
Posts: 23
Rep Power: 12 |
Thanks again for your kindly respond. I did so, but as I already mentioned, since I am applying the solar heat flux for a whole day (24 hours) which is based on time, the final derived equation is related to time (due to solar heat flux) and temperature (due to convection). Therefore when I use "DEFINE_PROFILE" to write the corresponding UDF, FLUENT does not accept it. I think here is the reason from the FLUENT manual "Note that DEFINE_PROFILE allows you to modify only a single value for wall heat flux". I was wondering if there is any other way to approach to this problem. Thanks again
|
|
November 19, 2015, 06:42 |
|
#15 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Switch to CFX and it will work fine. Otherwise refer to post #11.
|
|
November 23, 2015, 15:08 |
|
#16 |
New Member
R-Sh
Join Date: Oct 2014
Location: USA
Posts: 23
Rep Power: 12 |
Thanks again. For solving my problem, after studying much more, I came up with the following conclusion. If I define the environment around the top box for FLUENT, I will have two separate surfaces for applying the boundary conditions. Therefore I will have the heat flux for one of two surfaces and convection and radiation for the other one. Please see the attached, figure 1 shows the geometry I have already worked with and Figure 2 is the new one. The problem I have now is that the surfaces I want to apply boundary conditions for are predefined by FLUENT as interface, so I have no access to assign boundary conditions for them. so the question will be: Is there any way to convert interface to wall? If yes so, I will be able to follow my hypothesis. ThanksGeometry.pdf
|
|
November 24, 2015, 13:28 |
|
#17 |
New Member
R-Sh
Join Date: Oct 2014
Location: USA
Posts: 23
Rep Power: 12 |
This is what I do ready need, but how can I add heat fluxes to the interface boundary condition? Thanks in advance
|
|
November 24, 2015, 19:28 |
|
#18 | |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Let me quote post #11 for you:
Quote:
|
||
November 26, 2015, 06:43 |
|
#19 | |
Senior Member
|
Quote:
|
||
November 26, 2015, 06:54 |
|
#20 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Either the no heat transfer result is correct or you set the simulation up wrong.
If you are in a flow regime when very little heat transfer occurs then it is correct that you don't see much heat transfer. This could be the case if the intermediate material has high thermal resistance or specific heat or many other factors. If the simulation is wrong then you set it up wrong. The most obvious thing is whether the interfaces between the fluids and solids are correct. If they are wrong it will stop heat transfer. Have a look at the non-overlap % reported in the output file. Also what do you mean by heat as kW/m3? Do you mean there is a volumetric heat source in there somewhere? Or is that the heat content of the incoming fluids? |
|
Tags |
ansys, boundary, cfx, heat |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Difficulty In Setting Boundary Conditions | Moinul Haque | CFX | 4 | November 25, 2014 18:30 |
convergenceof natural convection prob. in cfx | cpkewat | CFX | 15 | January 31, 2014 07:29 |
Boundary conditions - Heat transfer coefficient | feedq | FLUENT | 2 | August 9, 2013 12:08 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |