cloud Class Reference

Cloud radiation scatter model. More...

Inheritance diagram for cloud:
Collaboration diagram for cloud:

Public Member Functions

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

Cloud radiation scatter model.

Source files

Definition at line 52 of file cloudScatter.H.

Constructor & Destructor Documentation

◆ cloud()

cloud ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

Definition at line 54 of file cloudScatter.C.

◆ ~cloud()

~cloud ( )
virtual

Destructor.

Definition at line 67 of file cloudScatter.C.

Member Function Documentation

◆ TypeName()

TypeName ( "cloud"  )

Runtime type information.

◆ sigmaEff()

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

Return scatter coefficient.

Implements scatterModel.

Definition at line 74 of file cloudScatter.C.

References Foam::dimLength, Foam::dimless, forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), tmp< T >::ref(), and thermoCloud::sigmap().

Here is the call graph for this function:

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