|
[Sponsors] |
September 27, 2013, 09:08 |
chtMultiRegionFoam heat flux
|
#1 |
New Member
Join Date: Apr 2010
Location: Linz, Austria
Posts: 16
Rep Power: 16 |
Hi folks,
I want to simulate a block of steel which has a cooling channel (water) in it. A constant heat flux is applied on top of the block. You can see the geometry in the attached picture. I applied the solidWallHeatFluxTemperature bc to the top. Unfortunately the heat flux at the top does not correspond to the heat flux removed by the water. Here are some values: Heat flux density at the top: 50000 W/m² Area at the top: 0.03 m² --> total heat flux: 1500 W Water velocity: 0.424 m/s Channel diameter: 10e-3 m Density: 997 kg/m³ cp: 4182 J/kg/K difference in Temperature inlet - outlet: 22 K --> removed heat flux: ~3005 W All the faces of the block are set to zeroGradient concerning Temperature. I checked the heat flux over the channel Wall with swak4foam: Code:
qChannelWall { type swakExpression; valueType patch; patchName mould_to_channel; verbose true; expression "-K*area()*snGrad(T)"; accumulations (sum); region mould; } Code:
thermoType hRhoThermo<pureMixture<constTransport<specieThermo<hConstThermo<incompressible>>>>>; mixture water 1 18 997.05 4182 0 890.08e-6 6.127; // 25°C Thanks in advance Michael |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Total heat transf. rate vs Total surface heat flux | Renato Sousa | FLUENT | 1 | April 14, 2020 04:27 |
Wall Heat Flux & Temperature | Greg Perkins | FLUENT | 10 | November 20, 2015 10:32 |
Enforce bounds error with heat loss boundary condition at solid walls | Chander | CFX | 2 | May 1, 2012 21:11 |
Negative Heat Flux | shashank312 | FLUENT | 3 | December 9, 2011 18:00 |
CFX - wall heat flux | divarano | CFX | 2 | December 4, 2006 17:14 |