|
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 |
autoPtr< wallModel > | New (const dictionary &dict, const volVectorField &U, spray &sm) |
Protected Attributes |
const dictionary & | dict_ |
const fvMesh & | mesh_ |
spray & | spray_ |