

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< volScalarField > | ECont (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< volScalarField > | aCont (const label bandi=0) const |
| Absorption coefficient for continuous phase. More... | |
| tmp< volScalarField > | eCont (const label bandi=0) const |
| Emission coefficient for continuous phase. More... | |
| tmp< volScalarField > | ECont (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 fvMesh &mesh) | |
| Construct from mesh. More... | |
| virtual | ~absorptionEmissionModel () |
| Destructor. More... | |
| const fvMesh & | mesh () const |
| Reference to the mesh. More... | |
| virtual tmp< volScalarField > | a (const label bandI=0) const |
| Absorption coefficient (net) More... | |
| virtual tmp< volScalarField > | aDisp (const label bandI=0) const |
| Absorption coefficient for dispersed phase. More... | |
| virtual tmp< volScalarField > | e (const label bandI=0) const |
| Emission coefficient (net) More... | |
| virtual tmp< volScalarField > | eDisp (const label bandI=0) const |
| Return emission coefficient for dispersed phase. More... | |
| virtual tmp< volScalarField > | E (const label bandI=0) const |
| Emission contribution (net) More... | |
| virtual tmp< volScalarField > | EDisp (const label bandI=0) const |
| Emission contribution for dispersed phase. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from absorptionEmissionModel | |
| static autoPtr< absorptionEmissionModel > | New (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 | |
| HashTable< label > | speciesNames_ |
| 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 > | lookUpTablePtr_ |
| Look-up table of species related to ft. More... | |
| const fluidThermo & | thermo_ |
| Thermo package. More... | |
| label | nBands_ |
| Bands. More... | |
| UPtrList< volScalarField > | Yj_ |
| Pointer list of species being solved involved in the absorption. More... | |
| scalar | totalWaveLength_ |
Protected Attributes inherited from absorptionEmissionModel | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. More... | |
Definition at line 57 of file wideBandCombustion.H.
| wideBandCombustion | ( | const dictionary & | dict, |
| const fvMesh & | mesh | ||
| ) |
Construct from components.
Definition at line 53 of file wideBandCombustion.C.
References dict, and forAllConstIter.
|
virtual |
Destructor.
Definition at line 76 of file wideBandCombustion.C.
| TypeName | ( | "wideBandCombustion" | ) |
Runtime type information.
|
virtual |
Emission contribution for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 84 of file wideBandCombustion.C.
References combustionModel::combustionPropertiesName, wideBand::ECont(), Foam::name(), Qdot, and tmp< T >::ref().
