cloudy
trunk
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
gammas.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 _GAMMAS_H_
5
#define _GAMMAS_H_
6
26
double
GammaBn
(
long
int
n1,
27
long
int
n2,
28
long
int
ip,
29
double
thresh,
30
double
*ainduc,
31
double
*rcool);
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
61
#if 0
62
66
double
GammaPL(
long
int
n,
67
long
int
ipZ);
68
#endif
69
75
double
GammaBnPL
(
long
int
n,
76
long
int
ipZ,
77
double
*ainduc,
78
double
*rcool);
79
86
void
GammaPrtRate
(FILE * ioFILE,
87
long
int
ion ,
88
long
int
ipZ,
89
bool
lgPRT );
90
91
#endif
/* _GAMMAS_H_ */
Generated for cloudy by
1.8.4