00001 /* 00002 * F2OGas class header file 00003 * Data from JANAF (Chase et al. 1998) 00004 */ 00005 #ifndef F2OGAS_H 00006 #define F2OGAS_H 00007 00008 #include "ShomateIdealGas.h" 00009 00017 class F2OGas: public ShomateIdealGas { 00018 public: 00020 F2OGas(); 00022 virtual void setTk(double ltk); 00023 }; 00024 00025 #endif 00026 00027