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
coolheavy.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 COOLHEAVY_H_
5
#define COOLHEAVY_H_
6
7
#include "
module.h
"
8
10
struct
t_CoolHeavy
:
public
module
{
11
const
char
*
chName
()
const
12
{
13
return
"CoolHeavy"
;
14
}
15
void
zero
();
16
void
comment
(
t_warnings
&) {}
17
18
double
Fe231
,
19
Fe232
,
20
Fe221
,
21
eebrm
,
22
h2line
,
23
HD
,
24
colmet
,
25
tccool
,
26
expans
,
27
cextxx
,
28
cyntrn
,
29
heavfb
;
30
31
/* Fe12 lines added 01 Aug
32
double fe13_1216 , fe13_3000 , fe13_2302; */
33
35
bool
lgFreeOn
;
36
double
brems_cool_h
,
37
brems_cool_hminus
,
38
brems_cool_he
,
39
brems_cool_metals
,
41
brems_heat_total
,
43
brems_cool_net
;
44
45
47
realnum
H2PlsCool
;
48
49
};
50
extern
t_CoolHeavy
CoolHeavy
;
51
52
#endif
/* COOLHEAVY_H_ */
t_warnings
Definition:
warnings.h:15
t_CoolHeavy::expans
double expans
Definition:
coolheavy.h:18
t_CoolHeavy::Fe231
double Fe231
Definition:
coolheavy.h:18
t_CoolHeavy::brems_cool_he
double brems_cool_he
Definition:
coolheavy.h:36
t_CoolHeavy::zero
void zero()
Definition:
coolheavy.cpp:7
CoolHeavy
t_CoolHeavy CoolHeavy
Definition:
coolheavy.cpp:5
t_CoolHeavy::eebrm
double eebrm
Definition:
coolheavy.h:18
t_CoolHeavy::comment
void comment(t_warnings &)
Definition:
coolheavy.h:16
t_CoolHeavy::tccool
double tccool
Definition:
coolheavy.h:18
t_CoolHeavy::brems_cool_net
double brems_cool_net
Definition:
coolheavy.h:36
t_CoolHeavy::H2PlsCool
realnum H2PlsCool
Definition:
coolheavy.h:47
t_CoolHeavy::brems_cool_h
double brems_cool_h
Definition:
coolheavy.h:36
t_CoolHeavy::cextxx
double cextxx
Definition:
coolheavy.h:18
realnum
float realnum
Definition:
cddefines.h:124
t_CoolHeavy::chName
const char * chName() const
Definition:
coolheavy.h:11
t_CoolHeavy::brems_heat_total
double brems_heat_total
Definition:
coolheavy.h:36
t_CoolHeavy::heavfb
double heavfb
Definition:
coolheavy.h:18
t_CoolHeavy::brems_cool_hminus
double brems_cool_hminus
Definition:
coolheavy.h:36
t_CoolHeavy::brems_cool_metals
double brems_cool_metals
Definition:
coolheavy.h:36
t_CoolHeavy::Fe221
double Fe221
Definition:
coolheavy.h:18
t_CoolHeavy
Definition:
coolheavy.h:10
t_CoolHeavy::Fe232
double Fe232
Definition:
coolheavy.h:18
t_CoolHeavy::h2line
double h2line
Definition:
coolheavy.h:18
module.h
t_CoolHeavy::lgFreeOn
bool lgFreeOn
Definition:
coolheavy.h:35
t_CoolHeavy::cyntrn
double cyntrn
Definition:
coolheavy.h:18
module
Definition:
module.h:26
t_CoolHeavy::HD
double HD
Definition:
coolheavy.h:18
t_CoolHeavy::colmet
double colmet
Definition:
coolheavy.h:18
Generated by
1.8.5