|
[Sponsors] |
April 25, 2011, 18:30 |
How to create constant q heater?
|
#1 |
New Member
Scot Johnson
Join Date: Mar 2011
Posts: 25
Rep Power: 15 |
In the chtMultiRegionFoam tutorials, the heaters have a hot face (such as the bottom of the T-shaped heater) set at constant temperature like 500K. Is it possible to make the heater have a constant output instead, such as 100 Watts? Thanks, Scot
|
|
April 26, 2011, 01:33 |
|
#2 |
Member
Bjorn H. Hjertager
Join Date: Mar 2009
Posts: 72
Rep Power: 17 |
||
April 26, 2011, 04:31 |
|
#3 |
Member
Join Date: Nov 2009
Location: Germany
Posts: 96
Rep Power: 17 |
Hi Scot,
at the moment there is no solver for this problem but quite a few people are working on that issue. Check out http://www.cfd-online.com/Forums/ope...egionfoam.html or search the forum for "heat source" Regards, Toni |
|
April 26, 2011, 14:34 |
|
#4 |
New Member
Scot Johnson
Join Date: Mar 2011
Posts: 25
Rep Power: 15 |
Thank you, Bjorn. I like the simplicity of your answer but as I have tried to implement it in /system/heater/changeDictionaryDict, the model runs fine but q is simply ignored. I cranked q up to 10,000W with no effect on T anywhere.
The code reads: dictionaryReplacement { T { internalField uniform 293; boundaryField { ".*" { type compressible::turbulentTemperatureCoupledBaffleMix ed; neighbourFieldName T; K K; heatSource power; q uniform 10000; value uniform 293; }}} The stuff above "heatSource power" was already there and I get a crash if I remove any of it. Any idea why q is ignored? Thank you! Scot |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
CGNS lib and Fortran compiler | manaliac | Main CFD Forum | 2 | November 29, 2010 07:25 |
Actuator disk model | audrich | FLUENT | 0 | September 21, 2009 08:06 |
Where's the singularity/mesh flaw? | audrich | FLUENT | 3 | August 4, 2009 02:07 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |