Base class for radiation scattering. More...


Public Member Functions | |
| TypeName ("scatterModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, scatterModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh)) | |
| scatterModel (const fvMesh &mesh) | |
| Construct from mesh. More... | |
| virtual | ~scatterModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | sigmaEff () const =0 |
| Return scatter coefficient. More... | |
Static Public Member Functions | |
| static autoPtr< scatterModel > | New (const dictionary &dict, const fvMesh &mesh) |
Protected Attributes | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. More... | |
| scatterModel | ( | const fvMesh & | mesh | ) |
Construct from mesh.
Definition at line 43 of file scatterModel.C.
|
virtual |
Destructor.
Definition at line 51 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 32 of file scatterModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, mesh, and Foam::nl.

|
pure virtual |
|
protected |
Reference to the fvMesh.
Definition at line 58 of file scatterModel.H.