Base class for radiation scattering. More...
Public Member Functions | |
TypeName ("scatterModel") | |
declareRunTimeSelectionTable (autoPtr, scatterModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh)) | |
scatterModel (const dictionary &dict, const fvMesh &mesh) | |
virtual | ~scatterModel () |
virtual tmp< volScalarField > | sigmaEff () const =0 |
Static Public Member Functions | |
static autoPtr< scatterModel > | New (const dictionary &dict, const fvMesh &mesh) |
Protected Attributes | |
const fvMesh & | mesh_ |
scatterModel | ( | const dictionary & | dict, |
const fvMesh & | mesh | ||
) |
Definition at line 39 of file scatterModel.C.
|
virtual |
Definition at line 50 of file scatterModel.C.
TypeName | ( | "scatterModel" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
scatterModel | , | ||
dictionary | , | ||
(const dictionary &dict, const fvMesh &mesh) | , | ||
(dict, mesh) | |||
) |
|
static |
Definition at line 28 of file scatterModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and mesh.
|
pure virtual |
Implemented in constantScatter, cloudScatter, and noScatter.
|
protected |
Definition at line 54 of file scatterModel.H.
Referenced by noScatter::sigmaEff(), and constantScatter::sigmaEff().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.