noScatter Class Reference

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

Inheritance diagram for noScatter:
Collaboration diagram for noScatter:

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< volScalarFieldsigmaEff () 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 dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~scatterModel ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from scatterModel
static autoPtr< scatterModelNew (const dictionary &dict, const fvMesh &mesh)
 
- Protected Attributes inherited from scatterModel
const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

Dummy scatter model for 'none'.

Source files

Definition at line 52 of file noScatter.H.

Constructor & Destructor Documentation

◆ noScatter()

noScatter ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 46 of file noScatter.C.

◆ ~noScatter()

~noScatter ( )
virtual

Destructor.

Definition at line 58 of file noScatter.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ sigmaEff()

Foam::tmp< Foam::volScalarField > sigmaEff ( ) const
virtual

Return scatter coefficient.

Implements scatterModel.

Definition at line 65 of file noScatter.C.

References Foam::dimLength, Foam::dimless, and GeometricField< Type, PatchField, GeoMesh >::New().

Here is the call graph for this function:

The documentation for this class was generated from the following files: