CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

conjugate heat transfer problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 1, 2017, 21:25
Question conjugate heat transfer problem
  #1
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
Hi there,

I am using TEACH code for my project.
To simulate a conducting wall inside a close cavity I faced a strange problem.

What I did:

1- I wrote the code for natural convection in a cavity
2- Defined a vertical wall in the cavity and assigned zero velocity for those cells
3- For energy equation I changed diffusion coefficient from (1/(Ra.Pr)^0.5) to (Kr/(Ra.Pr)^0.5) which Kr is conductivity coefficient of wall over fluid.
(dimensionless form of governing equation are shown in the picture.)

I expected code to solve fluid part and when reaches to solid section conductivity changes and only conduction should be in the wall.

However, interestingly the coefficient I add does not change thermal conductivity of wall and results show that conductivitis of wall and fluid are same.

Any body knows how to fix it?
Patankar explains it in his book (page 149) but I do not understand it.

Any help appreciated.

mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 03:29
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
I do not understand your question, you solve for the fluid and the solid zone two different temperature equations, each one with different diffusion coefficient (if Kr is not 1), isn't that? Now what you are checking in this two zones? could you plot the fields?
FMDenaro is offline   Reply With Quote

Old   February 2, 2017, 03:38
Default
  #3
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
I am studying partitioned cavity as showed in the following figure:



As you can see in the above figure, although I changed thermal conductivity of the partition in the middle of the cavity, it shows same thermal conductivity as fluid.
If thermal conductivity was different, we should see breaking point for isotherms at the interface of partition-fluid.

Now I am not should what I did wrong.

Should I change more or just changing diffusion coefficient and making velocities zero in the partition is enough?

Since usually most of people are familiar with TEACH code, I was hopping people help me with the items I should change to be able to have functioning conducting partition in the cavity.
mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 03:53
Default
  #4
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
At the wall you prescribe the continuity of the heat flux, that is q_wall = K grad T, right? Now, what about the value of Kr? if it is of O(1) the difference is disregardable.
FMDenaro is offline   Reply With Quote

Old   February 2, 2017, 04:00
Default
  #5
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
Oh, thanks god you are here...

We should apply the continuity of flux at the interface but Patankar says instead we can increase viscosity of solid section to make velocity zero. For the energy equation, he says we can set solid property in the energy equation and solve whole domain without worrying about continuity.

Now I did that but I am not getting big difference for partition section as I assumed Kr=1000 !!

Should I also apply that constant heat flux for interface ? or other thing ?
How ?

mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 04:06
Default
  #6
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by mahdi_kh8 View Post
Oh, thanks god you are here...

We should apply the continuity of flux at the interface but Patankar says instead we can increase viscosity of solid section to make velocity zero. For the energy equation, he says we can set solid property in the energy equation and solve whole domain without worrying about continuity.

Now I did that but I am not getting big difference for partition section as I assumed Kr=1000 !!

Should I also apply that constant heat flux for interface ? or other thing ?


yes, you must apply the continuity of the flux at the wall and, simultaneously, setting zero velocity for the solid zone
FMDenaro is offline   Reply With Quote

Old   February 2, 2017, 04:08
Default
  #7
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
Quote:
Originally Posted by FMDenaro View Post
yes, you must apply the continuity of the flux at the wall and, simultaneously, setting zero velocity for the solid zone
Could you please help me with this part ?
I tried, but I was not successful.
mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 04:19
Default
  #8
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
I did as follow but my code stopped working and got error:

Tw=T(w-1) - (Kf/Kw)(dxf/dxw)(T(w-2)-T(w-1))

Should it be something like above or I am totally in wrong direction ?
mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 04:22
Default
  #9
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
what kind of error? just after one time step?
FMDenaro is offline   Reply With Quote

Old   February 2, 2017, 04:25
Default
  #10
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
Quote:
Originally Posted by FMDenaro View Post
what kind of error? just after one time step?
It stopped working. Even not one step. I am guessing, I do not know correct way of making sure of flux continuity.

Could you please give me some details about how I can write between partition and fluid cells ?

Much appreciated
mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 04:28
Default
  #11
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
q=-k dTdn, you discretize the RHS with a backwar/forward second order derivative and consider that q = h* Delta T|0
FMDenaro is offline   Reply With Quote

Old   February 2, 2017, 04:33
Default
  #12
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
Quote:
Originally Posted by FMDenaro View Post
q=-k dTdn, you discretize the RHS with a backwar/forward second order derivative and consider that q = h* Delta T|0
As I showed in the figure both side (solid and fluid ) have unknown flux so formula is like :

(k dTdn )fluid = (k dTdn )solid


so I have two cells from fluid side for left equation and two cells from solid side for right equation.

The question is how can I write it for code to be able to solve it ?

mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 04:41
Default
  #13
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by mahdi_kh8 View Post
As I showed in the figure both side (solid and fluid ) have unknown flux so formula is like :

(k dTdn )fluid = (k dTdn )solid


so I have two cells from fluid side for left equation and two cells from solid side for right equation.

The question is how can I write it for code to be able to solve it ?


no, the flux in the solid is q = h *(T-Tr), not the Fourier flux
FMDenaro is offline   Reply With Quote

Old   February 2, 2017, 04:47
Default
  #14
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
Quote:
Originally Posted by FMDenaro View Post
no, the flux in the solid is q = h *(T-Tr), not the Fourier flux
I do not have h. Do you mean considering convection for the fluid side ?

and I have checked all the papers in this regard and they all say this :



as a boundary condition for conducting partition.

Should I write this continuity flux for both of partition ?
mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 04:53
Default
  #15
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by mahdi_kh8 View Post
I do not have h. Do you mean considering convection for the fluid side ?

and I have checked all the papers in this regard and they all say this :



as a boundary condition for conducting partition.

Should I write this continuity flux for both of partition ?
the value of h depends on the material of the solid zone
FMDenaro is offline   Reply With Quote

Old   February 2, 2017, 05:14
Default
  #16
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
Quote:
Originally Posted by FMDenaro View Post
the value of h depends on the material of the solid zone
Do you mean something like the picture ?


What is Tr in your note ? (Ts - ? )
Should I do this calculation for both sides ?
For the left side I am going to calculate Ts (as in picture) what about right side ? T(E+1) ?
mahdi_kh8 is offline   Reply With Quote

Old   February 2, 2017, 05:41
Default
  #17
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
yes, correct, the expression of q is well known, see for example here
https://en.wikipedia.org/wiki/Convective_heat_transfer

you have the difference between fluid and wall temperature
FMDenaro is offline   Reply With Quote

Reply

Tags
coding, conjugate heat transfer, partition


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
Problem with conjugate heat transfer in Fluent JianT88 FLUENT 0 March 16, 2015 08:17
problem in conjugate heat transfer reza67 FLUENT 2 December 2, 2014 03:16
Transient conjugate heat transfer problem troyker FLUENT 0 June 21, 2013 03:37
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
Conjugate heat transfer problem with porous media piko Siemens 1 April 17, 2009 15:41


All times are GMT -4. The time now is 00:42.