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.cpp
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
#include "
cddefines.h
"
4
#include "
hextra.h
"
5
t_hextra
hextra
;
6
7
void
t_hextra::zero
()
8
{
9
DEBUG_ENTRY
(
"t_hextra::zero()"
);
10
/* effects of fast neutrons */
11
hextra.
frcneu
= 0.;
12
hextra.
effneu
= 1.;
13
hextra.
totneu
= 0.;
14
hextra.
lgNeutrnHeatOn
=
false
;
15
hextra.
CrsSecNeutron
= 4e-26;
16
}
17
t_hextra::zero
void zero()
Definition:
hextra.cpp:7
hextra
t_hextra hextra
Definition:
hextra.cpp:5
t_hextra::lgNeutrnHeatOn
bool lgNeutrnHeatOn
Definition:
hextra.h:81
t_hextra::effneu
realnum effneu
Definition:
hextra.h:85
hextra.h
t_hextra::frcneu
realnum frcneu
Definition:
hextra.h:83
t_hextra::CrsSecNeutron
double CrsSecNeutron
Definition:
hextra.h:87
t_hextra::totneu
realnum totneu
Definition:
hextra.h:79
cddefines.h
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition:
cddefines.h:723
t_hextra
Definition:
hextra.h:15
Generated by
1.8.5