|
[Sponsors] |
August 13, 2015, 02:09 |
Defining Heat Flux to wall
|
#1 |
Member
|
Hi All,
I'm trying to assign heat flux to wall. Can anyone help me in defining the heatflux of 1000 W/m2 to wall. Thanks in Advance. Regards, Vigii |
|
August 13, 2015, 07:17 |
Fixing heat flux
|
#2 |
New Member
JISHNU H
Join Date: Nov 2014
Location: Kerala, India
Posts: 20
Rep Power: 12 |
You can give heat flux to wall by giving your wall patch name value as "fixedValue" instead of zeroGradient in Temperature 0-file. and then as value 1000/K;
K thermal conductivity of wall...Hope you got my point.For any further clarifications, your are alwayts welcome. I can help to my best |
|
August 13, 2015, 07:20 |
|
#3 |
New Member
JISHNU H
Join Date: Nov 2014
Location: Kerala, India
Posts: 20
Rep Power: 12 |
Somewhat like this::::::
wall { type fixedGradient; value uniform xxxxxx; } xxxxxxx = 1000/thermal conductivity of the wall |
|
August 13, 2015, 07:33 |
|
#4 |
Member
|
Thanks for your help.
I have to define 1000 W/m2 flux on wall and K, thermal conductivity aluminum wall (205 W/mK) or Should I take thermal conductivity of air?. If its aluminum, Then my temperature gradient is 1000/205?. Regards, Vigii |
|
August 13, 2015, 08:43 |
|
#5 |
Senior Member
Hesam
Join Date: Feb 2015
Posts: 139
Rep Power: 11 |
Hi vigii,
I think it's better that you implement wall temperature gradient with groovyBC : type groovyBC; variables "q=1000;"; gradientExpression "q/K or q/oldTime(K)"; |
|
August 13, 2015, 08:48 |
|
#6 | |
Senior Member
Hesam
Join Date: Feb 2015
Posts: 139
Rep Power: 11 |
Quote:
if you want calculate the heat transfer coefficient near the wall that is fixed you should take thermal conductivity of air. see you want conduction or convection heat transfer. |
||
August 13, 2015, 08:55 |
|
#7 |
Member
|
Please look into the attached T File.
HTML Code:
boundaryField { topWall1 { type zeroGradient; } topWall2 { type zeroGradient; } roughWall { type fixedValue; value uniform 4.8780; } bottomWall { type zeroGradient; } inlet { type fixedValue; value uniform 292.15; } outlet { type zeroGradient; } frontAndBackPlanes { type empty; } } |
|
August 13, 2015, 09:08 |
|
#8 |
Senior Member
Hesam
Join Date: Feb 2015
Posts: 139
Rep Power: 11 |
if your K is fixed;
roughWall { type fixedGradient; gradient uniform 1000/K; } if K is variable you must use of groovyBc. |
|
August 16, 2015, 22:47 |
|
#9 |
Member
|
This is not helping me.
|
|
September 4, 2015, 06:28 |
|
#10 |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
Have a look at the turbluentHeatFluxTemperature boundary condition. (Do you have a turbulent flow inside your channel?)
https://github.com/OpenFOAM/OpenFOAM...luxTemperature |
|
October 3, 2015, 12:31 |
|
#11 | |
Member
Joćo Ferreira
Join Date: Nov 2014
Location: Braga, Portugal
Posts: 53
Rep Power: 12 |
You should specify in a better way what you intend to do.
Because if it's an external wall you use externalWallHeatFluxTemperature boundary and define a fixed heat flux. Link If it's a non external wall, never tried it, but the suggestion from jherb should be a good solution. Quote:
|
||
January 14, 2019, 23:06 |
|
#12 | |
Senior Member
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 8 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Heat transfer BC at wall- why need wall thickness? | Julie | FLUENT | 7 | February 3, 2012 22:41 |
how to export "wall heat flux" to tecplot? | victor | CFX | 3 | November 27, 2008 10:45 |
CFX - wall heat flux | divarano | CFX | 2 | December 4, 2006 17:14 |