00001
00002
00003
00007 void AbundancesSet(void);
00008
00012 void AbundancesPrt( void );
00013
00017 void AbundancesZero(void);
00018
00023 void abund_starburst(char*);
00024
00031 double AbundancesTable(double r0,
00032 double depth,
00033 long int iel);
00034
00036 EXTERN struct t_abund {
00037
00039 bool lgAGN[LIMELM];
00040
00041 float SolarSave[LIMELM],
00042 OldSolar84[LIMELM],
00043 anova[LIMELM],
00044 apn[LIMELM],
00045 ahii[LIMELM],
00046 camern[LIMELM],
00047 aprim[LIMELM],
00048 aism[LIMELM];
00049
00050 bool lgAbnSolar;
00051
00053 float solar[LIMELM];
00054
00058 bool lgAbunTabl[LIMELM],
00059
00061 lgAbTaDepth[LIMELM],
00062
00064 lgAbTaON;
00065
00066 # define LIMTABD 500
00067
00069 float AbTabFac[LIMTABD][LIMELM],
00070
00073 AbTabRad[LIMTABD][LIMELM];
00074
00075 long int nAbunTabl;
00076
00078 long int ipSolar[LIMELM],
00079 npSolar;
00080
00082 float ScaleElement[LIMELM];
00083
00085 float Depletion[LIMELM],
00086
00088 depset[LIMELM];
00089
00091 bool lgDepln;
00092
00094 float ScaleMetals;
00095
00096 } abund;
00097
00098