#include <struc.h>
Data Fields | |
long int | nzlim |
float * | testr |
float * | volstr |
float * | drad_x_fillfac |
float * | histr |
float * | hiistr |
float * | ednstr |
float * | o3str |
float * | pressure |
float * | GasPressure |
float * | pres_radiation_lines_curr |
float * | hden |
float * | DenParticles |
float * | DenMass |
float * | depth |
float * | drad |
float * | xLyman_depth |
float * | depth_last |
float * | drad_last |
long int | nzone |
long int | nzone_last |
float *** | xIonDense |
float ** | H2_molec |
float ** | CO_molec |
float ** | gas_phase |
double * | coolstr |
double * | heatstr |
float | dr_ionfrac_limit |
Definition at line 8 of file struc.h.
float ** t_struc::CO_molec |
Definition at line 56 of file struc.h.
Referenced by atmdat_readin(), DynaNewStep(), DynaSaveLast(), prt_smooth_predictions(), radius_increment(), radius_next(), and state_get_put().
double* t_struc::coolstr |
cooling and heating for each zone
Definition at line 63 of file struc.h.
Referenced by AgeCheck(), atmdat_readin(), ConvInitSolution(), radius_increment(), and state_get_put().
float * t_struc::DenMass |
density, gm/cm3 total grams per unit vol
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), DynaSaveLast(), PrtComment(), radius_increment(), and state_get_put().
float * t_struc::DenParticles |
total particles per unit vol
Definition at line 18 of file struc.h.
Referenced by AgeCheck(), atmdat_readin(), ConvInitSolution(), radius_increment(), and state_get_put().
float * t_struc::depth |
depth of this position
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), cdDepth_depth(), DynaNewStep(), DynaSaveLast(), IterEnd(), radius_increment(), and state_get_put().
float * t_struc::depth_last |
previous iteration's radius and dr scale
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), IterEnd(), and radius_next().
this is the relative ionization that is the limit for choosing zones using it, and for detecting it in prt_comment, default is 1e-3
Definition at line 69 of file struc.h.
Referenced by prt_smooth_predictions(), radius_next(), state_get_put(), and zero().
float * t_struc::drad |
the thickness of the current zone
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), IterEnd(), radius_increment(), and state_get_put().
float * t_struc::drad_last |
float * t_struc::drad_x_fillfac |
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), radius_increment(), state_get_put(), and ZoneStart().
float * t_struc::ednstr |
Definition at line 18 of file struc.h.
Referenced by AgeCheck(), atmdat_readin(), ConvInitSolution(), DynaSaveLast(), gett2(), gett2o3(), prt_smooth_predictions(), PrtComment(), radius_increment(), radius_next(), state_get_put(), and ZoneStart().
float** t_struc::gas_phase |
total gas phase abundances
Definition at line 60 of file struc.h.
Referenced by atmdat_readin(), ion_trim(), prt_smooth_predictions(), radius_increment(), radius_next(), and state_get_put().
float * t_struc::GasPressure |
just the gas pressure, nkT
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), cdPressure_depth(), PrtComment(), radius_increment(), and state_get_put().
float** t_struc::H2_molec |
the hydrogen molecules float *Molec[N_H_MOLEC];
Definition at line 56 of file struc.h.
Referenced by atmdat_readin(), DynaNewStep(), DynaSaveLast(), prt_smooth_predictions(), radius_increment(), radius_next(), and state_get_put().
float * t_struc::hden |
>>chng 02 May 2001 rjrw: add hden for dilution
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), DynaNewStep(), DynaSaveLast(), radius_increment(), and state_get_put().
double * t_struc::heatstr |
Definition at line 63 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), radius_increment(), and state_get_put().
float * t_struc::hiistr |
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), DynaSaveLast(), gett2(), radius_increment(), and state_get_put().
float * t_struc::histr |
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), DynaSaveLast(), radius_increment(), and state_get_put().
long int t_struc::nzlim |
this is the new variable that replaces the old NZLIM, it gives the largest number of zones that will be needed in the current calculation, and is used to create space for the following variables, and also similar variables in dynamics.c
Definition at line 15 of file struc.h.
Referenced by AgeCheck(), atmdat_readin(), DynaCreateArrays(), DynaIonize(), DynaNewStep(), DynaPrtZone(), DynaSaveLast(), gett2(), gett2o3(), PrtComment(), radius_increment(), radius_next(), and state_get_put().
long int t_struc::nzone |
number of zones saved
Definition at line 48 of file struc.h.
Referenced by IterEnd(), radius_increment(), state_get_put(), and zero().
long int t_struc::nzone_last |
float * t_struc::o3str |
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), gett2o3(), radius_increment(), and state_get_put().
radiation pressure
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), cdPressure_depth(), prt_smooth_predictions(), radius_increment(), and state_get_put().
float * t_struc::pressure |
the total pressure, including all terms (ram, radiation, integrated incident, gas)
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), cdPressure_depth(), DynaSaveLast(), lgCheckAsserts(), radius_increment(), and state_get_put().
float* t_struc::testr |
these will all become vectors with length given by the limit to the number of zones
Definition at line 18 of file struc.h.
Referenced by AgeCheck(), atmdat_readin(), ConvInitSolution(), gett2(), gett2o3(), lgCheckAsserts(), prt_smooth_predictions(), PrtComment(), PunchDo(), radius_increment(), radius_next(), state_get_put(), and ZoneStart().
float * t_struc::volstr |
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), ConvInitSolution(), gett2(), gett2o3(), radius_increment(), and state_get_put().
float*** t_struc::xIonDense |
save ionization balance array across model
Definition at line 52 of file struc.h.
Referenced by atmdat_readin(), DynaNewStep(), DynaSaveLast(), ion_trim(), prt_smooth_predictions(), radius_increment(), radius_next(), and state_get_put().
float * t_struc::xLyman_depth |
Lyman continuum optical depth for current iteration
Definition at line 18 of file struc.h.
Referenced by atmdat_readin(), DynaSaveLast(), radius_increment(), and state_get_put().