Cloud radiation scatter model. More...
#include <cloudScatter.H>


Public Member Functions | |
| TypeName ("cloudScatter") | |
| Runtime type information. | |
| cloudScatter (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~cloudScatter () |
| Destructor. | |
| tmp< volScalarField > | sigmaEff () 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< scatterModel > | New (const dictionary &dict, const fvMesh &mesh) |
| Protected Attributes inherited from scatterModel | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. | |
| cloudScatter | ( | const dictionary & | dict, |
| const fvMesh & | mesh ) |
Construct from components.
Definition at line 45 of file cloudScatter.C.
References dict, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, mesh, and scatterModel::scatterModel().

|
virtual |
Destructor.
Definition at line 59 of file cloudScatter.C.
|
virtual |
Return scatter coefficient.
Implements scatterModel.
Definition at line 66 of file cloudScatter.C.
References cloudName(), Foam::dimLength, Foam::dimless, scatterModel::mesh_, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, thermoCloud::sigmap(), and Foam::Zero.
