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
abund.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 _ABUND_H_
5
#define _ABUND_H_
6
7
11
void
AbundancesSet
(
void
);
12
16
void
AbundancesPrt
(
void
);
17
21
void
AbundancesZero
(
void
);
22
27
void
abund_starburst
(
char
*);
28
35
double
AbundancesTable
(
double
r0,
36
double
depth,
37
long
int
iel);
38
40
EXTERN
struct
t_abund
{
41
43
bool
lgAGN
[
LIMELM
];
44
45
realnum
SolarSave
[
LIMELM
],
46
OldSolar84
[
LIMELM
],
47
anova
[
LIMELM
],
48
apn
[
LIMELM
],
49
ahii
[
LIMELM
],
50
camern
[
LIMELM
],
51
aprim
[
LIMELM
],
52
aism
[
LIMELM
];
53
54
bool
lgAbnSolar
;
55
57
realnum
solar
[
LIMELM
];
58
62
bool
lgAbunTabl
[
LIMELM
],
63
65
lgAbTaDepth
[
LIMELM
],
66
68
lgAbTaON
;
69
70
# define LIMTABD 500
71
73
realnum
AbTabFac
[
LIMTABD
][
LIMELM
],
74
77
AbTabRad
[
LIMTABD
][
LIMELM
];
78
79
long
int
nAbunTabl
;
80
82
long
int
ipSolar
[
LIMELM
],
83
npSolar
;
84
86
realnum
ScaleElement
[
LIMELM
];
87
89
realnum
Depletion
[
LIMELM
],
90
92
depset
[
LIMELM
];
93
95
bool
lgDepln
;
96
98
realnum
ScaleMetals
;
99
100
}
abund
;
101
102
103
104
#endif
/* _ABUND_H_ */
Generated for cloudy by
1.8.1.2