cloudy
trunk
Loading...
Searching...
No Matches
source
hextra.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 HEXTRA_H_
5
#define HEXTRA_H_
6
7
/* hextra.h */
10
#define CR_EDEN_GAL_BACK_EV_CMM3 1.8
11
12
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
54
bool
lgHextraSS
;
55
57
realnum
HextraSSalpha
;
58
60
double
HextraSS_M
;
61
63
realnum
HextraSSradius
;
64
66
bool
lgTurbHeatVaryTime
;
67
69
realnum
totneu
;
71
bool
lgNeutrnHeatOn
;
73
realnum
frcneu
;
75
realnum
effneu
;
77
double
CrsSecNeutron
;
78
79
};
80
extern
t_hextra
hextra
;
81
82
#endif
/* HEXTRA_H_ */
realnum
float realnum
Definition
cddefines.h:103
hextra
t_hextra hextra
Definition
hextra.cpp:5
t_hextra
Definition
hextra.h:12
t_hextra::crtemp
realnum crtemp
Definition
hextra.h:16
t_hextra::crpowr
realnum crpowr
Definition
hextra.h:15
t_hextra::TurbHeat
realnum TurbHeat
Definition
hextra.h:32
t_hextra::effneu
realnum effneu
Definition
hextra.h:75
t_hextra::TurbHeatSave
realnum TurbHeatSave
Definition
hextra.h:35
t_hextra::CrsSecNeutron
double CrsSecNeutron
Definition
hextra.h:77
t_hextra::lgHextraSS
bool lgHextraSS
Definition
hextra.h:54
t_hextra::turback
realnum turback
Definition
hextra.h:43
t_hextra::background_rate
realnum background_rate
Definition
hextra.h:29
t_hextra::cryden
realnum cryden
Definition
hextra.h:14
t_hextra::frcneu
realnum frcneu
Definition
hextra.h:73
t_hextra::totneu
realnum totneu
Definition
hextra.h:69
t_hextra::HextraSSradius
realnum HextraSSradius
Definition
hextra.h:63
t_hextra::lgHextraDensity
bool lgHextraDensity
Definition
hextra.h:47
t_hextra::lg_CR_B_equipartition
bool lg_CR_B_equipartition
Definition
hextra.h:19
t_hextra::HextraSSalpha
realnum HextraSSalpha
Definition
hextra.h:57
t_hextra::cryden_ov_background
realnum cryden_ov_background
Definition
hextra.h:25
t_hextra::cr_energydensity
double cr_energydensity
Definition
hextra.h:22
t_hextra::HextraScaleDensity
realnum HextraScaleDensity
Definition
hextra.h:50
t_hextra::background_density
realnum background_density
Definition
hextra.h:28
t_hextra::HextraSS_M
double HextraSS_M
Definition
hextra.h:60
t_hextra::lgNeutrnHeatOn
bool lgNeutrnHeatOn
Definition
hextra.h:71
t_hextra::turrad
realnum turrad
Definition
hextra.h:41
t_hextra::lgTurbHeatVaryTime
bool lgTurbHeatVaryTime
Definition
hextra.h:66
t_hextra::lgHextraDepth
bool lgHextraDepth
Definition
hextra.h:39
Generated by
1.14.0