|
[Sponsors] |
March 13, 2011, 19:52 |
constant heat flux
|
#1 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hey all,
i always use a constant wall temperature to create my bc condition. so the question is if i can use a constant wall heat flux like that way: file T hot_wall { type constantWallHeatFlux; heatFlux uniform 23; // [W] } best regards Tobi |
|
March 14, 2011, 05:29 |
|
#2 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Specifying a fixedGradient should be equivalent to a heat flux. You just need the proper scaling:
q = k * grad(T) <-> grad(T) = q/k; |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with constant wall heat flux | openfoam1 | OpenFOAM | 6 | January 13, 2019 09:18 |
HOW TO APPLY CONSTANT HEAT FLUX OVER WALL OF TUBE | K.VENKATACHALAPATHI | FLUENT | 6 | December 28, 2015 06:58 |
How to set a initial temperature and constant heat flux at same BC's?? | Jane | FLUENT | 4 | October 25, 2015 13:01 |
Constant heat flux | ocy | FLUENT | 1 | January 17, 2005 02:54 |
constant Heat flux at the wall | hatta | FLUENT | 2 | January 9, 2004 08:13 |