Radiation coefficient based on two absorption models. More...


Public Member Functions | |
| TypeName ("binaryAbsorptionEmission") | |
| Runtime type information. More... | |
| binaryAbsorptionEmission (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. More... | |
| virtual | ~binaryAbsorptionEmission () |
| Destructor. More... | |
| virtual tmp< volScalarField > | aCont (const label bandI=0) const |
| Absorption coefficient for continuous phase. More... | |
| virtual tmp< volScalarField > | aDisp (const label bandI=0) const |
| Absorption coefficient for dispersed phase. More... | |
| virtual tmp< volScalarField > | eCont (const label bandI=0) const |
| Emission coefficient for continuous phase. More... | |
| virtual tmp< volScalarField > | eDisp (const label bandI=0) const |
| Emission coefficient for dispersed phase. More... | |
| virtual tmp< volScalarField > | ECont (const label bandI=0) const |
| Emission contribution for continuous phase. More... | |
| virtual tmp< volScalarField > | EDisp (const label bandI=0) const |
| Emission contribution for continuous phase. 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 fvMesh & | mesh () const |
| Reference to the mesh. More... | |
| const dictionary & | dict () const |
| Reference to the dictionary. More... | |
| virtual tmp< volScalarField > | a (const label bandI=0) const |
| Absorption coefficient (net) More... | |
| virtual tmp< volScalarField > | e (const label bandI=0) const |
| Emission coefficient (net) More... | |
| virtual tmp< volScalarField > | E (const label bandI=0) const |
| Emission contribution (net) More... | |
| virtual label | nBands () const |
| Const access to the number of bands - defaults to 1 for grey. More... | |
| virtual const Vector2D< scalar > & | bands (const label n) const |
| Const access to the bands - defaults to Vector2D::one for grey. More... | |
| virtual bool | isGrey () const |
| Flag for whether the absorption/emission is for a grey gas. More... | |
| virtual void | correct (volScalarField &a, PtrList< volScalarField > &aj) const |
| Correct absorption coefficients. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from absorptionEmissionModel | |
| static autoPtr< absorptionEmissionModel > | New (const dictionary &dict, const fvMesh &mesh) |
| Selector. More... | |
Protected Attributes inherited from absorptionEmissionModel | |
| const dictionary | dict_ |
| Radiation model dictionary. More... | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. More... | |
Radiation coefficient based on two absorption models.
Definition at line 50 of file binaryAbsorptionEmission.H.
| binaryAbsorptionEmission | ( | const dictionary & | dict, |
| const fvMesh & | mesh | ||
| ) |
Construct from components.
Definition at line 50 of file binaryAbsorptionEmission.C.
|
virtual |
Destructor.
Definition at line 70 of file binaryAbsorptionEmission.C.
| TypeName | ( | "binaryAbsorptionEmission" | ) |
Runtime type information.
|
virtual |
Absorption coefficient for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 77 of file binaryAbsorptionEmission.C.
|
virtual |
Absorption coefficient for dispersed phase.
Reimplemented from absorptionEmissionModel.
Definition at line 84 of file binaryAbsorptionEmission.C.
|
virtual |
Emission coefficient for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 91 of file binaryAbsorptionEmission.C.
|
virtual |
Emission coefficient for dispersed phase.
Reimplemented from absorptionEmissionModel.
Definition at line 98 of file binaryAbsorptionEmission.C.
|
virtual |
Emission contribution for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 105 of file binaryAbsorptionEmission.C.
|
virtual |
Emission contribution for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 112 of file binaryAbsorptionEmission.C.
1.8.13