Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <geometry.h>
Public Member Functions | |
const char * | chName () const |
void | zero () |
void | comment (t_warnings &) |
![]() | |
module () | |
virtual | ~module () |
Public Attributes | |
bool | lgGeoPP |
realnum | DirectionalCosin |
realnum | FillFac |
realnum | filpow |
realnum | fiscal |
bool | lgSphere |
realnum | covgeo |
realnum | covaper |
realnum | covrt |
bool | lgStatic |
long int | iEmissPower |
realnum | size |
bool | lgSizeSet |
bool | lgStaticNoIt |
long int | nprint |
long int | nend_max |
bool | lgZoneSet |
bool | lgZoneTrp |
|
inlinevirtual |
Implements module.
|
inlinevirtual |
Implements module.
|
virtual |
realnum t_geometry::covaper |
the aperture covering factor; must be between 0 and 1: iEmissPower == 2 : in this case the variable is set equal to covgeo iEmissPower == 1 : the fraction of a large circle in the plane that is being observed that actually passes through nebular material. iEmissPower == 0 : is gas present only at the front or the back (D_0 = 1/2) or on both sides (D_0 = 1) of the central source. this is the variable D_alpha in the Hazy discussion of the APERTURE command
realnum t_geometry::covgeo |
default open geometry, covgeo is unity, covrt is zero.
closed geometry, covgeo is unity, and covrt is unity linearly affects line luminosities but not intensities (since they are per unit area of cloud. When sphere command is entered with no optional covering factor this is set to 1 and covrt is set to covgeo. The default is an open geometry, and covgeo is unity for this as well
Referenced by zero().
realnum t_geometry::covrt |
radiative transfer covering factor accounts for diffuse radiation escaping from system in open geometry. weakly affects intensities and luminosities. For open geometry this is zero (half of diffuse fields escape from cloud and do not strike gas, for a closed geometry this is unity also set to covgeo (def unity) if covering factor command is entered
Referenced by zero().
realnum t_geometry::DirectionalCosin |
1/cos incident continuum entering AngleIllumRadian from normal - this is 1./cos(normal), so > 1.
realnum t_geometry::FillFac |
FillFac is filling factor, default 1, others are parameters to make function of radius
Referenced by zero().
long int t_geometry::iEmissPower |
this is the power of r that is used in the line flux integral 2 : default case - integrate the whole (spherical) nebula 1 : simulate a long slit over the central source 0 : simulate a pencil beam centered on the central source this is the variable alpha in the Hazy discussion of the APERTURE command
Referenced by zero().
bool t_geometry::lgGeoPP |
true if geometry is plane parallel, set in comment
bool t_geometry::lgSizeSet |
has the aperture size been set by the user?
bool t_geometry::lgSphere |
flag saying whether spherical geometry
Referenced by zero().
bool t_geometry::lgStatic |
flag saying that spherical geometry is static, set with sphere static
Referenced by zero().
bool t_geometry::lgStaticNoIt |
flag saying that it is ok to not iterate when sphere static is set, set with (OK) option on sphere static, used for testing hydrogen atom
Referenced by zero().
bool t_geometry::lgZoneSet |
lgZonSet set if stopping zone specified
Referenced by zero().
bool t_geometry::lgZoneTrp |
lgZoneTrp set if stopped due to zone number
Referenced by zero().
long int t_geometry::nend_max |
long int t_geometry::nprint |
nprint is how many zones to print
Referenced by zero().
realnum t_geometry::size |
size of the aperture: iEmissPower == 2 : in this case the variable is not used iEmissPower == 1 : slit width in arcsec iEmissPower == 0 : surface area of the pencil beam in arcsec^2