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

Implement constant heat flux boundary condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 6, 2012, 11:09
Default Implement constant heat flux boundary condition
  #1
Member
 
Peter
Join Date: Oct 2011
Posts: 52
Rep Power: 14
new_at_this is on a distinguished road
I have written a matlab code that will solve for the developing temperature field given a velocity field. At the moment I have already implemented the constant wall temperature boundary condition and the results look correct.

Now I am trying to implement the constant heat flux boundary condition. I have the equation below
q'' = -k \frac{\partial T}{\partial n} = -k \frac{T_1-T_w}{\Delta y}

where T_1 is the first interior point and T_w is the wall temperature.

I convert to non dimensional temp
\theta = \frac{T - T_e}{q''\frac{H}{K}} and calculate the appropriate \theta_w so that it satisfies the flux and implement it as a dirichlet condition.

When I calculate Nu, defined as
Nu = \frac{1}{\theta_w-\theta_b}

it doesn't ever reach steady state. When it is supposed to reach steady state, the wall temperature increases more slowly than the bulk temperature and I get a decreasing Nu. Anyone seen this type of behavior before or know whats going on? Am I implementing the constant flux boundary condition properly?
new_at_this is offline   Reply With Quote

Old   April 6, 2012, 21:46
Default
  #2
Senior Member
 
ztdep's Avatar
 
p ding
Join Date: Mar 2009
Posts: 427
Rep Power: 19
ztdep is on a distinguished road
Send a message via Yahoo to ztdep Send a message via Skype™ to ztdep
"and calculate the appropriate so that it satisfies the flux and implement it as a dirichlet condition"
Could you pleaase explain" implement the second kind bc as a first kind".

at the heat flux bc, the boundary condition should like
partial(theta)/partial(n)=?
ztdep is offline   Reply With Quote

Old   April 6, 2012, 23:35
Default
  #3
Member
 
Peter
Join Date: Oct 2011
Posts: 52
Rep Power: 14
new_at_this is on a distinguished road
so by subbing in \theta the equatioin becomes

q'' = -k\frac{\theta_1-\theta_w}{H\Delta y^*}q''\frac{H}{k}

In my case I have also non dimensionalized y as y*H = y.

I know everything in the above equation except for \theta_w so I can solve for it and then I implement it as a dirichlet condition.
new_at_this 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
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Concentric tube heat exchanger (Air-Water) Young CFX 5 October 6, 2008 23:17
How to apply heat flux condition L. Zhu FLUENT 2 January 8, 2003 10:16
Heat Transfer Coeff. at Heat Flux Boundary Rushyen CFX 6 January 18, 2001 05:09


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