00001 /* 00002 * F2Gas class header file 00003 * Data from JANAF (Chase et al. 1998) 00004 * @author Victor Kress 00005 * @version $Revision: 1.4 $ 00006 */ 00007 #ifndef F2GAS_H 00008 #define F2GAS_H 00009 00010 #include "ShomateIdealGas.h" 00011 00019 class F2Gas: public ShomateIdealGas { 00020 public: 00022 F2Gas(); 00023 }; 00024 00025 #endif 00026 00027