Base class for radiation scattering. More...
#include <scatterModel.H>


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< 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. | |
| scatterModel | ( | const dictionary & | dict, |
| const fvMesh & | mesh ) |
Construct from components.
Definition at line 38 of file scatterModel.C.
Referenced by cloudScatter::cloudScatter(), constantScatter::constantScatter(), declareRunTimeSelectionTable(), and noScatter::noScatter().

|
virtual |
Destructor.
Definition at line 50 of file scatterModel.C.
| TypeName | ( | "scatterModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| scatterModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const fvMesh &mesh) | , | ||
| (dict, mesh) | ) |
|
static |
Definition at line 27 of file scatterModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and mesh.

|
pure virtual |
Return scatter coefficient.
Implemented in cloudScatter, constantScatter, and noScatter.
|
protected |
Reference to the fvMesh.
Definition at line 56 of file scatterModel.H.
Referenced by scatterModel(), cloudScatter::sigmaEff(), constantScatter::sigmaEff(), and noScatter::sigmaEff().