scatterModel Class Referenceabstract

Base class for radiation scattering. More...

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

Public Member Functions

 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...
 

Static Public Member Functions

static autoPtr< scatterModelNew (const dictionary &dict, const fvMesh &mesh)
 

Protected Attributes

const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

Base class for radiation scattering.

Definition at line 52 of file scatterModel.H.

Constructor & Destructor Documentation

◆ scatterModel()

scatterModel ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 46 of file scatterModel.C.

◆ ~scatterModel()

~scatterModel ( )
virtual

Destructor.

Definition at line 57 of file scatterModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "scatterModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
scatterModel  ,
dictionary  ,
(const dictionary &dict, const fvMesh &mesh ,
(dict, mesh  
)

◆ New()

Foam::autoPtr< Foam::radiation::scatterModel > New ( const dictionary dict,
const fvMesh mesh 
)
static

Definition at line 35 of file scatterModelNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and mesh.

Here is the call graph for this function:

◆ sigmaEff()

virtual tmp<volScalarField> sigmaEff ( ) const
pure virtual

Return scatter coefficient.

Implemented in constantScatter, cloudScatter, and noScatter.

Member Data Documentation

◆ mesh_

const fvMesh& mesh_
protected

Reference to the fvMesh.

Definition at line 60 of file scatterModel.H.

Referenced by noScatter::sigmaEff(), and constantScatter::sigmaEff().


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