00001 /* 00002 * S2Gas class header file 00003 * Data from JANAF (Chase et al. 1985) 00004 * Victor Kress 00005 */ 00006 #ifndef S2GAS_H 00007 #define S2GAS_H 00008 00009 #include "ShomateIdealGas.h" 00010 00018 class S2Gas: public ShomateIdealGas { 00019 public: 00021 S2Gas(); 00022 }; 00023 00024 #endif