|
[Sponsors] |
March 7, 2018, 09:52 |
Radiation transfer equation problem
|
#1 |
Member
Jung da yoon
Join Date: Nov 2017
Posts: 53
Rep Power: 8 |
Hello!!
I need some help in setting up radiation transfer equation. As you know, there is rte equation in radiativeIntensityRay.C Code:
forAll(ILambda_, lambdaI) { const volScalarField& k = dom_.aLambda(lambdaI); const surfaceScalarField Ji(dAve_ & mesh_.Sf()); fvScalarMatrix IiEq ( fvm::div(Ji, ILambda_[lambdaI], "div(Ji,Ii_h)") + fvm::Sp(k*omega_, ILambda_[lambdaI]) == 1.0/constant::mathematical::pi*omega_ *( // Remove aDisp from k (k - absorptionEmission_.aDisp(lambdaI)) *blackBody_.bLambda(lambdaI) + absorptionEmission_.E(lambdaI)/4 ) ); But I don't know what each term means. Could you explain meaning of each term in detail? Or any links which explain radiation transfer equation will be fine. My final goal is setting up radiation transfer equation including scattering. Can you please help me in this regards? Best regards |
|
March 9, 2018, 01:07 |
|
#2 |
Member
Jung da yoon
Join Date: Nov 2017
Posts: 53
Rep Power: 8 |
greeting all.
I have tried to undestand radiation transfer equation. I understand second term and third term in rte. But I can't understand the first term and the final additional source. Would you explain the first term and final additional source?? Additionally, why the source(1.0/constant::mathematical:i*omega_) does exist? Thanks in advance for your help |
|
March 13, 2018, 00:36 |
|
#3 |
Member
Jung da yoon
Join Date: Nov 2017
Posts: 53
Rep Power: 8 |
Nobody know??
why the term(1.0/constant::mathematical:i*omega) is added?? |
|
|
|
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 |
Fluent Radiation/porous media | Schmitt pierre-Louis | FLUENT | 26 | September 1, 2016 11:29 |
Monte Carlo Simulation: H-Energy is not convergating & high Incident Radiation | volleyHC | CFX | 5 | April 3, 2016 06:41 |
error message | cuteapathy | CFX | 14 | March 20, 2012 07:45 |
Radiation Heat Transfer | The IFRF Heat Transfer Team | Main CFD Forum | 0 | January 31, 2000 15:02 |