wideBandCombustion Class Reference
Inheritance diagram for wideBandCombustion:
Collaboration diagram for wideBandCombustion:

Public Member Functions

 TypeName ("wideBandCombustion")
 Runtime type information. More...
 
 wideBandCombustion (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~wideBandCombustion ()
 Destructor. More...
 
tmp< volScalarFieldECont (const label bandi=0) const
 Emission contribution for continuous phase. More...
 
- Public Member Functions inherited from wideBand
 TypeName ("wideBand")
 Runtime type information. More...
 
 wideBand (const dictionary &dict, const fvMesh &mesh, const word &modelName=typeName)
 Construct from components. More...
 
virtual ~wideBand ()
 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 bandi) 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from absorptionEmissionModel
static autoPtr< absorptionEmissionModelNew (const dictionary &dict, const fvMesh &mesh)
 Selector. More...
 
- Public Attributes inherited from wideBand
FixedList< FixedList< absorptionCoeffs, nSpecies_ >, maxBands_coeffs_
 Absorption coefficients. More...
 
- Static Public Attributes inherited from wideBand
static const int nSpecies_ = 5
 Maximum number of species considered for absorptivity. More...
 
static const int maxBands_ = 10
 Maximum number of bands. More...
 
- Protected Attributes inherited from wideBand
dictionary coeffsDict_
 Absorption model dictionary. More...
 
HashTable< labelspeciesNames_
 Hash table with species names. More...
 
FixedList< label, nSpecies_specieIndex_
 Indices of species in the look-up table. More...
 
FixedList< Vector2D< scalar >, maxBands_iBands_
 Bands. More...
 
autoPtr< interpolationLookUpTable< scalar > > lookUpTablePtr_
 Look-up table of species related to ft. More...
 
const fluidThermothermo_
 Thermo package. More...
 
label nBands_
 Bands. More...
 
UPtrList< volScalarFieldYj_
 Pointer list of species being solved involved in the absorption. More...
 
scalar totalWaveLength_
 
- Protected Attributes inherited from absorptionEmissionModel
const dictionary dict_
 Radiation model dictionary. More...
 
const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

Definition at line 57 of file wideBandCombustion.H.

Constructor & Destructor Documentation

◆ wideBandCombustion()

wideBandCombustion ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 55 of file wideBandCombustion.C.

References forAllConstIter(), and wideBandCombustion::~wideBandCombustion().

Here is the call graph for this function:

◆ ~wideBandCombustion()

~wideBandCombustion ( )
virtual

Destructor.

Definition at line 77 of file wideBandCombustion.C.

References wideBandCombustion::ECont().

Referenced by wideBandCombustion::wideBandCombustion().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "wideBandCombustion"  )

Runtime type information.

◆ ECont()

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

Emission contribution for continuous phase.

Reimplemented from absorptionEmissionModel.

Definition at line 85 of file wideBandCombustion.C.

References combustionModel::combustionPropertiesName, wideBand::ECont(), Foam::name(), Qdot, and tmp< T >::ref().

Referenced by wideBandCombustion::~wideBandCombustion().

Here is the call graph for this function:
Here is the caller graph for this function:

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