Dummy scatter model for 'none'. More...


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| noScatter (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. More... | |
| virtual | ~noScatter () |
| Destructor. More... | |
| tmp< volScalarField > | sigmaEff () const |
| Return scatter coefficient. More... | |
Public Member Functions inherited from scatterModel | |
| TypeName ("scatterModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, scatterModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh)) | |
| scatterModel (const fvMesh &mesh) | |
| Construct from mesh. More... | |
| virtual | ~scatterModel () |
| Destructor. More... | |
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. More... | |
| noScatter | ( | const dictionary & | dict, |
| const fvMesh & | mesh | ||
| ) |
Construct from components.
Definition at line 46 of file noScatter.C.
|
virtual |
Destructor.
Definition at line 58 of file noScatter.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Return scatter coefficient.
Implements scatterModel.
Definition at line 65 of file noScatter.C.
References Foam::dimLength, Foam::dimless, and GeometricField< Type, GeoMesh, PrimitiveField >::New().
