constant Class Reference

Constant radiation scatter coefficient. More...

Inheritance diagram for constant:
Collaboration diagram for constant:

Public Member Functions

 TypeName ("constant")
 Runtime type information. More...
 
 constant (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~constant ()
 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

Constant radiation scatter coefficient.

Source files

Definition at line 52 of file constantScatter.H.

Constructor & Destructor Documentation

◆ constant()

constant ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 53 of file constantScatter.C.

◆ ~constant()

~constant ( )
virtual

Destructor.

Definition at line 67 of file constantScatter.C.

Member Function Documentation

◆ TypeName()

TypeName ( "constant"  )

Runtime type information.

◆ sigmaEff()

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

Return scatter coefficient.

Implements scatterModel.

Definition at line 74 of file constantScatter.C.

References GeometricField< scalar, fvPatchField, volMesh >::New().

Here is the call graph for this function:

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