Public Member Functions | List of all members
ReactingParcel< ParcelType >::constantProperties Class Reference

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

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

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...
 

Detailed Description

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

Class to hold reacting parcel constant properties.

Definition at line 78 of file ReactingParcel.H.

Constructor & Destructor Documentation

constantProperties ( )
inline

Null constructor.

Definition at line 30 of file ReactingParcelI.H.

Referenced by ReactingParcel< ParcelType >::constantProperties::constantProperties().

Here is the caller graph for this function:

constantProperties ( const constantProperties cp)
inline

Copy constructor.

Definition at line 40 of file ReactingParcelI.H.

References ReactingParcel< ParcelType >::constantProperties::constantProperties().

Here is the call graph for this function:

constantProperties ( const dictionary parentDict)
inline

Construct from dictionary.

Definition at line 52 of file ReactingParcelI.H.

References ReactingParcel< ParcelType >::ReactingParcel().

Here is the call graph for this function:

Member Function Documentation

Foam::scalar pMin ( ) const
inline

Return const access to the minimum pressure.

Definition at line 129 of file ReactingParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:

bool constantVolume ( ) const
inline

Return const access to the constant volume flag.

Definition at line 137 of file ReactingParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:


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