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

implmenting tempearture boundary condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 8, 2005, 18:56
Default implmenting tempearture boundary condition
  #1
rahel
Guest
 
Posts: n/a
Hi all

I have to implement a constant temperature boundary condition on an immersed vertical tube in a fluidized bed. the boundaries of the immersed tube coincide with face of scalar control volume . so phase velocities and porosity on the boundaries of tube are zero. now how can I apply constant temparature boundary b'coz temperature is stored on the centre of the cell while the tube boundary is on the cell face.

regards

rahel

rahel
  Reply With Quote

Old   June 9, 2005, 00:29
Default Re: implmenting tempearture boundary condition
  #2
agg
Guest
 
Posts: n/a
what you should do is add a cell beyond the vertical boundary (ghost cell) and make temperature at the center of that cell negative of that just inside the boundary so that at the boundary temperature will be zero (by interpolation).

I hope this is clear, otherwise there are books/papers that explain this better with figures.

good luck.
  Reply With Quote

Old   June 9, 2005, 17:56
Default Re: implmenting tempearture boundary condition
  #3
rahel
Guest
 
Posts: n/a
could u cite some referneces plz.
  Reply With Quote

Old   June 10, 2005, 13:16
Default Re: implmenting tempearture boundary condition
  #4
Mani
Guest
 
Posts: n/a
>so that at the boundary temperature will be zero

zero absolute temperature?? are you sure?

The ghost-cell approach is one way to implement boundary conditions, and the approach agg describes works for any wall temperature (not necessarily zero), but is rather specific for cell-centered codes that use centered averages on the cell faces.

You would need to give us some details about your numerical scheme, in particular about the way the fluxes on the cell faces are described, in order for us to tell you how to implement the boundary condition.
  Reply With Quote

Old   June 10, 2005, 13:26
Default Re: implmenting tempearture boundary condition
  #5
Jim_Park
Guest
 
Posts: n/a
Set the ghost cell center temperature as follows:

T_ghost = 2*T_wall - T_firstcell

T_ghost is in the center of the ghost cell, T_firstcell is in the center of that cell.

This is for a constant mesh spacing in the direction normal to the wall.

If you have a varying mesh spacing, you need to adjust this formula (involves T_secondcell as well) so that the truncation error for the energy balance on that first cell is minimum.

This formula works for setting tangential velocity as well, substituting v for T.

So, if T_wall = 0 (an unusual boundary condition if T is in absolute units!), T_ghost is = - T_firstcell. A special case.
  Reply With Quote

Old   June 10, 2005, 14:43
Default Re: implmenting tempearture boundary condition
  #6
agg
Guest
 
Posts: n/a
I'm sorry, i gave zero as example because i was thinking velocity in my mind. Essentially i meant what Jim_Park has written up.
  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
Domain Imbalance HMR CFX 5 October 10, 2016 05:57
Can anyone give me some hint on how to make traction free boundary condition? poplar OpenFOAM 3 January 14, 2015 02:37
Boundary condition & reverse flows zhenglun.wei FLUENT 4 October 25, 2011 17:38
Setting outlet Pressure boundary condition using CAFFA code Mukund Pondkule Main CFD Forum 0 March 16, 2011 03:23
How to set boundary condition in Fluent for the fo Peiyong FLUENT 1 November 10, 2006 11:44


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