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

basicThermoParcel Class Reference

#include <lagrangianIntermediate/basicThermoParcel.H>


Detailed Description

Source files

Definition at line 49 of file basicThermoParcel.H.

Inheritance diagram for basicThermoParcel:
Collaboration diagram for basicThermoParcel:

List of all members.

Public Member Functions

 TypeName ("basicThermoParcel")
 Runtime type information.
 basicThermoParcel (ThermoCloud< basicThermoParcel > &owner, const vector position, const label cellI)
 Construct from owner, position, and cloud owner.
 basicThermoParcel (ThermoCloud< basicThermoParcel > &owner, const vector position, const label cellI, const label typeId, const scalar nParticle0, const scalar d0, const vector U0, const constantProperties &constProps)
 Construct from components.
 basicThermoParcel (const Cloud< basicThermoParcel > &c, Istream &is, bool readFields=true)
 Construct from Istream.
 basicThermoParcel (const basicThermoParcel &p)
 Construct as a copy.
autoPtr< basicThermoParcel >  clone () const
 Construct and return a clone.
virtual  ~basicThermoParcel ()
 Destructor.

Constructor & Destructor Documentation

basicThermoParcel ( ThermoCloud< basicThermoParcel > &   owner,
const vector   position,
const label   cellI  
)

Construct from owner, position, and cloud owner.

Other properties initialised as null

Definition at line 41 of file basicThermoParcel.C.

Referenced by basicThermoParcel::clone().

basicThermoParcel ( ThermoCloud< basicThermoParcel > &   owner,
const vector   position,
const label   cellI,
const label   typeId,
const scalar   nParticle0,
const scalar   d0,
const vector   U0,
const constantProperties &   constProps  
)

Construct from components.

Definition at line 52 of file basicThermoParcel.C.

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

Construct from Istream.

Definition at line 78 of file basicThermoParcel.C.

Construct as a copy.

Definition at line 89 of file basicThermoParcel.C.

~basicThermoParcel (  ) [virtual]

Destructor.

Definition at line 99 of file basicThermoParcel.C.


Member Function Documentation

TypeName ( "basicThermoParcel"    )

Runtime type information.

autoPtr<basicThermoParcel> clone (  ) const [inline]

Construct and return a clone.

Reimplemented from ThermoParcel< basicThermoParcel >.

Definition at line 95 of file basicThermoParcel.H.

References basicThermoParcel::basicThermoParcel().


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