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
phycon.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 _PHYCON_H_
5
#define _PHYCON_H_
6
8
EXTERN
struct
t_phycon
{
9
11
double
te
;
12
14
double
te_eV
;
15
17
double
te_ryd
;
18
20
double
te_wn
;
21
23
double
teinv
;
24
26
double
tesqrd
;
27
31
double
EnergyIonization
;
32
37
double
EnergyExcitation
;
38
40
double
EnthalpyDensity
;
41
44
double
EnergyBinding
;
45
48
double
sqrte
,
49
te32
,
50
te90
,
51
te70
,
52
te40
,
53
te30
,
54
te20
,
55
te10
,
56
te07
,
57
te05
,
58
te04
,
59
te03
,
60
te02
,
61
te01
,
62
te007
,
63
te005
,
64
te004
,
65
te003
,
66
te002
,
67
te001
,
68
/*>>chng 06 June 30 :Added te0001,0002,0003,0004,0005,0007- Humeshkar Nemala*/
69
te0001
,
70
te0002
,
71
te0003
,
72
te0004
,
73
te0005
,
74
te0007
;
76
double
telogn
[7] ,
79
sqlogz
[
LIMELM
];
80
82
double
alogte
;
83
85
double
alnte
;
86
87
double
89
TeInit
,
91
TeProp
,
93
EdenInit
,
95
EdenProp
;
96
98
double
TEnerDen
;
99
101
bool
lgPhysOK
;
102
106
realnum
BigJumpTe
,
BigJumpne
,
BigJumpH2
,
BigJumpCO
;
107
109
const
double
TEMP_STOP_DEFAULT
;
111
const
double
TEMP_LIMIT_LOW
;
113
const
double
TEMP_LIMIT_HIGH
,
TEMP_LIMIT_HIGH_LOG
;
114
123
t_phycon
() :
TEMP_STOP_DEFAULT
(4000.) ,
TEMP_LIMIT_LOW
(2.8),
124
TEMP_LIMIT_HIGH
(1.001e10) ,
TEMP_LIMIT_HIGH_LOG
(10.0004340775) {}
125
126
}
phycon
;
127
128
129
#endif
/* _PHYCON_H_ */
Generated for cloudy by
1.8.3.1