Base class for radiation scattering. More...
#include <radiation/scatterModel.H>
Base class for radiation scattering.
Definition at line 51 of file 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 () |
| 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 44 of file scatterModel.C.
| ~scatterModel | ( | ) | [virtual]
|
Definition at line 55 of file scatterModel.C.
| 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]
|
Definition at line 32 of file newScatterModel.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), mesh, and Foam::nl.
| virtual tmp<volScalarField> sigmaEff | ( | ) | const [pure virtual]
|
Return scatter coefficient.
Implemented in cloudScatter, and constantScatter.
Reference to the fvMesh.
Definition at line 59 of file scatterModel.H.