The parcels are reflected back from the wall in an inelastic collision. More...
#include <dieselSpray/reflectParcel.H>
The parcels are reflected back from the wall in an inelastic collision.
Definition at line 46 of file reflectParcel.H.
Public Member Functions | |
TypeName ("reflect") | |
Runtime type information. | |
reflectParcel (const dictionary &dict, const volVectorField &U, spray &sm) | |
Construct from components. | |
virtual | ~reflectParcel () |
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_ |
reflectParcel | ( | const dictionary & | dict, |
const volVectorField & | U, | ||
spray & | sm | ||
) |
Construct from components.
Definition at line 51 of file reflectParcel.C.
|
virtual |
Definition at line 66 of file reflectParcel.C.
TypeName | ( | "reflect" | ) |
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 74 of file reflectParcel.C.
References Foam::abort(), Foam::asin(), dist, primitiveMesh::faceCentres(), polyMesh::faces(), Foam::FatalError, Foam::mag(), mesh, polyMesh::moving(), polyMesh::oldPoints(), Particle< ParticleType >::patch(), Particle< ParticleType >::patchFace(), patchi, Foam::pos(), Particle< ParticleType >::position(), Particle< ParticleType >::stepFraction(), parcel::U(), Ub, and Ur.