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

[swak4Foam] Temperature dependent heat transfer coefficient with groovybc

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 5, 2015, 20:07
Default Temperature dependent heat transfer coefficient with groovybc
  #1
P_P
New Member
 
Join Date: Mar 2014
Posts: 11
Rep Power: 12
P_P is on a distinguished road
Hello,
I try to approximate heat loss in a rectangular bubble Column due to convection. In order to do so, I use the groovy boundary condition in OpenFOAM. The bubble column which consists of acrylic glass is insulated with styropor. At t=0 the bubble column contains water with a temperature of 46°C. As time progresses, the bubble column is fed with air which has a temperature of 18°C. The direct consequence is that the water temperature drops. In order to simulate this heat loss I used groovybc:
Code:
type                           groovyBC;
value                         uniform 319.15;
variables "k_1=0.597;htot=1/(0.03/0.035+0.01/0.19+1/0.021);Tinf=291.15;";        
valueExpression             "Tinf";
fractionExpression     "1.0/(1.0+k_1/mag(delta())*1/htot)";
The number 0.021 represents the external heat transfer coefficient due to natural convection. In order to describe the heat loss more precisely, I would like to update the external heat transfer coefficient after each timestep. Therefore I need to access the nodetemperatures which are closest to the inner wall. Has someone got an idea how this problem can be handled during the simulation?

Greetings

P_P
P_P 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
Heat Transfer Coefficient not changing with fluid temperature/ Wall temperature seshu1353 FLUENT 4 December 1, 2016 09:02
Multiphase heat transfer pkladisios CFX 8 June 7, 2016 01:41
Compression stoke is giving higher pressure than calculated nickjuana CFX 62 May 19, 2015 13:32
Difficulty In Setting Boundary Conditions Moinul Haque CFX 4 November 25, 2014 17:30
Question on heat transfer coefficient!!! Benny FLUENT 7 June 7, 2005 09:25


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