Loading...
Searching...
No Matches

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

#include <noScatter.H>

Inheritance diagram for noScatter:
Collaboration diagram for noScatter:

Public Member Functions

 TypeName ("none")
 Runtime type information.
 noScatter (const dictionary &dict, const fvMesh &mesh)
 Construct from components.
virtual ~noScatter ()=default
 Destructor.
tmp< volScalarFieldsigmaEff () 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< scatterModelNew (const dictionary &dict, const fvMesh &mesh)
Protected Attributes inherited from scatterModel
const fvMeshmesh_
 Reference to the fvMesh.

Detailed Description

Dummy scatter model for 'none'.

Source files

Definition at line 51 of file noScatter.H.

Constructor & Destructor Documentation

◆ noScatter()

noScatter ( const dictionary & dict,
const fvMesh & mesh )

Construct from components.

Definition at line 38 of file noScatter.C.

References dict, mesh, and scatterModel::scatterModel().

Here is the call graph for this function:

◆ ~noScatter()

virtual ~noScatter ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "none" )

Runtime type information.

References dict, and mesh.

◆ sigmaEff()

Foam::tmp< Foam::volScalarField > sigmaEff ( ) const
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.

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/thermophysicalModels/radiation/submodels/scatterModel/noScatter/noScatter.H
  • src/thermophysicalModels/radiation/submodels/scatterModel/noScatter/noScatter.C