cloudy  trunk
gammas.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef GAMMAS_H_
5 #define GAMMAS_H_
6 
25 double GammaBn(long int n1,
26  long int n2,
27  long int ip,
28  double thresh,
29  double *ainduc,
30  double *rcool,
31  t_phoHeat *photoHeat);
32 
38 void GammaPrtShells( long nelem , long int );
39 
48 void GammaPrt(long int n1,
49  long int n2,
50  long int ip,
51  FILE * io,
52  double total,
53  double threshold);
54 
56 double GammaK(long int n1,
57  long int n2,
58  long int ipOpac,
59  double yield1,
60  t_phoHeat *photoHeat);
61 
68 void GammaPrtRate(FILE * ioFILE,
69  long int ion ,
70  long int ipZ,
71  bool lgPRT );
72 
73 #endif /* GAMMAS_H_ */
GammaBn
double GammaBn(long int n1, long int n2, long int ip, double thresh, double *ainduc, double *rcool, t_phoHeat *photoHeat)
Definition: cont_gammas.cpp:35
GammaK
double GammaK(long int n1, long int n2, long int ipOpac, double yield1, t_phoHeat *photoHeat)
Definition: cont_gammas.cpp:359
GammaPrt
void GammaPrt(long int n1, long int n2, long int ip, FILE *io, double total, double threshold)
Definition: cont_gammas.cpp:253
t_phoHeat
Definition: thermal.h:169
GammaPrtShells
void GammaPrtShells(long nelem, long int)
GammaPrtRate
void GammaPrtRate(FILE *ioFILE, long int ion, long int ipZ, bool lgPRT)
Definition: cont_gammas.cpp:475