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

External heat flux in the view factor radiation model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 30, 2023, 04:13
Default External heat flux in the view factor radiation model
  #1
New Member
 
Chris
Join Date: Jan 2022
Posts: 22
Rep Power: 4
Chris T is on a distinguished road
Dear OpenFoam users,

I work with a chtMultiregion case. In one of the fluid regions I have implemented the fiewFactor radiation model. Now I want, for the same region, to specify a non-uniform external radiation heat flux (basically to simulate concentrated sunlight). How does one go about implementing this?
I looked in the documentation and I didn't find a clear answer.
I did notice the viewFactor.H file refers to a quantity "Ho" the same quantity in viewFactor.C is refer to as "external heatFlux". But I have no idea how to specify this quantity it seem it's something for the solver and not user specified.
The other thing I found which seem more promising is the qro field shown here in the documentation qro under the "greyDiffusiveViewFactorFixedValueFvPatchScalarFie ld Class Reference" in documentation. Does anyone know how to use it? I would imagine it is just another field but it's definition is weird


Code:
<patchName>    

 {
         type            greyDiffusiveRadiationViewFactor;
          qro             uniform 0;
         emissivityMode  solidRadiation;
          value           uniform 0;
     }
as you can see both qro and value are specified as uniform 0;. Which is the actual value of qro? Also how is qro coupled/relate to qr ?
I can imagine I should change the bountaries for qr from
Code:
{
        type            greyDiffusiveRadiationViewFactor;
        value           uniform 0;
        emissivityMode  solidRadiation;//lookup;
        qro             uniform 0;
        emissivity      uniform 0.7;
    }
to
Code:
{
        type            greyDiffusiveRadiationViewFactor;
        value           uniform 0;
        emissivityMode  solidRadiation;//lookup;
        qro             qro;
        emissivity      uniform 0.7;
     }
to point to the new file fro the qro field.



Any help will be appreciated.


Best,
Chris
Chris T 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
Implementation of turbulent algebraic heat flux model Fabio1893 OpenFOAM Programming & Development 24 December 30, 2021 02:08
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 01:27
Error - Solar absorber - Solar Thermal Radiation MichaelK CFX 12 September 1, 2016 05:15
Overflow Error in Multiphase Modelling with Two Continuous Fluids ashtonJ CFX 6 August 11, 2014 14:32
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


All times are GMT -4. The time now is 01:42.