Constant radiation scatter coefficient. More...
#include <constantScatter.H>


Public Member Functions | |
| TypeName ("constantScatter") | |
| Runtime type information. | |
| constantScatter (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~constantScatter ()=default |
| Destructor. | |
| tmp< volScalarField > | sigmaEff () const |
| Return scatter coefficient. | |
| Public Member Functions inherited from scatterModel | |
| 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 () |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from scatterModel | |
| static autoPtr< scatterModel > | New (const dictionary &dict, const fvMesh &mesh) |
| Protected Attributes inherited from scatterModel | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. | |
Constant radiation scatter coefficient.
Definition at line 51 of file constantScatter.H.
| constantScatter | ( | const dictionary & | dict, |
| const fvMesh & | mesh ) |
Construct from components.
Definition at line 44 of file constantScatter.C.
References dict, Foam::dimLength, Foam::dimless, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, mesh, and scatterModel::scatterModel().

|
virtualdefault |
Destructor.
|
virtual |
Return scatter coefficient.
Implements scatterModel.
Definition at line 60 of file constantScatter.C.
References scatterModel::mesh_, GeometricField< scalar, fvPatchField, volMesh >::New(), and IOobjectOption::NO_REGISTER.
