Loading...
Searching...
No Matches
scatterModel Class Referenceabstract

Base class for radiation scattering. More...

#include <scatterModel.H>

Inheritance diagram for scatterModel:
Collaboration diagram for scatterModel:

Public Member Functions

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

Static Public Member Functions

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

Protected Attributes

const fvMeshmesh_
 Reference to the fvMesh.

Detailed Description

Base class for radiation scattering.

Definition at line 46 of file scatterModel.H.

Constructor & Destructor Documentation

◆ scatterModel()

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

Construct from components.

Definition at line 38 of file scatterModel.C.

References mesh, and mesh_.

Referenced by cloudScatter::cloudScatter(), constantScatter::constantScatter(), declareRunTimeSelectionTable(), and noScatter::noScatter().

Here is the caller graph for this function:

◆ ~scatterModel()

~scatterModel ( )
virtual

Destructor.

Definition at line 50 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)  )

References dict, mesh, and scatterModel().

Here is the call graph for this function:

◆ New()

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

Definition at line 27 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 cloudScatter, constantScatter, and noScatter.

Member Data Documentation

◆ mesh_

const fvMesh& mesh_
protected

Reference to the fvMesh.

Definition at line 56 of file scatterModel.H.

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


The documentation for this class was generated from the following files:
  • src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H
  • src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.C
  • src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModelNew.C