Base class for radiation scattering. More...
#include <radiation/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 () |
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.
|
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) | |||
) |
|
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.
|
pure virtual |
Return scatter coefficient.
Implemented in constantScatter, and cloudScatter.
|
protected |
Reference to the fvMesh.
Definition at line 59 of file scatterModel.H.