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

Viewfactors - specified fixed radiation wall heat flux

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 12, 2014, 05:00
Default Viewfactors - specified fixed radiation wall heat flux
  #1
New Member
 
Paweł Kuczyński
Join Date: Feb 2011
Location: Warsaw, Poland
Posts: 19
Rep Power: 15
kuczmas is on a distinguished road
Dear forumers,

is it possible to specify fixed total radiation wall heat flux using viewfactors radiation model in OpenFOAM?

I've looked into the boundary conditions for radiation in the path:

Code:
  /opt/openfoam211/src/thermophysicalModels/radiationModels/derivedFvPatchFields/
and the only available BC is greyDiffusiveRadiationViewFactor. And if we search for the implementation of this BC (ex. .../tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiReagionHeaterRadioation/0/bottomAir/ ), for Qr we have:
Code:
boundaryField
{
  minX
  {
     type                   greyDiffusiveRadiationViewFactor;
     value                  uniform 0;
     emissivityMode    lookup;
     emissivity           uniform 1;
     Qro                    uniform 0;
  }
}
Does it mean that Qro is the specified total (net) radiative heat flux leaving the surface? Has anybody tried to use such a BC?

Any help is appreciated.
__________________
Best regards
P. Kuczynski.

Last edited by kuczmas; June 12, 2014 at 07:21.
kuczmas is offline   Reply With Quote

Old   June 12, 2014, 07:27
Default
  #2
New Member
 
Paweł Kuczyński
Join Date: Feb 2011
Location: Warsaw, Poland
Posts: 19
Rep Power: 15
kuczmas is on a distinguished road
Ok, I did my homework and cheked the meaning of Qro inside the class of greyDiffusiveViewFactorFixedValueFvPatchScalarFiel d.H.

So Qro is "external radiative heat flux". Therefore, I think it is not possible to specify total (net) radiative heat flux at wall. Correct me if I'm wrong...
__________________
Best regards
P. Kuczynski.
kuczmas is offline   Reply With Quote

Reply

Tags
boundary condition, heat flux, viewfactor


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
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44
Looking for a code of exact wall heat flux on cylinder enclosure wall ljwbuaa Main CFD Forum 5 January 16, 2011 08:33
calculation of wall heat flux in CHT richard CFX 1 July 23, 2009 09:00
CFX - wall heat flux divarano CFX 2 December 4, 2006 16:14
Cavity air flow with radiation – result variable Yingchun CFX 1 November 25, 2005 11:13


All times are GMT -4. The time now is 19:29.