00001 #ifndef DUANETALVAPORSOLUTION_H 00002 #define DUANETALVAPORSOLUTION_H 00003 00004 #include "SpecSolNID.h" 00005 00021 class DuanetalVaporSolution: public SpecSolNID { 00022 public: 00024 const int NCOMP; 00026 const int NSPEC; 00027 00029 const int H2DEX; 00031 const int N2DEX; 00033 const int O2DEX; 00035 const int CL2DEX; 00037 const int CODEX; 00039 const int H2SDEX; 00041 const int CH4DEX; 00043 const int CO2DEX; 00045 const int H2ODEX; 00046 00048 DuanetalVaporSolution(void); 00050 virtual ~DuanetalVaporSolution(); 00051 protected: 00053 virtual int init(); 00054 }; 00055 00056 #endif 00057 00058 00059 00060