cloudy trunk
Loading...
Searching...
No Matches
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
15
25double 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
38void GammaPrtShells( long nelem , long int );
39
48void GammaPrt(long int n1,
49 long int n2,
50 long int ip,
51 FILE * io,
52 double total,
53 double threshold);
54
56double GammaK(long int n1,
57 long int n2,
58 long int ipOpac,
59 double yield1,
60 t_phoHeat *photoHeat);
61
68void GammaPrtRate(FILE * ioFILE,
69 long int ion ,
70 long int ipZ,
71 bool lgPRT );
72
73#endif /* GAMMAS_H_ */
double GammaBn(long int n1, long int n2, long int ip, double thresh, double *ainduc, double *rcool, t_phoHeat *photoHeat)
double GammaK(long int n1, long int n2, long int ipOpac, double yield1, t_phoHeat *photoHeat)
void GammaPrt(long int n1, long int n2, long int ip, FILE *io, double total, double threshold)
void GammaPrtRate(FILE *ioFILE, long int ion, long int ipZ, bool lgPRT)
void GammaPrtShells(long nelem, long int)