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
hydrogenic.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 "
hydrogenic.h
"
5
t_hydro
hydro
;
6
7
void
t_hydro::zero
()
8
{
9
DEBUG_ENTRY
(
"t_hydro::zero()"
);
10
cintot
= 0.;
11
12
/* option to print emissivity instead of intensity/luminosity */
13
lgHiPop2
=
false
;
14
pop2mx
= 0.;
15
16
/* flag for Lya masing */
17
HCollIonMax
= 0.;
18
19
/* type of hydrogen atom top off, options are " add" and "scal"
20
* in versions 90 this was " add", but was "scal" in 91
21
* >>chng 99 jan 16, changed back to " add"*/
22
/*strcpy( chHTopType, "scal" );*/
23
strcpy(
chHTopType
,
" add"
);
24
25
/* Lya excitation temperature, counter for hotter than gas */
26
TexcLya
= 0.;
27
TLyaMax
= 0.;
28
nLyaHot
= 0;
29
30
/* option to kill damping wings of Lya */
31
DampOnFac
= 1.;
32
33
/* is FeII pumping by H Lyman lines included? */
34
lgLyaFeIIPumpOn
=
true
;
35
36
/* is continuum pumping of H Lyman lines included? yes, but turned off
37
* with atom h-like Lyman pumping off command */
38
lgLymanPumping
=
true
;
39
40
/* multiplicative factor for all continuum pumping of H I Lyman lines,
41
* account for possible emission in the line */
42
xLymanPumpingScaleFactor
= 1.f;
43
}
t_hydro::xLymanPumpingScaleFactor
realnum xLymanPumpingScaleFactor
Definition:
hydrogenic.h:150
t_hydro::cintot
double cintot
Definition:
hydrogenic.h:129
t_hydro::pop2mx
realnum pop2mx
Definition:
hydrogenic.h:89
t_hydro::HCollIonMax
realnum HCollIonMax
Definition:
hydrogenic.h:123
t_hydro::nLyaHot
long int nLyaHot
Definition:
hydrogenic.h:106
hydrogenic.h
t_hydro::lgLyaFeIIPumpOn
bool lgLyaFeIIPumpOn
Definition:
hydrogenic.h:93
t_hydro
Definition:
hydrogenic.h:76
hydro
t_hydro hydro
Definition:
hydrogenic.cpp:5
t_hydro::lgLymanPumping
bool lgLymanPumping
Definition:
hydrogenic.h:145
cddefines.h
t_hydro::DampOnFac
realnum DampOnFac
Definition:
hydrogenic.h:135
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition:
cddefines.h:723
t_hydro::TexcLya
realnum TexcLya
Definition:
hydrogenic.h:103
t_hydro::chHTopType
char chHTopType[5]
Definition:
hydrogenic.h:117
t_hydro::lgHiPop2
bool lgHiPop2
Definition:
hydrogenic.h:88
t_hydro::zero
void zero()
Definition:
hydrogenic.cpp:7
t_hydro::TLyaMax
realnum TLyaMax
Definition:
hydrogenic.h:109
Generated by
1.8.5