00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00003 00005 void CoolZero(void); 00006 00012 void CoolAdd( 00013 const char *chLabel, 00014 float xlambda, 00015 double cool); 00016 00018 void CoolSum(double *total); 00019 00021 void CoolEvaluate(double *tot); 00022 00030 void coolpr( 00031 FILE *io, 00032 const char *chLabel , 00033 float lambda, 00034 double ratio, 00035 const char *chJOB ); 00036 00039 void HeatSum(void); 00040 00042 void HeatZero(void); 00043 00044 /* cooling functions for the heavy elements */ 00045 void CoolAlum(void); 00046 00047 void CoolArgo(void); 00048 00049 void CoolCalc(void); 00050 00051 void CoolCarb(void); 00052 00053 void CoolChlo(void); 00054 00055 void CoolChro(void); 00056 00057 void CoolCoba(void); 00058 00059 void CoolDima(void); 00060 00061 void CoolFluo(void); 00062 00063 void CoolIron(void); 00064 00065 void CoolMagn(void); 00066 00067 void CoolMang(void); 00068 00069 void CoolNeon(void); 00070 00071 void CoolNick(void); 00072 00073 void CoolNitr(void); 00074 00075 void CoolOxyg(void); 00076 00077 void CoolPhos(void); 00078 00079 void CoolPota(void); 00080 00081 void CoolScan(void); 00082 00083 void CoolSili(void); 00084 00085 void CoolSodi(void); 00086 00087 void CoolSulf(void); 00088 00089 void CoolTita(void); 00090 00091 void CoolVana(void); 00092 00093 void CoolZinc(void);