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

EhrrrCoeff in wideBand absorptionEmissionModel?

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 1 Post By Yuri Almeida
  • 1 Post By Yuri Almeida
  • 3 Post By atulkjoy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 9, 2014, 04:29
Default EhrrrCoeff in wideBand absorptionEmissionModel?
  #1
Senior Member
 
Join Date: Oct 2013
Posts: 397
Rep Power: 18
chriss85 will become famous soon enough
Hello,

I would like to use the wideBandAbsorptionEmissionModel (actually, a modified version with tabular data instead). However, it is not clear to me what the EhrrCoeff parameter is, and the comments in the source do not make it clear to me.

There are also no examples that use this model unfortunately.

Can anyone help me out on this?
chriss85 is offline   Reply With Quote

Old   May 13, 2014, 09:28
Default
  #2
New Member
 
Yuri Almeida
Join Date: Jan 2012
Location: Rio de Janeiro, Brazil
Posts: 21
Rep Power: 14
Yuri Almeida is on a distinguished road
Hi Chriss,

There is a comment in the OF 1.7:

"Proportionality constant (EhrrCoeff*HRR) to be emitted. Source term in RTE"

I'm not sure about it, but, considering that you are working with combustion, I think that is correlated with some kind of photon emission during the appearance of free radicals within the flame, that currently is not modeled (I think that you are using a single step reaction, right?).

This term may be trying to take into account these effects... I'd choose the value of 0 (zero), unless you are sure about the exact meaning of it.

But I'm just guessing, maybe someone with more experience can explain better to us...

Best,
Yuri Almeida is offline   Reply With Quote

Old   May 13, 2014, 10:25
Default
  #3
Senior Member
 
Join Date: Oct 2013
Posts: 397
Rep Power: 18
chriss85 will become famous soon enough
Thanks, that helps a bit.

I'm working on plasmas, so no combustions/flames, just a very high temperature one-fluid plasma without chemical reactions.

Similar question, is the E coefficient in constantAbsorptionEmission similar?

Also, in which cases is the emissivity inequal to absorptivity?

As far as I know they should be equal in thermal equilibrium (atleast in the P1 model). The equations I've seen are the same as those in OpenFOAM, but they use the absorptivity parameter everywhere since they assume e=a.
chriss85 is offline   Reply With Quote

Old   May 13, 2014, 11:40
Default
  #4
New Member
 
Yuri Almeida
Join Date: Jan 2012
Location: Rio de Janeiro, Brazil
Posts: 21
Rep Power: 14
Yuri Almeida is on a distinguished road
I'm not really sure, but I agree with you.

Looking at the absorptionEmissionModel.H:

// Emission contribution

//- Emission contribution (net)
virtual tmp<volScalarField> E(const label bandI = 0) const;

//- Emission contribution for continuous phase
virtual tmp<volScalarField> ECont(const label bandI = 0) const;

//- Emission contribution for dispersed phase
virtual tmp<volScalarField> EDisp(const label bandI = 0) const;


Apparently, the constant E provides the similar effect as EhrrCoeff.

I don't remember a case in which we have different absorption and emission coefficients. According to Modest, at least for gases, equation 10.16 shows that they must be equal. Maybe the OpenFOAM provides the option to set a different value for each coefficient just in case of new developments, perhaps in solids...

For the wideBandAbsorptionEmission and the greyMeanAbsorptionEmission, we just provide the coefficients to obtain the absorption coefficient, and then it's set up equal to the emission coeff (e=a).
Zhiheng Wang likes this.
Yuri Almeida is offline   Reply With Quote

Old   March 3, 2015, 10:51
Default
  #5
New Member
 
sebastien vilfayeau
Join Date: Feb 2012
Posts: 14
Rep Power: 14
sebastien_F1 is on a distinguished road
Ehrcoeff is used in fire application when you know the global radiant fraction from the experiment for a given fuel.
It can also be used for applciations in LES when you underestimate the true temperature and you want to account for it by adding an extra emission term in your RTE.

Otherwise, I was wondering if you know the units of bandLimits?

Thanks
Sebastien
sebastien_F1 is offline   Reply With Quote

Old   March 3, 2015, 12:00
Default
  #6
New Member
 
