cloudy
trunk
|
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 00002 * others. For conditions of distribution and use see copyright notice in license.txt */ 00003 00004 #ifndef _FE_H_ 00005 #define _FE_H_ 00006 00010 #define NLFE3 14 00011 00013 #define NLFE7 8 00014 00016 #define NLFE10 5 00017 00019 #define NLFE11 5 00020 00022 #define NLFE13 5 00023 00024 EXTERN struct t_fe { 00025 00029 double Fe4CoolTot, 00030 fe42836, 00031 fe42829, 00032 fe42567, 00033 fe40401, 00034 fe41207, 00035 fe41206, 00036 fe41106, 00037 fe41007, 00038 fe41008, 00039 fe40906; 00040 00042 double Fe3CoolTot , 00043 **Fe3_wl , **Fe3_emiss; 00044 00046 double Fe7CoolTot , 00047 **Fe7_wl , **Fe7_emiss; 00048 00050 double Fe11CoolTot , 00051 **Fe11_wl , **Fe11_emiss; 00052 00054 double Fe13CoolTot , 00055 **Fe13_wl , **Fe13_emiss; 00056 00058 realnum fekhot, 00059 fekcld; 00060 00062 realnum fegrain; 00063 00065 long int ipfe10; 00066 realnum pfe10, 00067 pfe11a, 00068 pfe11b, 00069 pfe14; 00070 00071 } fe; 00072 00073 00074 #endif /* _FE_H_ */