Dummy scatter model for 'none'. More...
#include <noScatter.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noScatter (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~noScatter ()=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. | |
| noScatter | ( | const dictionary & | dict, |
| const fvMesh & | mesh ) |
Construct from components.
Definition at line 38 of file noScatter.C.
References dict, mesh, and scatterModel::scatterModel().

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