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
geometry.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 "
geometry.h
"
5
t_geometry
geometry
;
6
7
void
t_geometry::zero
()
8
{
9
/* variable to do with geometry */
10
nprint
= 1000;
11
lgZoneSet
=
false
;
12
lgZoneTrp
=
false
;
13
14
fiscal
= 1.;
15
FillFac
= 1.;
16
filpow
= 0.;
17
18
/* default is open geometry, not sphere */
19
lgSphere
=
false
;
20
/* the radiative transport covering factor */
21
covrt
= 0.;
22
/* the geometric covering factor */
23
covgeo
= 1.;
24
/* default is expanding when geometry set */
25
lgStatic
=
false
;
26
/* option to tell code not to complain when geometry static done without iterating,
27
* set with (OK) option on geometry command */
28
lgStaticNoIt
=
false
;
29
/* this is exponent for emissivity contributing to observed luminosity, r^2.
30
* set to 1 with aperture slit, to 0 with aperture beam command */
31
iEmissPower
= 2;
32
}
t_geometry::lgZoneTrp
bool lgZoneTrp
Definition:
geometry.h:97
t_geometry::iEmissPower
long int iEmissPower
Definition:
geometry.h:71
t_geometry::fiscal
realnum fiscal
Definition:
geometry.h:29
t_geometry::covgeo
realnum covgeo
Definition:
geometry.h:45
t_geometry::lgZoneSet
bool lgZoneSet
Definition:
geometry.h:94
t_geometry::FillFac
realnum FillFac
Definition:
geometry.h:29
t_geometry::lgSphere
bool lgSphere
Definition:
geometry.h:34
geometry
t_geometry geometry
Definition:
geometry.cpp:5
t_geometry::nprint
long int nprint
Definition:
geometry.h:87
t_geometry
Definition:
geometry.h:11
t_geometry::lgStatic
bool lgStatic
Definition:
geometry.h:64
t_geometry::covrt
realnum covrt
Definition:
geometry.h:61
t_geometry::lgStaticNoIt
bool lgStaticNoIt
Definition:
geometry.h:84
cddefines.h
geometry.h
t_geometry::filpow
realnum filpow
Definition:
geometry.h:29
t_geometry::zero
void zero()
Definition:
geometry.cpp:7
Generated by
1.8.5