|
[Sponsors] |
How to set the radiationProperties for transparent solid material |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 21, 2024, 09:18 |
How to set the radiationProperties for transparent solid material
|
#1 |
New Member
LIYAFEI
Join Date: May 2022
Posts: 8
Rep Power: 4 |
Dear CFDer
I'm trying to use openfoamV11 (foundation edition) to simulate PVD reactor, The highest temperature in the case is around 2000 degree. So I need to use the radiation model. Now I use the fvDOM method to simulate the radiation. But for the solid material, I have nontransparent graphite and transparent quartz. So I want to know how to set these two material? The default setting for the solid is as following radiation on; radiationModel opaqueSolid; absorptionEmissionModel constant; absorptivity absorptivity [0 -1 0 0 0 0 0] 0.01; emissivity emissivity [0 -1 0 0 0 0 0] 0.2; E E [1 -1 -3 0 0 0 0] 0; scatterModel none; sootModel none; Should I also set the radiationProperties of the transparent quartz the same with air? thank you LI |
|
February 23, 2024, 04:18 |
|
#2 |
Senior Member
Join Date: Dec 2021
Posts: 251
Rep Power: 5 |
Hey!
Transparent medium is not implemented currently, only transparent boundaries. I tried several workarounds to achieve the same thing you are doing, but the main issue is that the radiative fields are not communicating between two regions of a CHT case. Good luck to you, and if you do manage to find a solution, please share it, it is a feature I would love to see implemented! |
|
February 23, 2024, 04:38 |
|
#3 | |
New Member
LIYAFEI
Join Date: May 2022
Posts: 8
Rep Power: 4 |
Thank you for your reply.
The following are the boundary conditions I set. type greyDiffusiveRadiation; value uniform 0; emissivityMode solidRadiation; emissivity uniform 1; So, as you said, the emissivity of the gas-solid interface (transparent solid) is 0, and the emissivity of the gas-solid interface (completely opaque) is 1, is that right? Quote:
|
||
February 26, 2024, 06:45 |
|
#4 | |
Senior Member
Join Date: Dec 2021
Posts: 251
Rep Power: 5 |
Quote:
Yep, but OpenFOAM does not compute a radiative field inside solid regions, so whatever you set at the boundary, the radiation will be converted to heat conduction inside the solids. I tried to use a fluid region with frozen flow on, but there is not only one radiative field, each region has its own. Meaning that an incident ray from region 1 will hit the interface between region 1 and region 2, and its angle of incidence won't matter when region 2 will compute radiation, the radiation from region 1 will be re-computed according to the boundary properties for region 2, if that makes sense... |
||
February 26, 2024, 07:53 |
|
#5 |
New Member
LIYAFEI
Join Date: May 2022
Posts: 8
Rep Power: 4 |
Thank you
But Can I use fvDOM model for solids? |
|
Tags |
openfoam 11, radiation properties, transparent solid |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Adding material to CFX material library | marlon | CFX | 2 | October 16, 2016 10:33 |
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion | faizan_habib7 | CFX | 4 | February 1, 2016 18:00 |
Problem in setting Boundary Condition | Madhatter92 | CFX | 12 | January 12, 2016 05:39 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Two-Phase Buoyant Flow Issue | Miguel Baritto | CFX | 4 | August 31, 2006 13:02 |