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
hextra.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 _HEXTRA_H_
5
#define _HEXTRA_H_
6
7
/* hextra.h */
10
#define CR_EDEN_GAL_BACK_EV_CMM3 1.8
11
12
EXTERN
struct
t_hextra
{
14
realnum
cryden
,
15
crpowr
,
16
crtemp
;
17
19
bool
lg_CR_B_equipartition
;
20
22
double
cr_energydensity
;
23
25
realnum
cryden_ov_background
;
26
28
realnum
background_density
;
29
realnum
background_rate
;
30
32
realnum
TurbHeat
,
33
35
TurbHeatSave
;
36
39
bool
lgHextraDepth
;
41
realnum
turrad
,
43
turback
;
44
47
bool
lgHextraDensity
;
48
50
realnum
HextraScaleDensity
;
51
53
bool
lgTurbHeatVaryTime
;
54
56
realnum
totneu
;
58
bool
lgNeutrnHeatOn
;
60
realnum
frcneu
;
62
realnum
effneu
;
64
double
CrsSecNeutron
;
65
66
}
hextra
;
67
68
#endif
/* _HEXTRA_H_ */
Generated for cloudy by
1.8.4