Yuri Almeida
Join Date: Jan 2012
Location: Rio de Janeiro, Brazil
Posts: 21
Rep Power: 14
Yuri Almeida is on a distinguished road
I think it is metre [m].

The wideBandAbsorptionEmission.H provides the example of "bandLimits (1.0e-6 2.63e-6);"

If 1.0e-6 is in metre, the band Limits would be 1 to 2.63 micrometres. I am not quite sure if it is a good estimative for the absorption bands of CO2 and H2O, but I think it is OK.
Saeng Kinley likes this.
Yuri Almeida is offline   Reply With Quote

Old   October 26, 2017, 15:17
Default
  #7
Member
 
Atul Kumar
Join Date: Dec 2015
Location: National Centre for Combustion Research and Development
Posts: 48
Rep Power: 10
atulkjoy is on a distinguished road
EhrrCoeff givew radiant fraction of a flame mainly gives Qr/Qchem where Qr is heat release rate by radiation while Qch = Heat release rate by Chemistry or combustion as Qc = mdot*Hf for a fuel Hf is heat of combustion with mdot as mass flow rate.
Radiant fraction*HRR provides additional source term in RTE some more Amount of Energy to be emitted.
I am not conformed but it can be a result of TRI(Turbulence and radiation Interaction). One thing is for sure it will bring down flame temperature more normal RTE solution without Soot or out scattering.
Please check with
Ankur Gupta Thesis of PSU , M. Modest
atulkjoy is offline   Reply With Quote

Old   November 4, 2020, 15:48
Default How to work wideBandAbsorptionEmission?
  #8
New Member
 
Lucas Leocadio Battiston
Join Date: Feb 2020
Posts: 6
Rep Power: 6
battiston is on a distinguished road
Hello everyone,


I'm trying to implement BC wideBand in my case, but it always presents an error stating that specie ft was not found, could someone help me to implement this condition?

OF v2006
Rad model = fvDOM


Att,
Lucas L. Battiston
battiston is offline   Reply With Quote

Old   November 9, 2020, 08:20
Default
  #9
New Member
 
Lucas Leocadio Battiston
Join Date: Feb 2020
Posts: 6
Rep Power: 6
battiston is on a distinguished road
Quote:
Originally Posted by battiston View Post
Hello everyone,


I'm trying to implement BC wideBand in my case, but it always presents an error stating that specie ft was not found, could someone help me to implement this condition?

OF v2006
Rad model = fvDOM


Att,
Lucas L. Battiston

Hello everyone,


I managed to run, it's working now but this error appears:

#0 Foam::error:rintStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 ? in /lib/x86_64-linux-gnu/libpthread.so.0
#3 Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) at ??:?
#4 Foam:perator/(Foam::tmp<Foam::Field<double> > const&, Foam::tmp<Foam::Field<double> > const&) at ??:?
#5 ? in ~/OpenFOAM/OpenFOAM-v2006/platforms/linux64GccDPInt32Opt/bin/buoyantPimpleFoam
#6 ? in ~/OpenFOAM/OpenFOAM-v2006/platforms/linux64GccDPInt32Opt/bin/buoyantPimpleFoam
#7 __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
#8 ? in ~/OpenFOAM/OpenFOAM-v2006/platforms/linux64GccDPInt32Opt/bin/buoyantPimpleFoam


Can anyone help?



att,
Battiston
battiston is offline   Reply With Quote

Old   September 23, 2021, 04:13
Default
  #10
Member
 
Bushra Rasheed
Join Date: Dec 2020
Posts: 97
Rep Power: 5
B_R_Khan is on a distinguished road
Quote:
Originally Posted by Yuri Almeida View Post
I think it is metre [m].

The wideBandAbsorptionEmission.H provides the example of "bandLimits (1.0e-6 2.63e-6);"

If 1.0e-6 is in metre, the band Limits would be 1 to 2.63 micrometres. I am not quite sure if it is a good estimative for the absorption bands of CO2 and H2O, but I think it is OK.
Hi!

Do you know if these band limits are the range of wavelengths we want to know intensity of radiations in or are they specific to each specie? For example can I set a range of 100nm to 200nm for CO2, H2O etc? and what does the word band actually mean I am quite confused. Does it mean IR, UV bands etc or just any custom defined group of wavelengths?
Please help!

Thanks
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



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