noAbsorptionEmission Class Reference
Inheritance diagram for noAbsorptionEmission:
Collaboration diagram for noAbsorptionEmission:

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noAbsorptionEmission (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~noAbsorptionEmission ()
 Destructor. 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< volScalarFieldaCont (const label bandI=0) const
 Absorption coefficient for continuous phase. 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< volScalarFieldeCont (const label bandI=0) const
 Return emission coefficient for continuous phase. 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< volScalarFieldECont (const label bandI=0) const
 Emission contribution for continuous phase. More...
 
virtual tmp< volScalarFieldEDisp (const label bandI=0) const
 Emission contribution for dispersed phase. 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< absorptionEmissionModelNew (const dictionary &dict, const fvMesh &mesh)
 Selector. More...
 
- Protected Attributes inherited from absorptionEmissionModel
const dictionary dict_
 Radiation model dictionary. More...
 
const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

Definition at line 52 of file noAbsorptionEmission.H.

Constructor & Destructor Documentation

◆ noAbsorptionEmission()

noAbsorptionEmission ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 54 of file noAbsorptionEmission.C.

References noAbsorptionEmission::~noAbsorptionEmission().

Here is the call graph for this function:

◆ ~noAbsorptionEmission()

~noAbsorptionEmission ( )
virtual

Destructor.

Definition at line 66 of file noAbsorptionEmission.C.

Referenced by noAbsorptionEmission::noAbsorptionEmission().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.


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