FreeFOAM The Cross-Platform CFD Toolkit
greyMeanAbsorptionEmission Class Reference

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

#include <radiation/greyMeanAbsorptionEmission.H>


Detailed Description

greyMeanAbsorptionEmission radiation absorption and emission coefficients for continuous phase

The coefficients for the species in the Look up 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

All the species in the dictionary need either to be in the look-up table or being solved. Conversely, all the species solved do not need to be included in the calculation of the absorption coefficient

The names of the species in the absorption dictionary must match exactly the name in the look-up table or the name of the field being solved

The look-up table ("speciesTable") file should be in constant

i.e. dictionary

LookUpTableFileName "speciesTable";

EhrrCoeff0.0;

CO2 { Tcommon 300.; // Common Temp invTemp true; // Is the polynomial using inverse temperature? Tlow300.; // Low Temp Thigh 2500.; // High Temp

loTcoeffs // coeffs for T < Tcommon ( 0 // a0+ 0 // a1*T + 0 // a2*T^(+/-)2 + 0 // a3*T^(+/-)3 + 0 // a4*T^(+/-)4 + 0 // a5*T^(+/-)5 + ); hiTcoeffs // coeffs for T > Tcommon ( 18.741 -121.31e3 273.5e6 -194.05e9 56.31e12 -5.8169e15 );

}

Source files

Definition at line 105 of file greyMeanAbsorptionEmission.H.

+ Inheritance diagram for greyMeanAbsorptionEmission:
+ Collaboration diagram for greyMeanAbsorptionEmission:

List of all members.

Public Member Functions

 TypeName ("greyMeanAbsorptionEmission")
 Runtime type information.
 greyMeanAbsorptionEmission (const dictionary &dict, const fvMesh &mesh)
 Construct from components.
virtual ~greyMeanAbsorptionEmission ()
tmp< volScalarFieldaCont (const label bandI=0) const
 Absorption coefficient for continuous phase.
tmp< volScalarFieldeCont (const label bandI=0) const
 Emission coefficient for continuous phase.
tmp< volScalarFieldECont (const label bandI=0) const
 Emission contribution for continuous phase.
bool isGrey () const
 Flag for whether the absorption/emission is for a grey gas.
- Public Member Functions inherited from absorptionEmissionModel
 TypeName ("absorptionEmissionModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, absorptionEmissionModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
 Declare runtime constructor selection table.
 absorptionEmissionModel (const dictionary &dict, const fvMesh &mesh)
 Construct from components.
virtual ~absorptionEmissionModel ()
 Destructor.
const fvMeshmesh () const
 Reference to the mesh.
const dictionarydict () const
 Reference to the dictionary.
virtual tmp< volScalarFielda (const label bandI=0) const
 Absorption coefficient (net)
virtual tmp< volScalarFieldaDisp (const label bandI=0) const
 Absorption coefficient for dispersed phase.
virtual tmp< volScalarFielde (const label bandI=0) const
 Emission coefficient (net)
virtual tmp< volScalarFieldeDisp (const label bandI=0) const
 Return emission coefficient for dispersed phase.
virtual tmp< volScalarFieldE (const label bandI=0) const
 Emission contribution (net)
virtual tmp< volScalarFieldEDisp (const label bandI=0) const
 Emission contribution for dispersed phase.
virtual label nBands () const
 Const access to the number of bands - defaults to 1 for grey.
virtual const Vector2D< scalar > & bands (const label n) const
 Const access to the bands - defaults to Vector2D::one for grey.
virtual tmp< volScalarFieldaddIntensity (const label rayI, const volScalarField &ILambda) const
 Add radiative intensity for ray i.
virtual void correct (volScalarField &a, PtrList< volScalarField > &aj) const
 Correct absorption coefficients.

Public Attributes

absorptionCoeffs coeffs_ [nSpecies_]

Static Public Attributes

static const int nSpecies_ = 5

Additional Inherited Members

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

Constructor & Destructor Documentation

Definition at line 143 of file greyMeanAbsorptionEmission.C.


Member Function Documentation

TypeName ( "greyMeanAbsorptionEmission"  )

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 150 of file greyMeanAbsorptionEmission.C.

References b, Foam::dimLength, Foam::dimless, forAll, ft, mesh, IOobject::NO_READ, IOobject::NO_WRITE, p, List< T >::size(), Foam::T(), and timeName.

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

Emission coefficient for continuous phase.

Reimplemented from absorptionEmissionModel.

Definition at line 218 of file greyMeanAbsorptionEmission.C.

References Foam::dimLength, Foam::dimless, e, mesh, IOobject::NO_READ, IOobject::NO_WRITE, and timeName.

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

Emission contribution for continuous phase.

Reimplemented from absorptionEmissionModel.

Definition at line 242 of file greyMeanAbsorptionEmission.C.

References Foam::dimLength, Foam::dimMass, Foam::dimTime, E(), IOobject::NO_READ, IOobject::NO_WRITE, and Foam::pow3().

bool isGrey ( ) const
inlinevirtual

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

Reimplemented from absorptionEmissionModel.

Definition at line 190 of file greyMeanAbsorptionEmission.H.


Member Data Documentation

const int nSpecies_ = 5
static

Definition at line 114 of file greyMeanAbsorptionEmission.H.

Definition at line 117 of file greyMeanAbsorptionEmission.H.


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