Cantera  2.0
Classes | Namespaces | Macros
MixtureFugacityTP.h File Reference

Header file for a derived class of ThermoPhase that handles non-ideal mixtures based on the fugacity models (see Thermodynamic Properties and class MixtureFugacityTP). More...

#include "ThermoPhase.h"
#include "VPSSMgr.h"
#include "cantera/numerics/ResidEval.h"
Include dependency graph for MixtureFugacityTP.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MixtureFugacityTP
 This is a filter class for ThermoPhase that implements some preparatory steps for efficiently handling mixture of gases that whose standard states are defined as ideal gases, but which describe also non-ideal solutions. More...
 

Namespaces

namespace  Cantera
 Provides class Nucleus.
 

Macros

#define FLUID_UNSTABLE   -4
 Various states of the Fugacity object.
 
#define FLUID_UNDEFINED   -3
 
#define FLUID_SUPERCRIT   -2
 
#define FLUID_GAS   -1
 
#define FLUID_LIQUID_0   0
 
#define FLUID_LIQUID_1   1
 
#define FLUID_LIQUID_2   2
 
#define FLUID_LIQUID_3   3
 
#define FLUID_LIQUID_4   4
 
#define FLUID_LIQUID_5   5
 
#define FLUID_LIQUID_6   6
 
#define FLUID_LIQUID_7   7
 
#define FLUID_LIQUID_8   8
 
#define FLUID_LIQUID_9   9
 

Detailed Description

Header file for a derived class of ThermoPhase that handles non-ideal mixtures based on the fugacity models (see Thermodynamic Properties and class MixtureFugacityTP).

Definition in file MixtureFugacityTP.h.

Macro Definition Documentation

#define FLUID_UNSTABLE   -4

Various states of the Fugacity object.

In general there can be multiple liquid objects for a single phase identified with each species.

Definition at line 30 of file MixtureFugacityTP.h.

Referenced by MixtureFugacityTP::phaseState().