cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
geometry.cpp
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 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"
6 
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 }
bool lgZoneTrp
Definition: geometry.h:97
long int iEmissPower
Definition: geometry.h:71
realnum fiscal
Definition: geometry.h:29
realnum covgeo
Definition: geometry.h:45
bool lgZoneSet
Definition: geometry.h:94
realnum FillFac
Definition: geometry.h:29
bool lgSphere
Definition: geometry.h:34
t_geometry geometry
Definition: geometry.cpp:5
long int nprint
Definition: geometry.h:87
bool lgStatic
Definition: geometry.h:64
realnum covrt
Definition: geometry.h:61
bool lgStaticNoIt
Definition: geometry.h:84
realnum filpow
Definition: geometry.h:29
void zero()
Definition: geometry.cpp:7