Cloud radiation scatter model. More...
#include <lagrangianIntermediate/cloudScatter.H>
Cloud radiation scatter model.
Definition at line 51 of file cloudScatter.H.
Public Member Functions | |
TypeName ("cloudScatter") | |
Runtime type information. | |
cloudScatter (const dictionary &dict, const fvMesh &mesh) | |
Construct from components. | |
virtual | ~cloudScatter () |
tmp< volScalarField > | sigmaEff () const |
Return scatter coefficient. | |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
static autoPtr< scatterModel > | New (const dictionary &dict, const fvMesh &mesh) |
![]() | |
const fvMesh & | mesh_ |
Reference to the fvMesh. |
cloudScatter | ( | const dictionary & | dict, |
const fvMesh & | mesh | ||
) |
Construct from components.
Definition at line 51 of file cloudScatter.C.
|
virtual |
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, and thermoCloud::sigmap().