#include <radius.h >
Definition at line 19 of file radius.h .
◆ BeamInIn
double t_radius::BeamInIn
Beam vars are related to lines where inward and outward fracs known BeamInIn inward part of inwardly directed beam, 0 if sphere
Definition at line 102 of file radius.h .
◆ BeamInOut
double t_radius::BeamInOut
BeamInOut outward part of inwardly directed beam, 0 if not sphere
Definition at line 105 of file radius.h .
◆ BeamOutOut
double t_radius::BeamOutOut
BeamOutOut outward part of outwardly directed beam
Definition at line 108 of file radius.h .
◆ Conv2PrtInten
double t_radius::Conv2PrtInten
additive factor to convert stored line intensities within code into a final desired unit, luminosity, flux at Earth, or surface brightness
Definition at line 147 of file radius.h .
◆ CylindHigh
double t_radius::CylindHigh
lgCylnOn set true when cylinder command given cylind is half height in centimeters
Definition at line 120 of file radius.h .
◆ darea_x_fillfac
double t_radius::darea_x_fillfac
darea_x_fillfac is 2pi * radius * drad * filling factor
Definition at line 77 of file radius.h .
◆ depth
the depth, the distance from the outer edge of current zone to the illuminated face
Definition at line 38 of file radius.h .
◆ Depth2Go
double t_radius::Depth2Go
an estimate of the depth to the shielded face
Definition at line 44 of file radius.h .
◆ depth_mid_zone
double t_radius::depth_mid_zone
depth from illuminated face to center of last or current zone
Definition at line 41 of file radius.h .
◆ depth_x_fillfac
double t_radius::depth_x_fillfac
integrated dReff, integral of depth times filling factor
Definition at line 74 of file radius.h .
◆ distance
double t_radius::distance
the distance to the object from Earth, set with the distance command
Definition at line 65 of file radius.h .
◆ dr_max_last_iter
double t_radius::dr_max_last_iter
◆ dr_min_last_iter
double t_radius::dr_min_last_iter
min and max dr found in previous iteration
Definition at line 176 of file radius.h .
◆ drad
the thickness of the current zone
Definition at line 31 of file radius.h .
◆ drad_mid_zone
double t_radius::drad_mid_zone
the distance between middle of previous zone and middle of this zone
Definition at line 34 of file radius.h .
◆ drad_x_fillfac
double t_radius::drad_x_fillfac
drad_x_fillfac is drad * filling factor
Definition at line 71 of file radius.h .
◆ dRadSign
double t_radius::dRadSign
sign of dr for going in or out, 1 (usually) or -1
Definition at line 68 of file radius.h .
◆ drChange
fractional change used in nextdr
Definition at line 183 of file radius.h .
◆ drMinimum
fraction of initial thickness, set in firstdr do not let dr get smaller than this NB - drMinimum not used in code - delete?
Definition at line 173 of file radius.h .
◆ dRNeff
dRNeff is next dr effective radius
Definition at line 90 of file radius.h .
◆ drNext
next dr, as set in nextdr
Definition at line 61 of file radius.h .
◆ dVeffAper
double t_radius::dVeffAper
dVeff is effec vol relative to inner radius this version is affected by the APERTURE SLIT | BEAM commands it should ONLY be used for quantities observed through the aperture if the APERTURE command is not used, dVeffAper and dVeffVol are identical
Definition at line 87 of file radius.h .
◆ dVeffVol
double t_radius::dVeffVol
dVeff is effec vol relative to inner radius, this version is not affected by the APERTURE command
Definition at line 81 of file radius.h .
◆ dVolOutwrd
double t_radius::dVolOutwrd
dVolOutwrd, dVolReflec, outward and reflected effective vols used to get outward and reflected beams, these include only the vol of the current shell times the covering factor, and a number between 0 and 1 that is the fraction of the beam that goes out or is reflected. this is determined by the rt covering factor
Definition at line 97 of file radius.h .
◆ dVolReflec
double t_radius::dVolReflec
◆ glbden
variables that deal with the globule command, glbden, the density
Definition at line 128 of file radius.h .
◆ glbdst
◆ glbpow
the globule power
Definition at line 132 of file radius.h .
◆ glbrad
the radius for the globule command
Definition at line 130 of file radius.h .
◆ lgCylnOn
◆ lgDR2Big
this flag controlled in radius_first and says whether this option caused the first zone to have larger than optimal thickness
Definition at line 168 of file radius.h .
◆ lgdR2Small
bool t_radius::lgdR2Small
flag saying that zone thickness became too small, likely because of an uncontrolled oscillation
Definition at line 112 of file radius.h .
◆ lgDrMinUsed
bool t_radius::lgDrMinUsed
set true is calculations stops because zone thickness gets too small
Definition at line 180 of file radius.h .
◆ lgDrMnOn
flag to turn off dr checking in dextdr when globule command entered
Definition at line 136 of file radius.h .
◆ lgFixed
◆ lgPredLumin
bool t_radius::lgPredLumin
lgPredLumin flag set true if intensities entered into st
Definition at line 139 of file radius.h .
◆ lgRadiusKnown
bool t_radius::lgRadiusKnown
this says whether radius has been set - if true then can do luminosities, if false then only intensities
Definition at line 116 of file radius.h .
◆ lgSdrmaxRel
bool t_radius::lgSdrmaxRel
◆ lgSdrminRel
bool t_radius::lgSdrminRel
false, then sdrmin/sdrmax are limits to step size in cm, true, then are relative fraction of the current radius
Definition at line 160 of file radius.h .
◆ lgSMinON
lgSMinON is flag saying that set drmin has been enteed
Definition at line 164 of file radius.h .
◆ pirsq
log of4 pi r_inner^2, 0 if intensities are printed, but is log of 4pi r_o^2 if any luminosity commands are entered
Definition at line 143 of file radius.h .
◆ r1r0sq
ratio of square of outer edge of current zone to radius of illuminated face of cloud - note continuum is relative to outer edge after ZoneDone is called too
Definition at line 49 of file radius.h .
◆ Radius
the outer radius of the current zone
Definition at line 25 of file radius.h .
◆ Radius_mid_zone
double t_radius::Radius_mid_zone
the radius, to center of last or current zone
Definition at line 28 of file radius.h .
◆ rdfalt
default inner radius when none set, log r =25 in scalar
Definition at line 124 of file radius.h .
◆ rinner
the inner radius in cm
Definition at line 22 of file radius.h .
◆ sdrmax
◆ sdrmin
these are 1e-30 and 1e30 by default, and are set with "set dr" cmnds used as one of a pair of limits to how big or small zones get set dr command forces constant dr by setting both to same number
Definition at line 152 of file radius.h .
◆ sdrmin_rel_depth
double t_radius::sdrmin_rel_depth
◆ StopRadius
double* t_radius::StopRadius
stopping radius for the model, set with STOP RADIUS command [ITR DIM]
Definition at line 58 of file radius.h .
◆ StopThickness
double * t_radius::StopThickness
total physical thickness of modeled region, (NOT OUTER RADIUS) this can set set as a stopping criteria, but if not set is 1e30 before first iteration. At end of each iteration, thickness is set to total depth from illuminated face to outer edge [ITR DIM]
Definition at line 55 of file radius.h .
◆ thickness_stromgren
realnum t_radius::thickness_stromgren
the Stromgren thickness
Definition at line 186 of file radius.h .
The documentation for this struct was generated from the following file:
/home/iurt/rpmbuild/BUILD/cloudy-13.05-build/c13.05/source/radius.h