00001 /* 00002 * S3Gas class header file 00003 * Data from JANAF (Chase 1998) 00004 * Victor Kress 00005 */ 00006 #ifndef S3GAS_H 00007 #define S3GAS_H 00008 00009 #include "ShomateIdealGas.h" 00010 00019 class S3Gas: public ShomateIdealGas { 00020 public: 00022 S3Gas(); 00023 }; 00024 00025 #endif 00026 00027 00028