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

Conductive Heat Transfer in OpenFoam?

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree4Likes
  • 3 Post By herbert
  • 1 Post By chandramurthy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 4, 2009, 10:26
Default Conductive Heat Transfer in OpenFoam?
  #1
New Member
 
Join Date: Dec 2009
Posts: 3
Rep Power: 16
FloK is on a distinguished road
Hi everyone, i am new to OpenFoam and Linux, and i have a quick question: Is there a way to calculate conductive heat transfer from a fluid to a solid, for example hot water flows through a pipe and cools down by loosing heat to the pipe. I found the chtMultiRegionFoam, but isn`t there an easier way by setting a boundary condition to a special temperature or anything like that? Because i am not interested in the solid part, i just want to know the temperature-field of the fluid... Thanks a lot, Flo
FloK is offline   Reply With Quote

Old   December 13, 2009, 07:45
Default
  #2
Member
 
MSR CHANDRA MURTHY
Join Date: Mar 2009
Posts: 33
Rep Power: 17
chandramurthy is on a distinguished road
If you are interested in solving fluid zone only, considering heat transfer to the solid walls,
1) chtMultiRegionFoam is not the correct choice
2) try to use simpleFoam or any other incompressible solver (for water) by applying convective heat transfer boundary condition at the fluid boundary(fluid solid interface)
3) to calculated heat transfer coefficient, use any standard empirical correlation from any heat transfer hand book
4) use timevaryingmappedfixedvalue, if your bc changes temporally as well as spatially
chandramurthy is offline   Reply With Quote

Old   December 16, 2009, 14:05
Default Name of BC
  #3
New Member
 
Join Date: Dec 2009
Posts: 3
Rep Power: 16
FloK is on a distinguished road
Hi,
thanks for the information.
Do you know the name of the Boundary Condition to set HeatFlux through the walls?
Greetings,

FloK
FloK is offline   Reply With Quote

Old   December 17, 2009, 04:41
Default
  #4
Senior Member
 
Stefan Herbert
Join Date: Dec 2009
Location: Darmstadt, Germany
Posts: 129
Rep Power: 17
herbert is on a distinguished road
Hi FloK,

you can use the fixedGradient boundary condition. Just divide your heat flux by conductivity.

for example:

wall
{
type fixedGradient;
gradient uniform 1000;
value uniform 300;
}
JR22, xilef and oumnion like this.
herbert is offline   Reply With Quote

Old   December 18, 2009, 06:02
Default
  #5
Senior Member
 
Join Date: Apr 2009
Location: Karlsruhe, Germany
Posts: 103
Rep Power: 17
Thomas Baumann is on a distinguished road
Hi FloK,
you can use the wallheatflux-boundary:
http://openfoamwiki.net/index.php/Contrib_wallHeatFlux

you can implement it by:

wall1
{
type wallHeatFlux;
heatFlux uniform 10000;
}


Regards Thomas
Thomas Baumann is offline   Reply With Quote

Old   December 18, 2009, 10:46
Default
  #6
Member
 
MSR CHANDRA MURTHY
Join Date: Mar 2009
Posts: 33
Rep Power: 17
chandramurthy is on a distinguished road
hi fomers,
has anybody tried to apply a convective heat transfer boundary condition with the following constraints,
1) prescribe heat transfer coefficient(h) and free stream temperature (Tinf)
2) h & Tinf are functions of time, space and local wall temperature
3) local wall temperature of previous time step to be an argument for the present time step BC calculation

has anybody did this .....please help.....

thank you
febriyan91 likes this.
chandramurthy is offline   Reply With Quote

Old   December 28, 2009, 13:05
Default Help please!
  #7
Member
 
toto
Join Date: Jun 2009
Posts: 71
Rep Power: 16
ronaldo is on a distinguished road
could "chtMultiregionFoam" be use to simulate an Heat Exchanger (Solid and fluid region)?
ronaldo is offline   Reply With Quote

Old   January 4, 2010, 02:21
Default
  #8
Member
 
santhosh
Join Date: Apr 2009
Location: India
Posts: 70
Rep Power: 17
santoo_cfd is on a distinguished road
Quote:
Originally Posted by chandramurthy View Post
hi fomers,
has anybody tried to apply a convective heat transfer boundary condition with the following constraints,
1) prescribe heat transfer coefficient(h) and free stream temperature (Tinf)
2) h & Tinf are functions of time, space and local wall temperature
3) local wall temperature of previous time step to be an argument for the present time step BC calculation

has anybody did this .....please help.....

thank you

Hi,

Can u be more specific like(any practical application) where do u come across such 3 restrictions for convective boundary condition, espection the 3rd one where previous time step's local temperature to be an argument for present time step BC calculation.

Santosh...
santoo_cfd is offline   Reply With Quote

Old   March 18, 2011, 13:51
Default
  #9
New Member
 
theodoros charitidis
Join Date: Mar 2011
Posts: 2
Rep Power: 0
dorekos is on a distinguished road
Hello guys,

I would like to know if I can simulate in openfoam the conduction through solids.
For example the heat through the ground through the floor into a building...

thank you
dorekos
dorekos is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Integrated conjugate heat transfer solver in OpenFOAM hjasak OpenFOAM Running, Solving & CFD 172 April 13, 2023 00:42
Heat transfer coefficient - what is waht Stan FLUENT 28 December 29, 2021 16:29
Convective / Conductive Heat Transfer in Hypersonic flows enigma Main CFD Forum 2 November 1, 2009 22:53
How can I increase Heat Transfer at Domain Interf? B.Simon CFX 3 October 28, 2008 18:53
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


All times are GMT -4. The time now is 04:19.