cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hextra.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 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 
25  crpowr,
26  crtemp;
27 
30 
33 
36 
40 
43 
46 
53  turback;
54 
58 
61 
64  bool lgHextraSS;
65 
68 
70  double HextraSS_M;
71 
74 
77 
87  double CrsSecNeutron;
88 
89 };
90 extern t_hextra hextra;
91 
92 #endif /* HEXTRA_H_ */
void zero()
Definition: hextra.cpp:7
realnum turrad
Definition: hextra.h:51
realnum turback
Definition: hextra.h:51
realnum crtemp
Definition: hextra.h:24
realnum HextraSSradius
Definition: hextra.h:73
t_hextra hextra
Definition: hextra.cpp:5
bool lgNeutrnHeatOn
Definition: hextra.h:81
bool lg_CR_B_equipartition
Definition: hextra.h:29
realnum effneu
Definition: hextra.h:85
realnum TurbHeatSave
Definition: hextra.h:42
realnum frcneu
Definition: hextra.h:83
double CrsSecNeutron
Definition: hextra.h:87
realnum background_rate
Definition: hextra.h:39
realnum crpowr
Definition: hextra.h:24
realnum TurbHeat
Definition: hextra.h:42
double cr_energydensity
Definition: hextra.h:32
float realnum
Definition: cddefines.h:124
realnum HextraScaleDensity
Definition: hextra.h:60
bool lgTurbHeatVaryTime
Definition: hextra.h:76
realnum cryden_ov_background
Definition: hextra.h:35
realnum cryden
Definition: hextra.h:24
realnum totneu
Definition: hextra.h:79
bool lgHextraSS
Definition: hextra.h:64
double HextraSS_M
Definition: hextra.h:70
const char * chName() const
Definition: hextra.h:16
bool lgHextraDensity
Definition: hextra.h:57
void comment(t_warnings &)
Definition: hextra.h:21
realnum HextraSSalpha
Definition: hextra.h:67
realnum background_density
Definition: hextra.h:38
Definition: module.h:26
bool lgHextraDepth
Definition: hextra.h:49