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

Inheritance diagram for noScatter:
[legend]
Collaboration diagram for noScatter:
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noScatter (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~noScatter ()=default
 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...
 
virtual tmp< volScalarFieldsigmaEff () const =0
 Return scatter coefficient. 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 55 of file noScatter.H.

Constructor & Destructor Documentation

◆ noScatter()

noScatter ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 45 of file noScatter.C.

◆ ~noScatter()

virtual ~noScatter ( )
virtualdefault

Destructor.

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 57 of file noScatter.C.

References Foam::dimLength, Foam::dimless, IOobject::NO_READ, IOobject::NO_WRITE, and Foam::Zero.


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