|
[Sponsors] |
January 4, 2018, 01:56 |
Help me !! radiation considering scattering
|
#1 |
Member
Jung da yoon
Join Date: Nov 2017
Posts: 53
Rep Power: 8 |
I want to know the wall heat flux of Enclosure case.
Internal medium is gray and scattering gas. I have to consider a scattering model. first, I add this code. Code:
scatterModel constantScatter; constantScatterCoeffs { sigma sigma [ 0 -1 0 0 0 0 0 ] 0.5; C C [ 0 0 0 0 0 0 0 ] 0; } What should I do additionally?? ++++oh, Is is not possible to consider scattering in fvdom model???? Last edited by kane; January 4, 2018 at 03:39. |
|
January 5, 2018, 05:46 |
|
#3 |
Member
Jung da yoon
Join Date: Nov 2017
Posts: 53
Rep Power: 8 |
oh I'm sorry.
''NOT effective'' means that I added the code, but it did not work. As a result, i could not deal with scattering in fvdom model. Last edited by kane; January 5, 2018 at 07:37. |
|
January 5, 2018, 08:00 |
|
#4 |
Member
Jung da yoon
Join Date: Nov 2017
Posts: 53
Rep Power: 8 |
I'm really confused...
Is it not possible to deal with scattering in fvdom model?? |
|
January 5, 2018, 11:23 |
|
#5 |
Senior Member
|
I image that fvDOM implemented in OpenFoam does allow for scattering. Could you please be more descriptive than "not working". Do you obtain results that are incorrect or no results at all?
|
|
January 6, 2018, 05:43 |
|
#6 |
Member
Jung da yoon
Join Date: Nov 2017
Posts: 53
Rep Power: 8 |
thank you for commenting, dlahaye!!
I'm sorry for my abstract explanation. First I made a solver that deal with only radiation heat transfer. So I applied this solver in Enclosed case. As a result, I gained wall heat fluxes such as qr,qin in Openfoam. But, this time I want to get wall heat fluxes(qr,qin) using a radiation solver added to scattering. I added below codes in Enclosed case- file(constant/radiationproperties) to deal with scattering. Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object radiationProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // radiation on; radiationModel fvDOM; fvDOMCoeffs { nPhi 10; // azimuthal angles in PI/2 on X-Y.(from Y to X) nTheta 10; // polar angles in PI (from Z to X-Y plane) convergence 1e-6; // convergence criteria for radiation iteration maxIter 1000; // maximum number of iterations } // Number of flow iterations per radiation iteration solverFreq 1; absorptionEmissionModel constantAbsorptionEmission; constantAbsorptionEmissionCoeffs { absorptivity absorptivity [ 0 -1 0 0 0 0 0 ] 1; emissivity emissivity [ 0 -1 0 0 0 0 0 ] 1; E E [ 1 -1 -3 0 0 0 0 ] 0; } scatterModel constantScatter; constantScatterCoeffs { sigma sigma [ 0 -1 0 0 0 0 0 ] 0.5; C C [ 0 0 0 0 0 0 0 ] 0; } I thought that i could only add scatterModel codes in radiationproperties to deal with scattering. What should i do additionally?? I attached my solver and case file. Please check it out. 'Enclosescatter' is case file that deal with scattering. 'radiationFoam' is solver file. |
|
January 8, 2018, 02:30 |
|
#7 |
Member
Jung da yoon
Join Date: Nov 2017
Posts: 53
Rep Power: 8 |
Does anyone who have ever tried to run fvdom model case including scattering????
|
|
May 3, 2018, 11:07 |
|
#8 |
Member
|
Dear kane,
If you know how to use incident radition 'G' in the solver? Because I want to calculate the temperaute field by 'T=pow(fvDOM->G()/(4*sigma),0.25);' Best regards, Chengan |
|
June 8, 2021, 10:53 |
|
#9 |
Member
JuanMi
Join Date: Nov 2017
Posts: 41
Rep Power: 8 |
If you analyze fvDOM.C, you can see that scatterModel is not considered (although scatterModel.H is loaded). However, in P1 model the variable scatter_ is used.
|
|
August 16, 2023, 12:13 |
|
#10 |
New Member
BISSAI NKAA
Join Date: Feb 2022
Posts: 16
Rep Power: 4 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
chtMultiRegionSimpleFoam: Thermal Conduction + Surface-To-Surface Radiation | Zeppo | OpenFOAM Running, Solving & CFD | 16 | May 18, 2017 19:04 |
Materials Radiation properties: scattering and absorption coefficient | monkaeydadde | CFX | 0 | April 7, 2017 08:03 |
Monte Carlo Simulation: H-Energy is not convergating & high Incident Radiation | volleyHC | CFX | 5 | April 3, 2016 06:41 |
Radiation Modeling | Chris89 | CFX | 20 | August 14, 2014 08:51 |
GETVAR Error in Multiband Monte Carlo Radiation Simulation with Directional Source | silvan | CFX | 3 | June 16, 2014 10:49 |