Constant radiation absorption and emission coefficients for continuous phase. More...
#include <localDensityAbsorptionEmission.H>


Public Member Functions | |
| TypeName ("localDensityAbsorptionEmission") | |
| Runtime type information. | |
| localDensityAbsorptionEmission (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~localDensityAbsorptionEmission ()=default |
| Destructor. | |
| tmp< volScalarField > | aCont (const label bandI=0) const |
| Absorption coefficient for continuous phase. | |
| tmp< volScalarField > | eCont (const label bandI=0) const |
| Emission coefficient for continuous phase. | |
| tmp< volScalarField > | ECont (const label bandI=0) const |
| Emission contribution for continuous phase. | |
| bool | isGrey () const |
| Is grey. | |
| 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 fvMesh & | mesh () const |
| Reference to the mesh. | |
| const dictionary & | dict () const |
| Reference to the dictionary. | |
| virtual tmp< volScalarField > | a (const label bandI=0) const |
| Absorption coefficient (net). | |
| virtual tmp< volScalarField > | aDisp (const label bandI=0) const |
| Absorption coefficient for dispersed phase. | |
| virtual tmp< volScalarField > | e (const label bandI=0) const |
| Emission coefficient (net). | |
| virtual tmp< volScalarField > | eDisp (const label bandI=0) const |
| Return emission coefficient for dispersed phase. | |
| virtual tmp< volScalarField > | E (const label bandI=0) const |
| Emission contribution (net). | |
| virtual tmp< volScalarField > | EDisp (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 void | correct (volScalarField &a, PtrList< volScalarField > &aj) const |
| Correct absorption coefficients. | |
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 fvMesh & | mesh_ |
| Reference to the fvMesh. | |
Constant radiation absorption and emission coefficients for continuous phase.
Definition at line 49 of file localDensityAbsorptionEmission.H.
| localDensityAbsorptionEmission | ( | const dictionary & | dict, |
| const fvMesh & | mesh ) |
Construct from components.
References absorptionEmissionModel::dict(), and absorptionEmissionModel::mesh().

|
virtualdefault |
Destructor.
| TypeName | ( | "localDensityAbsorptionEmission" | ) |
Runtime type information.
|
virtual |
Absorption coefficient for continuous phase.
Reimplemented from absorptionEmissionModel.
|
virtual |
Emission coefficient for continuous phase.
Reimplemented from absorptionEmissionModel.
|
virtual |
Emission contribution for continuous phase.
Reimplemented from absorptionEmissionModel.
|
inlinevirtual |
Is grey.
Reimplemented from absorptionEmissionModel.
Definition at line 136 of file localDensityAbsorptionEmission.H.