FreeFOAM The Cross-Platform CFD Toolkit
wallModel Class Reference

A wall interaction model. More...

#include <dieselSpray/wallModel.H>


Detailed Description

A wall interaction model.

Source files

Definition at line 55 of file wallModel.H.

+ Inheritance diagram for wallModel:
+ Collaboration diagram for wallModel:

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

static 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.

Definition at line 47 of file wallModel.C.

~wallModel ( )
virtual

Definition at line 61 of file wallModel.C.


Member Function Documentation

TypeName ( "wallModel"  )

Runtime type information.

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
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 62 of file wallModel.H.

const fvMesh& mesh_
protected

Definition at line 63 of file wallModel.H.

spray& spray_
protected

Definition at line 64 of file wallModel.H.


The documentation for this class was generated from the following files: