Constant radiation scatter coefficient. More...

Inheritance diagram for constantScatter:
[legend]
Collaboration diagram for constantScatter:
[legend]

Public Member Functions

 TypeName ("constantScatter")
 Runtime type information. More...
 
 constantScatter (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~constantScatter ()=default
 Destructor. More...
 
tmp< volScalarFieldsigmaEff () const
 Return scatter coefficient. More...
 
- Public Member Functions inherited from scatterModel
 TypeName ("scatterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, scatterModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
 
 scatterModel (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~scatterModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldsigmaEff () const =0
 Return scatter coefficient. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from scatterModel
static autoPtr< scatterModelNew (const dictionary &dict, const fvMesh &mesh)
 
- Protected Attributes inherited from scatterModel
const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

Constant radiation scatter coefficient.

Source files

Definition at line 55 of file constantScatter.H.

Constructor & Destructor Documentation

◆ constantScatter()

constantScatter ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 51 of file constantScatter.C.

References Foam::dimLength, and Foam::dimless.

◆ ~constantScatter()

virtual ~constantScatter ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "constantScatter"  )

Runtime type information.

◆ sigmaEff()

Foam::tmp< Foam::volScalarField > sigmaEff ( ) const
virtual

Return scatter coefficient.

Implements scatterModel.

Definition at line 67 of file constantScatter.C.

References IOobject::NO_READ, and IOobject::NO_WRITE.


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