FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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< volScalarField >  sigmaEff () const =0
 Return scatter coefficient.

Static Public Member Functions

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

Protected Attributes

const fvMesh &  mesh_
 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 cloudScatter, and constantScatter.


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:
  • src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H
  • src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/newScatterModel.C
  • src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.C