FreeFOAM The Cross-Platform CFD Toolkit
scatterModel Class Reference

Base class for radiation scattering. More...

#include <radiation/scatterModel.H>


Detailed Description

Base class for radiation scattering.

Definition at line 51 of file scatterModel.H.

+ Inheritance diagram for scatterModel:
+ Collaboration diagram for scatterModel:

List of all members.

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

Constructor & Destructor Documentation

scatterModel ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 44 of file scatterModel.C.

~scatterModel ( )
virtual

Definition at line 55 of file scatterModel.C.


Member Function Documentation

TypeName ( "scatterModel"  )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr  ,
scatterModel  ,
dictionary  ,
(const dictionary &dict, const fvMesh &mesh ,
(dict, mesh  
)
Foam::autoPtr< Foam::radiation::scatterModel > New ( const dictionary dict,
const fvMesh mesh 
)
static
virtual tmp<volScalarField> sigmaEff ( ) const
pure virtual

Return scatter coefficient.

Implemented in constantScatter, and cloudScatter.


Member Data Documentation

const fvMesh& mesh_
protected

Reference to the fvMesh.

Definition at line 59 of file scatterModel.H.


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