|
|
|
BasicReactingMultiphaseParcel< ThermoType > Class Template Reference
Inheritance diagram for BasicReactingMultiphaseParcel< ThermoType >:
![]()
Collaboration diagram for BasicReactingMultiphaseParcel< ThermoType >:
![]()
Detailed Descriptiontemplate<class ThermoType>
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef ThermoType thermoType |
The type of thermodynamics this parcel was instantiated for.
Definition at line 59 of file BasicReactingMultiphaseParcel.H.
| BasicReactingMultiphaseParcel | ( | ReactingMultiphaseCloud< BasicReactingMultiphaseParcel< ThermoType > > & | owner, | |
| const vector & | position, | |||
| const label | cellI | |||
| ) |
Construct from owner, position, and cloud owner.
Other properties initialised as null
| BasicReactingMultiphaseParcel | ( | ReactingMultiphaseCloud< BasicReactingMultiphaseParcel< ThermoType > > & | owner, | |
| const vector & | position, | |||
| const label | cellI, | |||
| const label | typeId, | |||
| const scalar | nParticle0, | |||
| const scalar | d0, | |||
| const vector & | U0, | |||
| const scalarField & | YGas0, | |||
| const scalarField & | YLiquid0, | |||
| const scalarField & | YSolid0, | |||
| const scalarField & | Y0, | |||
| const typename ReactingMultiphaseParcel< BasicReactingMultiphaseParcel< ThermoType > >::constantProperties & | constProps | |||
| ) |
Construct from components.
| BasicReactingMultiphaseParcel | ( | const Cloud< BasicReactingMultiphaseParcel< ThermoType > > & | c, | |
| Istream & | is, | |||
| bool | readFields = true | |||
| ) |
Construct from Istream.
| BasicReactingMultiphaseParcel | ( | const BasicReactingMultiphaseParcel< ThermoType > & | p | ) |
Construct as a copy.
| ~BasicReactingMultiphaseParcel | ( | ) | [inline, virtual] |
| TypeName | ( | "BasicReactingMultiphaseParcel< ThermoType >" | ) |
Run-time type information.
| autoPtr<BasicReactingMultiphaseParcel> clone | ( | ) | const [inline] |
Construct and return a clone.
Reimplemented from ReactingMultiphaseParcel< BasicReactingMultiphaseParcel< ThermoType > >.
Definition at line 108 of file BasicReactingMultiphaseParcel.H.