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
opacity.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 "
opacity.h
"
5
t_opac
opac
;
6
7
void
t_opac::zero
()
8
{
9
DEBUG_ENTRY
(
"t_opac::zero()"
);
10
/* do we want to save negative opacities */
11
lgNegOpacIO
=
false
;
12
13
otsmin
= 0.;
14
15
/* this flag says to use the static opacities,
16
* only evaluate them at start of each new zone.
17
* when set false with
18
* no static opacities
19
* command, always reevaluate them */
20
lgOpacStatic
=
true
;
21
22
/* set true in radinc if negative opacities ever occur */
23
lgOpacNeg
=
false
;
24
25
/* can turn of scattering opacities for some geometries */
26
lgScatON
=
true
;
27
28
/* variables having to do with compiling and/or using the
29
* ancillary file of stored opacities */
30
lgCompileOpac
=
false
;
31
/* "no file opacity" command sets following var false, says not to use file */
33
lgUseFileOpac
=
false
;
34
stimax
[0] = 0.;
35
stimax
[1] = 0.;
36
}
t_opac::otsmin
realnum otsmin
Definition:
opacity.h:314
opac
t_opac opac
Definition:
opacity.cpp:5
t_opac::lgUseFileOpac
bool lgUseFileOpac
Definition:
opacity.h:209
t_opac::lgScatON
bool lgScatON
Definition:
opacity.h:196
t_opac::stimax
realnum stimax[2]
Definition:
opacity.h:317
opacity.h
t_opac::lgNegOpacIO
bool lgNegOpacIO
Definition:
opacity.h:199
t_opac::lgOpacNeg
bool lgOpacNeg
Definition:
opacity.h:192
t_opac::zero
void zero()
Definition:
opacity.cpp:7
t_opac::lgCompileOpac
bool lgCompileOpac
Definition:
opacity.h:205
t_opac::lgOpacStatic
bool lgOpacStatic
Definition:
opacity.h:153
cddefines.h
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition:
cddefines.h:723
t_opac
Definition:
opacity.h:78
Generated by
1.8.5