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

ConeInjection< CloudType > Class Template Reference

Cone injection. More...

#include <lagrangianIntermediate/ConeInjection.H>


Detailed Description

template<class CloudType>
class Foam::ConeInjection< CloudType >

Cone injection.

- User specifies

  • time of start of injection
  • injector position
  • direction (along injection axis)
  • parcel flow rate
  • parcel velocity
  • inner and outer cone angles

Parcel diameters obtained by PDF model

Source files

Definition at line 65 of file ConeInjection.H.

Inheritance diagram for ConeInjection< CloudType >:
Collaboration diagram for ConeInjection< CloudType >:

List of all members.

Public Member Functions

 TypeName ("ConeInjection")
 Runtime type information.
 ConeInjection (const dictionary &dict, CloudType &owner)
 Construct from dictionary.
virtual  ~ConeInjection ()
 Destructor.
bool  active () const
 Flag to indicate whether model activates injection model.
scalar  timeEnd () const
 Return the end-of-injection time.
virtual void  setPositionAndCell (const label parcelI, const label nParcels, const scalar time, vector &position, label &cellOwner)
 Set the injection position and owner cell.
virtual void  setProperties (const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
 Set the parcel properties.
virtual bool  fullyDescribed () const
 Flag to identify whether model fully describes the parcel.
virtual bool  validInjection (const label parcelI)
 Return flag to identify whether or not injection of parcelI is.

Protected Member Functions

label  parcelsToInject (const scalar time0, const scalar time1) const
 Number of parcels to introduce over the time step relative to SOI.
scalar  volumeToInject (const scalar time0, const scalar time1) const
 Number of parcels to introduce over the time step relative to SOI.

Constructor & Destructor Documentation

ConeInjection ( const dictionary &   dict,
CloudType &   owner  
)

Construct from dictionary.

Definition at line 72 of file ConeInjection.C.

References Foam::mag().

~ConeInjection (  ) [virtual]

Destructor.

Definition at line 158 of file ConeInjection.C.


Member Function Documentation

Foam::label parcelsToInject ( const scalar   time0,
const scalar   time1  
) const [protected, virtual]

Number of parcels to introduce over the time step relative to SOI.

Implements InjectionModel< CloudType >.

Definition at line 34 of file ConeInjection.C.

Foam::scalar volumeToInject ( const scalar   time0,
const scalar   time1  
) const [protected, virtual]

Number of parcels to introduce over the time step relative to SOI.

Implements InjectionModel< CloudType >.

Definition at line 52 of file ConeInjection.C.

TypeName ( "ConeInjection< CloudType >"    )

Runtime type information.

bool active (  ) const [virtual]

Flag to indicate whether model activates injection model.

Implements InjectionModel< CloudType >.

Definition at line 165 of file ConeInjection.C.

Foam::scalar timeEnd (  ) const [virtual]

Return the end-of-injection time.

Implements InjectionModel< CloudType >.

Definition at line 172 of file ConeInjection.C.

void setPositionAndCell ( const label   parcelI,
const label   nParcels,
const scalar   time,
vector &   position,
label &   cellOwner  
) [virtual]

Set the injection position and owner cell.

Implements InjectionModel< CloudType >.

Definition at line 180 of file ConeInjection.C.

void setProperties ( const label   parcelI,
const label   nParcels,
const scalar   time,
typename CloudType::parcelType &   parcel  
) [virtual]
bool fullyDescribed (  ) const [virtual]

Flag to identify whether model fully describes the parcel.

Implements InjectionModel< CloudType >.

Definition at line 228 of file ConeInjection.C.

bool validInjection ( const label   parcelI  ) [virtual]

Return flag to identify whether or not injection of parcelI is.

permitted

Implements InjectionModel< CloudType >.

Definition at line 235 of file ConeInjection.C.


The documentation for this class was generated from the following files:
  • src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjection/ConeInjection.H
  • src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjection/ConeInjection.C