Public Member Functions | Public Attributes | Static Public Attributes | List of all members
wideBandAbsorptionEmission Class Reference

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

Inheritance diagram for wideBandAbsorptionEmission:
Inheritance graph
[legend]
Collaboration diagram for wideBandAbsorptionEmission:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("wideBandAbsorptionEmission")
 Runtime type information. More...
 
 wideBandAbsorptionEmission (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~wideBandAbsorptionEmission ()
 Destructor. More...
 
tmp< volScalarFieldaCont (const label bandI=0) const
 Absorption coefficient for continuous phase. More...
 
tmp< volScalarFieldeCont (const label bandI=0) const
 Emission coefficient for continuous phase. More...
 
tmp< volScalarFieldECont (const label bandI=0) const
 Emission contribution for continuous phase. More...
 
bool isGrey () const
 Flag for whether the absorption/emission is for a grey gas. More...
 
label nBands () const
 Number of bands. More...
 
const Vector2D< scalar > & bands (const label i) const
 Lower and upper limit of band i. More...
 
void correct (volScalarField &a_, PtrList< volScalarField > &aLambda) const
 Correct rays. More...
 
- Public Member Functions inherited from absorptionEmissionModel
 TypeName ("absorptionEmissionModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, absorptionEmissionModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
 Declare runtime constructor selection table. More...
 
 absorptionEmissionModel (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~absorptionEmissionModel ()
 Destructor. More...
 
const fvMeshmesh () const
 Reference to the mesh. More...
 
const dictionarydict () const
 Reference to the dictionary. More...
 
virtual tmp< volScalarFielda (const label bandI=0) const
 Absorption coefficient (net) More...
 
virtual tmp< volScalarFieldaDisp (const label bandI=0) const
 Absorption coefficient for dispersed phase. More...
 
virtual tmp< volScalarFielde (const label bandI=0) const
 Emission coefficient (net) More...
 
virtual tmp< volScalarFieldeDisp (const label bandI=0) const
 Return emission coefficient for dispersed phase. More...
 
virtual tmp< volScalarFieldE (const label bandI=0) const
 Emission contribution (net) More...
 
virtual tmp< volScalarFieldEDisp (const label bandI=0) const
 Emission contribution for dispersed phase. More...
 

Public Attributes

FixedList< FixedList< absorptionCoeffs, nSpecies_ >, maxBands_coeffs_
 Absorption coefficients. More...
 

Static Public Attributes

static const int nSpecies_ = 5
 Maximum number of species considered for absorptivity. More...
 
static const int maxBands_ = 10
 Maximum number of bands. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from absorptionEmissionModel
static autoPtr< absorptionEmissionModelNew (const dictionary &dict, const fvMesh &mesh)
 Selector. More...
 
- Protected Attributes inherited from absorptionEmissionModel
const dictionary dict_
 Radiation model dictionary. More...
 
const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

wideBandAbsorptionEmission 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 ovelap or have gaps.

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

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

The coefficients for CO and soot or any other added are multiplied by the respective mass fraction being solved.

The look Up table file should be in the constant directory.

band dictionary:

    band0
    {
        bandLimits (1.0e-6 2.63e-6);
        EhrrCoeff       0.0;
        species
        {
            CH4
            {
                Tcommon         300.;
                Tlow            300.;
                Thigh           2500.;
                invTemp         false;
                loTcoeffs (0 0 0 0 0 0) ;
                hiTcoeffs (.1 0 0 0 0 0);
            }
            CO2
            {
                Tcommon         300.;
                Tlow            300.;
                Thigh           2500.;
                invTemp         false;
                loTcoeffs (0 0 0 0 0 0) ;
                hiTcoeffs (.1 0 0 0 0 0);
            }
            H2O
            {
                Tcommon         300.;
                Tlow            300.;
                Thigh           2500.;
                invTemp         false;
                loTcoeffs (0 0 0 0 0 0) ;
                hiTcoeffs (.1 0 0 0 0 0);
            }
            Ysoot
            {
                Tcommon         300.;
                Tlow            300.;
                Thigh           2500.;
                invTemp         false;
                loTcoeffs (0 0 0 0 0 0) ;
                hiTcoeffs (.1 0 0 0 0 0);
            }
        }
    }
Source files

Definition at line 121 of file wideBandAbsorptionEmission.H.

Constructor & Destructor Documentation

wideBandAbsorptionEmission ( const dictionary dict,
const fvMesh mesh 
)

Destructor.

Definition at line 148 of file wideBandAbsorptionEmission.C.

Member Function Documentation

TypeName ( "wideBandAbsorptionEmission"  )

Runtime type information.

Foam::tmp< Foam::volScalarField > aCont ( const label  bandI = 0) const
virtual

Absorption coefficient for continuous phase.

Reimplemented from absorptionEmissionModel.

Definition at line 155 of file wideBandAbsorptionEmission.C.

References Foam::constant::physicoChemical::b, Foam::dimLength, Foam::dimless, forAll, mesh, n, IOobject::NO_READ, IOobject::NO_WRITE, p, tmp< T >::ref(), List< T >::size(), Foam::T(), and timeName.

Here is the call graph for this function:

Foam::tmp< Foam::volScalarField > eCont ( const label  bandI = 0) const
virtual

Emission coefficient for continuous phase.

Reimplemented from absorptionEmissionModel.

Definition at line 226 of file wideBandAbsorptionEmission.C.

Foam::tmp< Foam::volScalarField > ECont ( const label  bandI = 0) const
virtual
bool isGrey ( ) const
inlinevirtual

Flag for whether the absorption/emission is for a grey gas.

Reimplemented from absorptionEmissionModel.

Definition at line 212 of file wideBandAbsorptionEmission.H.

label nBands ( ) const
inlinevirtual

Number of bands.

Reimplemented from absorptionEmissionModel.

Definition at line 218 of file wideBandAbsorptionEmission.H.

const Vector2D<scalar>& bands ( const label  i) const
inlinevirtual

Lower and upper limit of band i.

Reimplemented from absorptionEmissionModel.

Definition at line 224 of file wideBandAbsorptionEmission.H.

References wideBandAbsorptionEmission::correct().

Here is the call graph for this function:

void correct ( volScalarField a_,
PtrList< volScalarField > &  aLambda 
) const
virtual

Correct rays.

Reimplemented from absorptionEmissionModel.

Definition at line 285 of file wideBandAbsorptionEmission.C.

References Foam::dimLength, Foam::dimless, and GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef().

Referenced by wideBandAbsorptionEmission::bands(), and wideBandAbsorptionEmission::ECont().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const int nSpecies_ = 5
static

Maximum number of species considered for absorptivity.

Definition at line 130 of file wideBandAbsorptionEmission.H.

const int maxBands_ = 10
static

Maximum number of bands.

Definition at line 133 of file wideBandAbsorptionEmission.H.

Absorption coefficients.

Definition at line 136 of file wideBandAbsorptionEmission.H.


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