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

fvDOM multiBand Settings

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By theoOng

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 7, 2020, 07:06
Default fvDOM multiBand Settings
  #1
New Member
 
Theodore Ong
Join Date: Jul 2020
Posts: 1
Rep Power: 0
theoOng is on a distinguished road
Hi everyone,


I'd like to find out how fvDOM radiation multiBand settings work.


So far I've taken a look at the openfoam tutorial cases and i have not been able to find one with sufficient explanation on how to use the multiBandAbsorptionEmission model.




I know how to put in 5 entries into the absorption and emission coefficients:
I have put this in the code here:



solverFreq 10;
// means every 10 timesteps i solve 1 radiation equation


fvDOMCoeffs
{

nPhi 3;
nTheta 5;
tolerance 1e-3;
maxIter 10;


}



absorptionEmissionModel multiBandAbsorptionEmission;

multiBandAbsorptionEmissionCoeffs
{
absorptivity (0.5 0.5 0.5 0.5 0.5);
emissivity (0.5 0.5 0.5 0.5 0.5);
}




constantAbsorptionEmissionCoeffs
{
absorptivity absorptivity [ m^-1 ] 0.5;
emissivity emissivity [ m^-1 ] 0.5;
E E [ kg m^-1 s^-3 ] 0;
}


scatterModel none;

sootModel none;

However, as to which number corresponds to which band and wavelength, i haven't been able to find out so far.


I've taken a look in the source code:


https://www.openfoam.com/documentati...8C_source.html


and found that the band dependent parts go into this code:


(

4

*physicoChemical::sigma

*(aLambda_[0] - absorptionEmission_->aDisp(0)())

*blackBody_.deltaLambdaT(T_, absorptionEmission_->bands(0))

)


deltaLambdaT is found in blackbody emission


https://develop.openfoam.com/Develop...BodyEmission.C


And it shows that lambdaT is being interpolated from a table. However, where does one define lambda? And how does one define multiple bandwidths?



Greatly appreciate any help you guys can offer!


Best
Theo
B_R_Khan likes this.
theoOng is offline   Reply With Quote

Old   November 16, 2020, 12:37
Default fvDOM wavelenght
  #2
New Member
 
Lucas Leocadio Battiston
Join Date: Feb 2020
Posts: 6
Rep Power: 6
battiston is on a distinguished road
Hello Theo,


I watch your videos in youtube about radiation, its very nice work!


Have you found answer for the question above?




att,
Battiston
battiston is offline   Reply With Quote

Old   November 8, 2021, 06:49
Default
  #3
Member
 
Bushra Rasheed
Join Date: Dec 2020
Posts: 97
Rep Power: 5
B_R_Khan is on a distinguished road
Can anyone answer this?
B_R_Khan 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
Trying to validate fvDOM and view factors methods zfaraday OpenFOAM Running, Solving & CFD 33 August 25, 2021 08:58
BC for fvDOM radiation model xuhuang OpenFOAM Programming & Development 15 January 7, 2020 00:18
fvDOM model keep crashing after a few iterations shach934 OpenFOAM 1 September 17, 2019 14:10
FVDOM instability in wedge-type mesh Yuri Almeida OpenFOAM Running, Solving & CFD 4 November 9, 2017 23:41
fvDOM model crashes on first iteration pupo OpenFOAM Running, Solving & CFD 1 May 29, 2016 09:10


All times are GMT -4. The time now is 04:44.