cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cooling.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef _COOLING_H_
5 #define _COOLING_H_
6 
7 
9 void CoolZero(void);
10 
16 void CoolAdd(
17  const char *chLabel,
18  realnum xlambda,
19  double cool);
20 
22 void CoolSum(double *total);
23 
25 void CoolEvaluate(double *tot);
26 
34 void coolpr(
35  FILE *io,
36  const char *chLabel ,
37  realnum lambda,
38  double ratio,
39  const char *chJOB );
40 
43 void HeatSum(void);
44 
46 void HeatZero(void);
47 
48 /* cooling functions for the heavy elements */
49 void CoolAlum(void);
50 
51 void CoolArgo(void);
52 
53 void CoolCalc(void);
54 
55 void CoolCarb(void);
56 
57 void CoolChlo(void);
58 
59 void CoolChro(void);
60 
61 void CoolCoba(void);
62 
63 void CoolDima(void);
64 
65 void CoolFluo(void);
66 
67 void CoolIron(void);
68 
69 void CoolMagn(void);
70 
71 void CoolMang(void);
72 
73 void CoolNeon(void);
74 
75 void CoolNick(void);
76 
77 void CoolNitr(void);
78 
79 void CoolOxyg(void);
80 
81 void CoolPhos(void);
82 
83 void CoolPota(void);
84 
85 void CoolScan(void);
86 
87 void CoolSili(void);
88 
89 void CoolSodi(void);
90 
91 void CoolSulf(void);
92 
93 void CoolTita(void);
94 
95 void CoolVana(void);
96 
97 void CoolZinc(void);
98 
99 #endif /* _COOLING_H_ */

Generated for cloudy by doxygen 1.8.1.2