FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

removeParcel Class Reference

remove parcel, regardless of boundary type. More...

#include <dieselSpray/removeParcel.H>


Detailed Description

remove parcel, regardless of boundary type.

Definition at line 46 of file removeParcel.H.

Inheritance diagram for removeParcel:
Collaboration diagram for removeParcel:

List of all members.

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.

Constructor & Destructor Documentation

removeParcel ( const dictionary &   dict,
const volVectorField &   U,
spray &   sm  
)

Construct from components.

Definition at line 52 of file removeParcel.C.

~removeParcel (  ) [virtual]

Definition at line 64 of file removeParcel.C.


Member Function Documentation

TypeName ( "remove"    )

Runtime type information.

bool wallTreatment ( parcel &   parcel,
const label   facei  
) const [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.


The documentation for this class was generated from the following files:
  • src/lagrangian/dieselSpray/spraySubModels/wallModel/removeParcel/removeParcel.H
  • src/lagrangian/dieselSpray/spraySubModels/wallModel/removeParcel/removeParcel.C