remove parcel, regardless of boundary type. More...
#include <dieselSpray/removeParcel.H>
Public Member Functions | |
TypeName ("remove") | |
Runtime type information. | |
removeParcel (const dictionary &dict, const volVectorField &U, spray &sm) | |
Construct from components. | |
virtual | ~removeParcel () |
bool | wallTreatment (parcel &parcel, const label facei) const |
Return true if parcel is to be kept, and false if it is to be. | |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
static autoPtr< wallModel > | New (const dictionary &dict, const volVectorField &U, spray &sm) |
![]() | |
const dictionary & | dict_ |
const fvMesh & | mesh_ |
spray & | spray_ |
removeParcel | ( | const dictionary & | dict, |
const volVectorField & | U, | ||
spray & | sm | ||
) |
Construct from components.
Definition at line 52 of file removeParcel.C.
|
virtual |
Definition at line 64 of file removeParcel.C.
TypeName | ( | "remove" | ) |
Runtime type information.
|
virtual |
Return true if parcel is to be kept, and false if it is to be.
removed
Implements wallModel.
Definition at line 71 of file removeParcel.C.