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

constInjector Class Reference

Injector model with specified Constant values for the droplet diameter and spray cone angle. More...

#include <dieselSpray/constInjector.H>


Detailed Description

Injector model with specified Constant values for the droplet diameter and spray cone angle.

Definition at line 47 of file constInjector.H.

Inheritance diagram for constInjector:
Collaboration diagram for constInjector:

List of all members.

Public Member Functions

 TypeName ("constInjector")
 Runtime type information.
 constInjector (const dictionary &dict, spray &sm)
 Construct from components.
 ~constInjector ()
scalar  d0 (const label injector, const scalar time) const
 Return the injected droplet diameter.
vector  direction (const label injector, const label hole, const scalar time, const scalar d) const
 Return the spray angle of the injector.
scalar  velocity (const label i, const scalar time) const
scalar  averageVelocity (const label i) const

Constructor & Destructor Documentation

~constInjector (  )

Definition at line 90 of file constInjector.C.


Member Function Documentation

TypeName ( "constInjector"    )

Runtime type information.

scalar d0 ( const label   injector,
const scalar   time  
) const [virtual]

Return the injected droplet diameter.

Implements injectorModel.

Definition at line 97 of file constInjector.C.

vector direction ( const label   injector,
const label   hole,
const scalar   time,
const scalar   d  
) const [virtual]

Return the spray angle of the injector.

Implements injectorModel.

Definition at line 107 of file constInjector.C.

References beta(), Foam::cos(), Foam::mag(), Foam::mathematicalConstant::pi(), Foam::reduce(), Foam::sin(), and Vector< Cmpt >::zero.

scalar averageVelocity ( const label   i  ) const [virtual]

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