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 dictionary &dict, const fvMesh &mesh) | |
Construct from components. 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 dictionary & | dict, |
const fvMesh & | mesh | ||
) |
Construct from components.
Definition at line 44 of file scatterModel.C.
|
virtual |
Destructor.
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 33 of file scatterModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), mesh, and Foam::nl.
|
pure virtual |
|
protected |
Reference to the fvMesh.
Definition at line 58 of file scatterModel.H.