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, 05:13
Default External heat flux in the view factor radiation model
  #1
New Member
 
Chris
Join Date: Jan 2022
Posts: 23
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

Old   August 23, 2024, 11:21
Default
  #2
New Member
 
amir
Join Date: Jul 2015
Posts: 3
Rep Power: 11
armin69me is on a distinguished road
Hi
Did you find a solution for this? I have the same issue with qr in viewfactor model.

Last edited by armin69me; August 26, 2024 at 05:51.
armin69me is offline   Reply With Quote

Old   August 28, 2024, 03:58
Default
  #3
New Member
 
Chris
Join Date: Jan 2022
Posts: 23
Rep Power: 4
Chris T is on a distinguished road
Hi.
I haven't work on the problem for a while. I had also the problem of accurately generating the heat flux and matching it to my mesh.


If you don't have the same problem just try to input your external heat flux into the surface boundary condition for eithe qr or qr0
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 03:08
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 02:27
Error - Solar absorber - Solar Thermal Radiation MichaelK CFX 12 September 1, 2016 06:15
Overflow Error in Multiphase Modelling with Two Continuous Fluids ashtonJ CFX 6 August 11, 2014 15:32
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 16:55


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