ReactingParcel< ParcelType >::constantProperties Class Reference

Class to hold reacting parcel constant properties. More...

Inheritance diagram for ReactingParcel< ParcelType >::constantProperties:
[legend]
Collaboration diagram for ReactingParcel< ParcelType >::constantProperties:
[legend]

Public Types

enum  volumeUpdateType { mConstRho , mConstVol , mUpdateRhoAndVol , mUndefined }
 Type of activity coefficient models. More...
 

Public Member Functions

 constantProperties ()
 Null constructor. More...
 
 constantProperties (const constantProperties &cp)
 Copy constructor. More...
 
 constantProperties (const dictionary &parentDict)
 Construct from dictionary. More...
 
scalar pMin () const
 Return const access to the minimum pressure. More...
 
bool constantVolume () const
 Return const access to the constant volume flag. More...
 
label volUpdateType () const
 Return const access to the constant volume flag. More...
 

Detailed Description

template<class ParcelType>
class Foam::ReactingParcel< ParcelType >::constantProperties

Class to hold reacting parcel constant properties.

Definition at line 83 of file ReactingParcel.H.

Member Enumeration Documentation

◆ volumeUpdateType

Type of activity coefficient models.

Enumerator
mConstRho 
mConstVol 
mUpdateRhoAndVol 
mUndefined 

Definition at line 90 of file ReactingParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/3]

Null constructor.

Definition at line 33 of file ReactingParcelI.H.

◆ constantProperties() [2/3]

constantProperties ( const constantProperties cp)
inline

Copy constructor.

Definition at line 43 of file ReactingParcelI.H.

◆ constantProperties() [3/3]

constantProperties ( const dictionary parentDict)
inline

Member Function Documentation

◆ pMin()

Foam::scalar pMin
inline

Return const access to the minimum pressure.

Definition at line 185 of file ReactingParcelI.H.

◆ constantVolume()

bool constantVolume
inline

Return const access to the constant volume flag.

Definition at line 193 of file ReactingParcelI.H.

◆ volUpdateType()

Foam::label volUpdateType
inline

Return const access to the constant volume flag.

Definition at line 201 of file ReactingParcelI.H.


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