CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

P1 Model does not affect boundary temperature

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By pupo

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 3, 2016, 12:20
Default P1 Model does not affect boundary temperature
  #1
Member
 
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 12
pupo is on a distinguished road
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
pupo is offline   Reply With Quote

Old   May 4, 2016, 10:09
Default
  #2
Member
 
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 12
pupo is on a distinguished road
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!
}
For boundary conditions of the type "FixedGradient", i don't have a solution, but for what it matters i do.

Hope this helps someone in the Future.

Best Regards
vs1 and altinel like this.
pupo is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 13:51.