Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
peimbt.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 PEIMBT_H_
5
#define PEIMBT_H_
6
8
9
#include "
module.h
"
10
11
struct
t_peimbt
:
public
module
{
12
const
char
*
chName
()
const
13
{
14
return
"peimbt"
;
15
}
16
void
zero
();
17
void
comment
(
t_warnings
&) {}
18
realnum
toiiir
,
19
tbac
,
20
t2hstr
,
21
tohyox
,
22
t2hyox
,
23
tbcthn
,
24
t2o3str
,
25
tsqden
;
26
};
27
extern
t_peimbt
peimbt
;
28
#endif
/* PEIMBT_H_ */
realnum
float realnum
Definition
cddefines.h:127
module::module
module()
Definition
module.h:29
t_warnings
Definition
warnings.h:11
module.h
peimbt
t_peimbt peimbt
Definition
peimbt.cpp:5
t_peimbt
Definition
peimbt.h:11
t_peimbt::t2hyox
realnum t2hyox
Definition
peimbt.h:22
t_peimbt::tohyox
realnum tohyox
Definition
peimbt.h:21
t_peimbt::zero
void zero()
Definition
peimbt.cpp:7
t_peimbt::tsqden
realnum tsqden
Definition
peimbt.h:25
t_peimbt::toiiir
realnum toiiir
Definition
peimbt.h:18
t_peimbt::tbcthn
realnum tbcthn
Definition
peimbt.h:23
t_peimbt::t2hstr
realnum t2hstr
Definition
peimbt.h:20
t_peimbt::t2o3str
realnum t2o3str
Definition
peimbt.h:24
t_peimbt::comment
void comment(t_warnings &)
Definition
peimbt.h:17
t_peimbt::tbac
realnum tbac
Definition
peimbt.h:19
t_peimbt::chName
const char * chName() const
Definition
peimbt.h:12
source
peimbt.h
Generated by
1.13.2