#include <DuanetalVaporSolution.h>
  
Public Member Functions | |
| DuanetalVaporSolution (void) | |
| blank constructor. STP assumed.  | |
| virtual | ~DuanetalVaporSolution () | 
| destructor  | |
Public Attributes | |
| const int | NCOMP | 
| number of components  | |
| const int | NSPEC | 
| number of species  | |
| const int | H2DEX | 
| hydrogen index (component and species)  | |
| const int | N2DEX | 
| nitrogen index (component and species)  | |
| const int | O2DEX | 
| oxygen index (component and species)  | |
| const int | CL2DEX | 
| chlorine index (component and species)  | |
| const int | CODEX | 
| carbon monoxide index (component and species)  | |
| const int | H2SDEX | 
| H2S index (component and species).  | |
| const int | CH4DEX | 
| methane index (species)  | |
| const int | CO2DEX | 
| carbon dioxide index (species)  | |
| const int | H2ODEX | 
| water index (species)  | |
Protected Member Functions | |
| virtual int | init () | 
| Space allocation and value initialization.  | |
Implementation of 6 comp. Duan et al corresponding state solution.
from:
Duan, Moller and Weare (1996), A general equation of state for supercritical fluid mixtures and molecular dynamics simulation of mixture PVTX properties. GCA v.60:1209-1216. Modified to ordinary regular solution because original form not valid where species exceeded components.
Definition at line 21 of file DuanetalVaporSolution.h.
 1.7.1