Constant radiation scatter coefficient. More...
Public Member Functions | |
TypeName ("constant") | |
Runtime type information. More... | |
constant (const dictionary &dict, const fvMesh &mesh) | |
Construct from components. More... | |
virtual | ~constant () |
Destructor. More... | |
tmp< volScalarField > | sigmaEff () const |
Return scatter coefficient. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
static autoPtr< scatterModel > | New (const dictionary &dict, const fvMesh &mesh) |
![]() | |
const fvMesh & | mesh_ |
Reference to the fvMesh. More... | |
Constant radiation scatter coefficient.
Definition at line 52 of file constantScatter.H.
constant | ( | const dictionary & | dict, |
const fvMesh & | mesh | ||
) |
Construct from components.
Definition at line 53 of file constantScatter.C.
|
virtual |
Destructor.
Definition at line 67 of file constantScatter.C.
TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Return scatter coefficient.
Implements scatterModel.
Definition at line 74 of file constantScatter.C.
References GeometricField< scalar, fvPatchField, volMesh >::New().