|
[Sponsors] |
P1 Model does not affect boundary temperature |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 3, 2016, 12:20 |
P1 Model does not affect boundary temperature
|
#1 |
Member
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 12 |
Good Afternoon!
I'm Trying to simulate the combined convection+radiation cooling of a rod with natural convection using BuoyantSimpleFoam. The convective part works just fine but the P1 model has no effect on the heated wall temperature at all. At the heated wall I imposed a fixed temperature gradient, For the problem at hand I'm interested in a non participating media ( i set the absorptivity and the emissivity of the medium to 0) but if i do set them to say 0.5, i can see that the flow gets warmer. However the wall temperature remains the same. Is there anyway around this? Heat dissipation by radiation should be responsible by around 50% of the total heat dissipation Best Regards |
|
May 4, 2016, 10:09 |
|
#2 |
Member
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 12 |
I've fixed the problem
when using a boundary condition of the type "externalWallHeatFluxTemperature;" make sure to name the Qr field. Code:
Innerwall { type externalWallHeatFluxTemperature; kappa fluidThermo; q uniform 264; value uniform 300.0; kappaName none; Qr Qr; // <--- this is really important! } Hope this helps someone in the Future. Best Regards |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Velocity vector in impeller passage | ngoc_tran_bao | CFX | 24 | May 3, 2016 22:16 |
Waterwheel shaped turbine inside a pipe simulation problem | mshahed91 | CFX | 3 | January 10, 2015 12:19 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
natural convection | mehrdadeng | CFX | 10 | February 25, 2011 06:25 |
Concentric tube heat exchanger (Air-Water) | Young | CFX | 5 | October 7, 2008 00:17 |