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]

constantProperties ( )
inline

Null constructor.

Definition at line 33 of file ReactingParcelI.H.

◆ constantProperties() [2/3]

constantProperties ( const constantProperties cp)
inline

Copy constructor.

Definition at line 44 of file ReactingParcelI.H.

◆ constantProperties() [3/3]

constantProperties ( const dictionary parentDict)
inline

Construct from dictionary.

Definition at line 57 of file ReactingParcelI.H.

References Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::nl.

Here is the call graph for this function:

Member Function Documentation

◆ pMin()

Foam::scalar pMin ( ) const
inline

Return const access to the minimum pressure.

Definition at line 185 of file ReactingParcelI.H.

◆ constantVolume()

bool constantVolume ( ) const
inline

Return const access to the constant volume flag.

Definition at line 193 of file ReactingParcelI.H.

◆ volUpdateType()

Foam::label volUpdateType ( ) const
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: