Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
oxy.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2025 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef OXY_H_
5
#define OXY_H_
6
8
9
#include "
module.h
"
10
11
struct
t_oxy
:
public
module
{
12
const
char
*
chName
()
const
13
{
14
return
"oxy"
;
15
}
16
void
zero
();
17
void
comment
(
t_warnings
&) {}
18
19
realnum
poiii2
,
20
d5007r
,
21
d6300
,
22
poiii3
,
23
poiii2Max
,
24
poiii3Max
,
25
r5007Max
,
26
r4363Max
,
27
poiexc
,
28
poimax
;
29
31
realnum
AugerO3
;
32
34
realnum
s3727
,
35
s7325
;
36
38
long
int
i2d
,
39
i2p
;
40
41
};
42
extern
t_oxy
oxy
;
43
44
45
#endif
/* OXY_H_ */
realnum
float realnum
Definition
cddefines.h:127
module::module
module()
Definition
module.h:29
t_warnings
Definition
warnings.h:11
module.h
oxy
t_oxy oxy
Definition
oxy.cpp:5
t_oxy
Definition
oxy.h:11
t_oxy::s7325
realnum s7325
Definition
oxy.h:35
t_oxy::r5007Max
realnum r5007Max
Definition
oxy.h:25
t_oxy::i2d
long int i2d
Definition
oxy.h:38
t_oxy::comment
void comment(t_warnings &)
Definition
oxy.h:17
t_oxy::d6300
realnum d6300
Definition
oxy.h:21
t_oxy::poiii3Max
realnum poiii3Max
Definition
oxy.h:24
t_oxy::s3727
realnum s3727
Definition
oxy.h:34
t_oxy::poiii3
realnum poiii3
Definition
oxy.h:22
t_oxy::i2p
long int i2p
Definition
oxy.h:39
t_oxy::zero
void zero()
Definition
oxy.cpp:7
t_oxy::r4363Max
realnum r4363Max
Definition
oxy.h:26
t_oxy::poiii2Max
realnum poiii2Max
Definition
oxy.h:23
t_oxy::poiii2
realnum poiii2
Definition
oxy.h:19
t_oxy::poimax
realnum poimax
Definition
oxy.h:28
t_oxy::chName
const char * chName() const
Definition
oxy.h:12
t_oxy::AugerO3
realnum AugerO3
Definition
oxy.h:31
t_oxy::d5007r
realnum d5007r
Definition
oxy.h:20
t_oxy::poiexc
realnum poiexc
Definition
oxy.h:27
source
oxy.h
Generated by
1.13.2