wideBand Class Reference

wideBand radiation absorption and emission coefficients for continuous phase. More...

Detailed Description

wideBand radiation absorption and emission coefficients for continuous phase.

All the bands should have the same number of species and have to be entered in the same order.

There is no check of continuity of the bands. They should not overlap or have gaps.

The emission constant proportionality is specified per band (EhrrCoeff).

The coefficients for the species have to be specified for use in moles x P [atm], i.e. (k[i] = species[i]*p*9.869231e-6).

The lookup table file should be in the constant directory.

Example

    absorptionEmissionModel wideBand;

    wideBandCoeffs
    {
        band0
        {
            bandLimits      (1e-6 2.63e-6);

            CH4
            {
                Tcommon         300;
                Tlow            300;
                Thigh           2500;
                invTemp         false;
                loTcoeffs       (0 0 0 0 0 0) ;
                hiTcoeffs       (0.1 0 0 0 0 0);
            }

            CO2
            {
                Tcommon         300;
                Tlow            300;
                Thigh           2500;
                invTemp         false;
                loTcoeffs       (0 0 0 0 0 0) ;
                hiTcoeffs       (0.1 0 0 0 0 0);
            }

            H2O
            {
                Tcommon         300;
                Tlow            300;
                Thigh           2500;
                invTemp         false;
                loTcoeffs       (0 0 0 0 0 0);
                hiTcoeffs       (0.1 0 0 0 0 0);
            }
            Ysoot
            {
                Tcommon         300;
                Tlow            300;
                Thigh           2500;
                invTemp         false;
                loTcoeffs       (0 0 0 0 0 0);
                hiTcoeffs       (0.1 0 0 0 0 0);
            }
        }
    }
Source files

The documentation for this class was generated from the following file: