Cloud radiation scatter model. More...


Public Member Functions | |
| TypeName ("cloudScatter") | |
| Runtime type information. More... | |
| cloudScatter (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. More... | |
| virtual | ~cloudScatter () |
| Destructor. More... | |
| tmp< volScalarField > | sigmaEff () 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< scatterModel > | New (const dictionary &dict, const fvMesh &mesh) |
Protected Attributes inherited from scatterModel | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. More... | |
| cloudScatter | ( | const dictionary & | dict, |
| const fvMesh & | mesh | ||
| ) |
Construct from components.
Definition at line 51 of file cloudScatter.C.
|
virtual |
Destructor.
Definition at line 64 of file cloudScatter.C.
| TypeName | ( | "cloudScatter" | ) |
Runtime type information.
|
virtual |
Return scatter coefficient.
Implements scatterModel.
Definition at line 71 of file cloudScatter.C.
References Foam::dimLength, Foam::dimless, forAll, IOobject::NO_READ, IOobject::NO_WRITE, tmp< T >::ref(), and thermoCloud::sigmap().

1.8.13