A wall interaction model. More...
#include <dieselSpray/wallModel.H>
A wall interaction model.
Definition at line 55 of file wallModel.H.
Public Member Functions | |
TypeName ("wallModel") | |
Runtime type information.
| |
declareRunTimeSelectionTable (autoPtr, wallModel, dictionary,(const dictionary &dict, const volVectorField &U, spray &sm),(dict, U, sm)) | |
wallModel (const dictionary &dict, const volVectorField &U, spray &sm) | |
Construct from components.
| |
virtual | ~wallModel () |
virtual bool | wallTreatment (parcel &parcel, const label facei) const =0 |
Return true if parcel is to be kept, false if it is to be removed.
| |
Static Public Member Functions | |
static autoPtr< wallModel > | New (const dictionary &dict, const volVectorField &U, spray &sm) |
Protected Attributes | |
const dictionary & | dict_ |
const fvMesh & | mesh_ |
spray & | spray_ |
wallModel | ( | const dictionary & | dict, |
const volVectorField & | U, | ||
spray & | sm | ||
) |
Construct from components.
Definition at line 47 of file wallModel.C.
~wallModel | ( | ) | [virtual]
|
Definition at line 61 of file wallModel.C.
TypeName | ( | "wallModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
wallModel | , | ||
dictionary | , | ||
(const dictionary &dict, const volVectorField &U, spray &sm) | , | ||
(dict, U, sm) | |||
) |
autoPtr< wallModel > New | ( | const dictionary & | dict, |
const volVectorField & | U, | ||
spray & | sm | ||
) | [static]
|
Definition at line 38 of file newWallModel.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, Foam::Info, dictionary::lookup(), Foam::nl, and U.
virtual bool wallTreatment | ( | parcel & | parcel, |
const label | facei | ||
) | const [pure virtual]
|
Return true if parcel is to be kept, false if it is to be removed.
Implemented in reflectParcel, and removeParcel.
const dictionary& dict_ [protected]
|
Definition at line 62 of file wallModel.H.
Definition at line 63 of file wallModel.H.
Definition at line 64 of file wallModel.H.