|
[Sponsors] |
External heat flux in the view factor radiation model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 30, 2023, 05:13 |
External heat flux in the view factor radiation model
|
#1 |
New Member
Chris
Join Date: Jan 2022
Posts: 23
Rep Power: 4 |
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; } 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; } Code:
{ type greyDiffusiveRadiationViewFactor; value uniform 0; emissivityMode solidRadiation;//lookup; qro qro; emissivity uniform 0.7; } Any help will be appreciated. Best, Chris |
|
August 23, 2024, 11:21 |
|
#2 |
New Member
amir
Join Date: Jul 2015
Posts: 3
Rep Power: 11 |
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. |
|
August 28, 2024, 03:58 |
|
#3 |
New Member
Chris
Join Date: Jan 2022
Posts: 23
Rep Power: 4 |
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 |
|
|
|
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 |