OpenFOAM logo
Open Source CFD Toolkit

wallModel Class Reference

Inheritance diagram for wallModel:

Inheritance graph
[legend]
Collaboration diagram for wallModel:

Collaboration graph
[legend]
List of all members.

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< wallModelNew (const dictionary &dict, const volVectorField &U, spray &sm)

Protected Attributes

const dictionarydict_
const fvMeshmesh_
sprayspray_

Constructor & Destructor Documentation

wallModel const dictionary dict,
const volVectorField U,
spray sm
 

Construct from components.

virtual ~wallModel  )  [virtual]
 


Member Function Documentation

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]
 

TypeName "wallModel"   ) 
 

Runtime type information.

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.


Member Data Documentation

const dictionary& dict_ [protected]
 

Definition at line 69 of file wallModel.H.

const fvMesh& mesh_ [protected]
 

Definition at line 70 of file wallModel.H.

spray& spray_ [protected]
 

Definition at line 71 of file wallModel.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org