Constant radiation scatter coefficient. More...
#include <radiation/constantScatter.H>
Constant radiation scatter coefficient.
Definition at line 51 of file constantScatter.H.
Public Member Functions | |
TypeName ("constantScatter") | |
Runtime type information. | |
constantScatter (const dictionary &dict, const fvMesh &mesh) | |
Construct from components. | |
~constantScatter () | |
tmp< volScalarField > | sigmaEff () const |
Return scatter coefficient. | |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
static autoPtr< scatterModel > | New (const dictionary &dict, const fvMesh &mesh) |
![]() | |
const fvMesh & | mesh_ |
Reference to the fvMesh. |
constantScatter | ( | const dictionary & | dict, |
const fvMesh & | mesh | ||
) |
Construct from components.
Definition at line 50 of file constantScatter.C.
~constantScatter | ( | ) |
Definition at line 64 of file constantScatter.C.
TypeName | ( | "constantScatter" | ) |
Runtime type information.
|
virtual |
Return scatter coefficient.
Implements scatterModel.
Definition at line 71 of file constantScatter.C.
References IOobject::NO_READ, and IOobject::NO_WRITE.