00001 /* 00002 * FOGas class header file 00003 * Data from JANAF (Chase et al. 1998) 00004 * Victor Kress 00005 */ 00006 #ifndef FOGAS_H 00007 #define FOGAS_H 00008 00009 #include "ShomateIdealGas.h" 00010 00018 class FOGas: public ShomateIdealGas { 00019 public: 00021 FOGas(); 00023 virtual void setTk(double ltk); 00024 }; 00025 00026 #endif 00027 00028