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

About radiation boundary model for transparent walls

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 17, 2022, 12:51
Default About radiation boundary model for transparent walls
  #1
New Member
 
mo
Join Date: May 2022
Posts: 24
Rep Power: 3
gmori is on a distinguished road
Hello all, I have a question.
I am currently doing an analysis involving solar radiation. It is a glass building and I am applying one of the radiation boundary models, transparent, to the boundary, but I have some questions.

In transparent, I need to select wallAbsorptionModel as shown in the figure below, and since I am doing an analysis that includes solar radiation, I have selected the multiBandAbsorption type. However, only absorption and emissivity are set here. If the material is transparent, then transmittance + reflectance + absorptance = 1 should hold, and we need to set the reflectance somewhere.
Quote:
type transparent;
wallAbsorptionEmissionModel
{
type multiBandAbsorption;
absorptivity (0.3 0.7);
emissivity (0.3 0.7);
};
1. In a transparent model, how do you set the reflectance?

2. If I set the absorption and reflection rates, is the transmittance automatically set to satisfy transmittance + reflection + absorption = 1?

I would appreciate it if someone could answer my question.
Thank you in advance.
gmori is offline   Reply With Quote

Old   November 18, 2022, 03:28
Default
  #2
Senior Member
 
Join Date: Dec 2021
Posts: 209
Rep Power: 5
Alczem is on a distinguished road
Hey


1. I don't think OpenFOAM can manage a semi-transparent boundary condition at this moment, but please have someone else confirm. AFAIK, there is only the opaqueReflective condition that have a reflective coefficient:


Code:
type        opaqueReflective;

fd          0.0;  //reflected fraction

wallAbsorptionEmissionModel
{
    type            multiBandAbsorption;
    absorptivity    (0.3 0.7);
    emissivity      (0.3 0.7);
};
2. I guess so.


Good luck!
Alczem is offline   Reply With Quote

Old   November 18, 2022, 05:30
Default
  #3
New Member
 
mo
Join Date: May 2022
Posts: 24
Rep Power: 3
gmori is on a distinguished road
Thank you for reply!

I see that OpenFOAM can not manage a semi-transparent boundary condition at this moment.

Thank you for your instruction!
gmori 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
Table bounds warnings at: END OF TIME STEP CFXer CFX 4 July 16, 2020 23:44
Wrong multiphase flow at rotating interface Sanyo CFX 14 February 7, 2017 17:19
GETVAR Error in Multiband Monte Carlo Radiation Simulation with Directional Source silvan CFX 3 June 16, 2014 09:49
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
New topic on same subject - Flow around race car Tudor Miron CFX 15 April 2, 2004 06:18


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