|
[Sponsors] |
convection + known heat flux BC in the same wall |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 19, 2013, 17:01 |
convection + known heat flux BC in the same wall
|
#1 |
Senior Member
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 22 |
Hi FOAMers!
I'm trying to solve a problem of heat conduction using laplacianFoam. The problem is that one of the BC is such that has convection and a heat flux of known value at the same time, according to the equation: Code:
h*(Tinf-Tb) + q/A = -K*dT/dx Another adjacent wall has only the convection part and I'm working with the next implementation with groovyBC: Code:
water { type groovyBC; variables "hwater=50.0;Twater=20.0;k=0.5;"; valueExpression "Twater"; fractionExpression "1.0/(1.0 + k/(mag(delta())*hwater))"; value uniform 50; } I would appreciate some help with the implementation of the BC explained above with groovyBC (or maybe not..) since i can't solve my problem without it. Thank you very much in advance!
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
convergenceof natural convection prob. in cfx | cpkewat | CFX | 15 | January 31, 2014 07:29 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
natural convection | mehrdadeng | CFX | 10 | February 25, 2011 06:25 |
Looking for a code of exact wall heat flux on cylinder enclosure wall | ljwbuaa | Main CFD Forum | 5 | January 16, 2011 09:33 |
Heat Flux Wall Boundary Confusion. | Joee | FLUENT | 1 | August 21, 2010 13:20 |