Loading...
Searching...
No Matches
ReactingParcel< ParcelType >::constantProperties Class Reference

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

#include <ReactingParcel.H>

Inheritance diagram for ReactingParcel< ParcelType >::constantProperties:
Collaboration diagram for ReactingParcel< ParcelType >::constantProperties:

Public Types

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

Public Member Functions

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

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

template<class ParcelType>
enum volumeUpdateType

Type of activity coefficient models.

Enumerator
mConstRho 
mConstVol 
mUpdateRhoAndVol 
mUndefined 

Definition at line 92 of file ReactingParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/3]

template<class ParcelType>
constantProperties ( )
inline

Null constructor.

Definition at line 26 of file ReactingParcelI.H.

References constantProperties(), and mUndefined.

Referenced by constantProperties(), constantProperties(), and constantProperties().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ constantProperties() [2/3]

template<class ParcelType>
constantProperties ( const constantProperties & cp)
inline

Copy constructor.

Definition at line 36 of file ReactingParcelI.H.

References constantProperties(), and Foam::cp().

Here is the call graph for this function:

◆ constantProperties() [3/3]

template<class ParcelType>
constantProperties ( const dictionary & parentDict)
inline

Construct from dictionary.

Definition at line 49 of file ReactingParcelI.H.

References constantProperties(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, if(), mConstVol, mUpdateRhoAndVol, and Foam::nl.

Here is the call graph for this function:

Member Function Documentation

◆ pMin()

template<class ParcelType>
Foam::scalar pMin ( ) const
inline

Return const access to the minimum pressure.

Definition at line 178 of file ReactingParcelI.H.

◆ constantVolume()

template<class ParcelType>
bool constantVolume ( ) const
inline

Return const access to the constant volume flag.

Definition at line 186 of file ReactingParcelI.H.

◆ volUpdateType()

template<class ParcelType>
Foam::label volUpdateType ( ) const
inline

Return const access to the constant volume flag.

Definition at line 194 of file ReactingParcelI.H.


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