mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
added typedefs for the type of parcel the cloud was instantiated for
This commit is contained in:
@ -194,6 +194,10 @@ public:
|
|||||||
virtual ~KinematicCloud();
|
virtual ~KinematicCloud();
|
||||||
|
|
||||||
|
|
||||||
|
//- Type of parcel the cloud was instantiated for
|
||||||
|
typedef ParcelType parcelType;
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
|||||||
@ -140,6 +140,10 @@ public:
|
|||||||
virtual ~ReactingCloud();
|
virtual ~ReactingCloud();
|
||||||
|
|
||||||
|
|
||||||
|
//- Type of parcel the cloud was instantiated for
|
||||||
|
typedef ParcelType parcelType;
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
|||||||
@ -108,6 +108,10 @@ public:
|
|||||||
virtual ~ReactingMultiphaseCloud();
|
virtual ~ReactingMultiphaseCloud();
|
||||||
|
|
||||||
|
|
||||||
|
//- Type of parcel the cloud was instantiated for
|
||||||
|
typedef ParcelType parcelType;
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
|||||||
@ -134,6 +134,10 @@ public:
|
|||||||
virtual ~ThermoCloud();
|
virtual ~ThermoCloud();
|
||||||
|
|
||||||
|
|
||||||
|
//- Type of parcel the cloud was instantiated for
|
||||||
|
typedef ParcelType parcelType;
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
|||||||
Reference in New Issue
Block a user