cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
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-2022 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 */
8
9
#include "
module.h
"
10
13
#define CR_EDEN_GAL_BACK_EV_CMM3 1.8
14
15
struct
t_hextra
:
public
module
{
16
const
char
*
chName
()
const
17
{
18
return
"hextra"
;
19
}
20
void
zero
();
21
void
comment
(
t_warnings
&) {}
22
24
realnum
cryden
,
25
crpowr
,
26
crtemp
;
27
29
bool
lg_CR_B_equipartition
;
30
32
double
cr_energydensity
;
33
35
realnum
cryden_ov_background
;
36
38
realnum
background_density
;
39
realnum
background_rate
;
40
42
realnum
TurbHeat
,
43
45
TurbHeatSave
;
46
49
bool
lgHextraDepth
;
51
realnum
turrad
,
53
turback
;
54
57
bool
lgHextraDensity
;
58
60
realnum
HextraScaleDensity
;
61
64
bool
lgHextraSS
;
65
67
realnum
HextraSSalpha
;
68
70
double
HextraSS_M
;
71
73
realnum
HextraSSradius
;
74
76
bool
lgTurbHeatVaryTime
;
77
79
realnum
totneu
;
81
bool
lgNeutrnHeatOn
;
83
realnum
frcneu
;
85
realnum
effneu
;
87
double
CrsSecNeutron
;
88
89
};
90
extern
t_hextra
hextra
;
91
92
#endif
/* HEXTRA_H_ */
t_warnings
Definition:
warnings.h:15
t_hextra::zero
void zero()
Definition:
hextra.cpp:7
t_hextra::turrad
realnum turrad
Definition:
hextra.h:51
t_hextra::turback
realnum turback
Definition:
hextra.h:51
t_hextra::crtemp
realnum crtemp
Definition:
hextra.h:24
t_hextra::HextraSSradius
realnum HextraSSradius
Definition:
hextra.h:73
hextra
t_hextra hextra
Definition:
hextra.cpp:5
t_hextra::lgNeutrnHeatOn
bool lgNeutrnHeatOn
Definition:
hextra.h:81
t_hextra::lg_CR_B_equipartition
bool lg_CR_B_equipartition
Definition:
hextra.h:29
t_hextra::effneu
realnum effneu
Definition:
hextra.h:85
t_hextra::TurbHeatSave
realnum TurbHeatSave
Definition:
hextra.h:42
t_hextra::frcneu
realnum frcneu
Definition:
hextra.h:83
t_hextra::CrsSecNeutron
double CrsSecNeutron
Definition:
hextra.h:87
t_hextra::background_rate
realnum background_rate
Definition:
hextra.h:39
t_hextra::crpowr
realnum crpowr
Definition:
hextra.h:24
t_hextra::TurbHeat
realnum TurbHeat
Definition:
hextra.h:42
t_hextra::cr_energydensity
double cr_energydensity
Definition:
hextra.h:32
realnum
float realnum
Definition:
cddefines.h:124
t_hextra::HextraScaleDensity
realnum HextraScaleDensity
Definition:
hextra.h:60
t_hextra::lgTurbHeatVaryTime
bool lgTurbHeatVaryTime
Definition:
hextra.h:76
t_hextra::cryden_ov_background
realnum cryden_ov_background
Definition:
hextra.h:35
t_hextra::cryden
realnum cryden
Definition:
hextra.h:24
t_hextra::totneu
realnum totneu
Definition:
hextra.h:79
t_hextra::lgHextraSS
bool lgHextraSS
Definition:
hextra.h:64
t_hextra::HextraSS_M
double HextraSS_M
Definition:
hextra.h:70
t_hextra::chName
const char * chName() const
Definition:
hextra.h:16
t_hextra::lgHextraDensity
bool lgHextraDensity
Definition:
hextra.h:57
t_hextra::comment
void comment(t_warnings &)
Definition:
hextra.h:21
t_hextra::HextraSSalpha
realnum HextraSSalpha
Definition:
hextra.h:67
module.h
t_hextra::background_density
realnum background_density
Definition:
hextra.h:38
module
Definition:
module.h:26
t_hextra
Definition:
hextra.h:15
t_hextra::lgHextraDepth
bool lgHextraDepth
Definition:
hextra.h:49
Generated by
1.8.5