#include <lagrangianIntermediate/basicThermoParcel.H>
Definition at line 49 of file basicThermoParcel.H.
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.
|
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.
basicThermoParcel | ( | const basicThermoParcel & | p ) |
Construct as a copy.
Definition at line 89 of file basicThermoParcel.C.
~basicThermoParcel | ( | ) | [virtual]
|
Destructor.
Definition at line 99 of file basicThermoParcel.C.
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().