OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

BasicReactingParcel< ThermoType > Class Template Reference

Inheritance diagram for BasicReactingParcel< ThermoType >:
Collaboration diagram for BasicReactingParcel< ThermoType >:

List of all members.


Public Types

typedef ThermoType thermoType
 The type of thermodynamics this parcel was instantiated for.

Public Member Functions

 TypeName ("BasicReactingParcel")
 Run-time type information.
 BasicReactingParcel (ReactingCloud< BasicReactingParcel > &owner, const vector &position, const label cellI)
 Construct from owner, position, and cloud owner.
 BasicReactingParcel (ReactingCloud< BasicReactingParcel > &owner, const vector &position, const label cellI, const label typeId, const scalar nParticle0, const scalar d0, const vector &U0, const scalarField &Y0, const typename ReactingParcel< BasicReactingParcel >::constantProperties &constProps)
 Construct from components.
 BasicReactingParcel (const Cloud< BasicReactingParcel > &c, Istream &is, bool readFields=true)
 Construct from Istream.
 BasicReactingParcel (const BasicReactingParcel &p)
 Construct as a copy.
autoPtr< BasicReactingParcelclone () const
 Construct and return a clone.
virtual ~BasicReactingParcel ()
 Destructor.

Detailed Description

template<class ThermoType>
class Foam::BasicReactingParcel< ThermoType >

Source files

Definition at line 50 of file BasicReactingParcel.H.


Member Typedef Documentation

The type of thermodynamics this parcel was instantiated for.

Definition at line 58 of file BasicReactingParcel.H.


Constructor & Destructor Documentation

BasicReactingParcel ( ReactingCloud< BasicReactingParcel< ThermoType > > &  owner,
const vector position,
const label  cellI 
)

Construct from owner, position, and cloud owner.

Other properties initialised as null

BasicReactingParcel ( ReactingCloud< BasicReactingParcel< ThermoType > > &  owner,
const vector position,
const label  cellI,
const label  typeId,
const scalar  nParticle0,
const scalar  d0,
const vector U0,
const scalarField Y0,
const typename ReactingParcel< BasicReactingParcel< ThermoType > >::constantProperties &  constProps 
)

Construct from components.

BasicReactingParcel ( const Cloud< BasicReactingParcel< ThermoType > > &  c,
Istream is,
bool  readFields = true 
)

Construct from Istream.

Construct as a copy.

~BasicReactingParcel (  )  [inline, virtual]

Destructor.

Definition at line 89 of file BasicReactingParcel.C.


Member Function Documentation

TypeName ( "BasicReactingParcel< ThermoType >"   ) 

Run-time type information.

autoPtr<BasicReactingParcel> clone (  )  const [inline]

Construct and return a clone.

Reimplemented from ReactingParcel< BasicReactingParcel< ThermoType > >.

Definition at line 103 of file BasicReactingParcel.H.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd