cloudy trunk
Loading...
Searching...
No Matches
Data Fields
t_thermal Struct Reference

#include <thermal.h>

Collaboration diagram for t_thermal:
Collaboration graph
[legend]

Data Fields

bool lgPredNextTe
 
bool lgTemperatureConstant
 
bool lgTemperatureConstantCommandParsed
 
realnum ConstTemp
 
realnum ConstGrainTemp
 
long int nUnstable
 
bool lgUnstable
 
realnum thist
 
realnum tlowst
 
bool lgTeHigh
 
bool lgEdnGTcm
 
bool lgTLaw
 
bool lgTeBD96
 
realnum T0BD96
 
realnum SigmaBD96
 
realnum T0SN99
 
bool lgTeSN99
 
realnum collam [NCOLNT]
 
double cooling [NCOLNT]
 
double heatnt [NCOLNT]
 
long int ncltot
 
char chClntLab [NCOLNT][NCOLNT_LAB_LEN+1]
 
double elementcool [LIMELM+1]
 
double dima
 
bool lgCNegChk
 
realnum CoolHeatMax
 
realnum wlCoolHeatMax
 
char chCoolHeatMax [NCOLNT_LAB_LEN+1]
 
double totcol
 
double ctot
 
double heatl
 
double coolheat
 
double dCooldT
 
double tsq1
 
double halfte
 
double te_update
 
bool lgCExtraOn
 
realnum CoolExtra
 
realnum cextpw
 
bool lgCoolEvalOK
 
realnum GBarMax
 
long int ipMaxExtra
 
double char_tran_heat
 
double char_tran_cool
 
double htot
 
double power
 
double dHeatdT
 
double heating [LIMELM][LIMELM]
 
double FreeFreeTotHeat
 
realnum HeatLineMax
 

Detailed Description

Definition at line 24 of file thermal.h.

Field Documentation

◆ cextpw

realnum t_thermal::cextpw

Definition at line 133 of file thermal.h.

Referenced by CoolEvaluate(), and ParseCExtra().

◆ char_tran_cool

double t_thermal::char_tran_cool

Definition at line 146 of file thermal.h.

Referenced by ConvBase(), CoolEvaluate(), CoolSave(), lines_general(), and zero().

◆ char_tran_heat

double t_thermal::char_tran_heat

heating - cooling due to charge transfer ionization / recombination

Definition at line 146 of file thermal.h.

Referenced by ConvBase(), HeatSum(), lines_general(), and zero().

◆ chClntLab

char t_thermal::chClntLab[NCOLNT][NCOLNT_LAB_LEN+1]

Definition at line 92 of file thermal.h.

Referenced by CoolAdd(), CoolSave(), CoolSum(), dmpary(), DumpCoolStack(), fndneg(), fndstr(), map_do(), and SaveHeat().

◆ chCoolHeatMax

char t_thermal::chCoolHeatMax[NCOLNT_LAB_LEN+1]

Definition at line 107 of file thermal.h.

Referenced by CoolSum(), and PrtComment().

◆ collam

realnum t_thermal::collam[NCOLNT]

remember strongest coolants these save arrays of line heating and cooling CoolAdd is called by n level cooling routines, and CoolAdd fills in cooling (cooling) or heating (heatnt) heatnt is always positive, although it is negative cooling

Definition at line 87 of file thermal.h.

Referenced by CoolAdd(), CoolSave(), CoolSum(), dmpary(), DumpCoolStack(), fndneg(), fndstr(), map_do(), and SaveHeat().

◆ ConstGrainTemp

realnum t_thermal::ConstGrainTemp

constant grain temperature

Definition at line 47 of file thermal.h.

Referenced by GrainMakeDiffuse(), GrainsInit(), GrainTemperature(), InitDefaultsPreparse(), ParseCommands(), and ParseConstant().

◆ ConstTemp

realnum t_thermal::ConstTemp

three uses, temperature set with constant temperature command, initial forced temperature with force temperature command also set if temperature floor is hit

Definition at line 44 of file thermal.h.

Referenced by AbundancesSet(), ContSetIntensity(), ConvInitSolution(), DynaIterEnd(), InitDefaultsPreparse(), iter_end_check(), IterRestart(), lgConserveEnergy(), lgCoolNetConverge(), ParseCommands(), ParseConstant(), ParseCoronal(), ParseForceTemperature(), PrtComment(), SaveLineData(), and TempChange().

◆ CoolExtra

realnum t_thermal::CoolExtra

Definition at line 132 of file thermal.h.

Referenced by CoolEvaluate(), ParseCExtra(), and zero().

◆ coolheat

double t_thermal::coolheat

coolheat is other coolants that were heat sources

Definition at line 116 of file thermal.h.

Referenced by CoolSum(), and zero().

◆ CoolHeatMax

realnum t_thermal::CoolHeatMax

max of negative coolants, and a pointer to it

Definition at line 105 of file thermal.h.

Referenced by CoolSum(), IterStart(), PrtComment(), and zero().

◆ cooling

double t_thermal::cooling[NCOLNT]

◆ ctot

double t_thermal::ctot

◆ dCooldT

double t_thermal::dCooldT

◆ dHeatdT

double t_thermal::dHeatdT

derivative of total heating in this zone, evaluated in SumHeat

Definition at line 155 of file thermal.h.

Referenced by CoolEvaluate(), CoolZero(), HeatSum(), lgCoolNetConverge(), and map_do().

◆ dima

double t_thermal::dima

Definition at line 98 of file thermal.h.

Referenced by CoolEvaluate(), CoolSave(), and CoolZero().

◆ elementcool

double t_thermal::elementcool[LIMELM+1]

Definition at line 95 of file thermal.h.

Referenced by CoolEvaluate(), CoolSave(), CoolZero(), dBase_solve(), and iso_cool().

◆ FreeFreeTotHeat

double t_thermal::FreeFreeTotHeat

total free free heating integrated over model

Definition at line 161 of file thermal.h.

Referenced by IterRestart(), IterStart(), lines(), PrtComment(), PrtFinal(), and zero().

◆ GBarMax

realnum t_thermal::GBarMax

value of, and pointer to, strongest g-bar cooling line

Definition at line 142 of file thermal.h.

Referenced by IterStart(), lines(), and PrtComment().

◆ halfte

double t_thermal::halfte

◆ heating

double t_thermal::heating[LIMELM][LIMELM]

◆ heatl

double t_thermal::heatl

heatl is total line heating, t(ipLnHeat)

Definition at line 114 of file thermal.h.

Referenced by CoolSum(), HeatSum(), and zero().

◆ HeatLineMax

realnum t_thermal::HeatLineMax

HeatLineMax is largest fractional heating due to lines

Definition at line 164 of file thermal.h.

Referenced by IterStart(), lines_general(), and PrtComment().

◆ heatnt

double t_thermal::heatnt[NCOLNT]

◆ htot

double t_thermal::htot

◆ ipMaxExtra

long int t_thermal::ipMaxExtra

Definition at line 143 of file thermal.h.

Referenced by lines(), and PrtComment().

◆ lgCExtraOn

bool t_thermal::lgCExtraOn

info about 'extra' cooling, lgCextOn says it is on

Definition at line 131 of file thermal.h.

Referenced by CoolEvaluate(), ParseCExtra(), and zero().

◆ lgCNegChk

bool t_thermal::lgCNegChk

flag set true during cooling map, saying to keep cool even if cooling is negative

Definition at line 102 of file thermal.h.

Referenced by CoolEvaluate(), map_do(), and zero().

◆ lgCoolEvalOK

bool t_thermal::lgCoolEvalOK

this flag indicates (true) that we are between when cooling was set to zero with call to CoolZero, and when final sum was used. Any call after final summation in CoolSum, where set (false), would be ignored and so is fatal error

Definition at line 139 of file thermal.h.

Referenced by CoolAdd(), CoolSum(), and CoolZero().

◆ lgEdnGTcm

bool t_thermal::lgEdnGTcm

flag set if energy density of rad field greater tha compton temp - this is unphysical but could be set by users

Definition at line 65 of file thermal.h.

Referenced by PrtComment(), and PrtHeader().

◆ lgPredNextTe

bool t_thermal::lgPredNextTe

flag saying whether to use temperature predictor for next zone, in constant density models

Definition at line 28 of file thermal.h.

Referenced by advection_set_default(), InitDefaultsPreparse(), ParseDont(), and ZoneStart().

◆ lgTeBD96

bool t_thermal::lgTeBD96

flag to do Berltodi & Draine simple temperature law, set with tlaw bd96

Definition at line 72 of file thermal.h.

Referenced by ConvTempEdenIoniz(), InitDefaultsPreparse(), and ParseTLaw().

◆ lgTeHigh

bool t_thermal::lgTeHigh

flag set if temperature map is from hot to cool, set with high command

Definition at line 60 of file thermal.h.

Referenced by ConvInitSolution(), InitDefaultsPreparse(), map_do(), and ParseConvHighT().

◆ lgTemperatureConstant

bool t_thermal::lgTemperatureConstant

◆ lgTemperatureConstantCommandParsed

bool t_thermal::lgTemperatureConstantCommandParsed

set true when command parser sees constant temperature assumption, not set true when temperature floor is hit. distinguishes between true constant temperature sim, and one where floor was hit

Definition at line 38 of file thermal.h.

Referenced by InitDefaultsPreparse(), IterRestart(), ParseConstant(), ParseCoronal(), and ParseTLaw().

◆ lgTeSN99

bool t_thermal::lgTeSN99

Definition at line 80 of file thermal.h.

Referenced by ConvTempEdenIoniz(), InitDefaultsPreparse(), and ParseTLaw().

◆ lgTLaw

bool t_thermal::lgTLaw

flag saying that temperature law has been specified with tlaw command

Definition at line 68 of file thermal.h.

Referenced by ConvTempEdenIoniz(), InitDefaultsPreparse(), and ParseTLaw().

◆ lgUnstable

bool t_thermal::lgUnstable

◆ ncltot

long int t_thermal::ncltot

◆ nUnstable

long int t_thermal::nUnstable

keep track of possibly thermally unstable models nUnstable is number of zones that were possibly thermally unstable lgUnstable says that current conditions possibly unstable

Definition at line 52 of file thermal.h.

Referenced by InitSimPostparse(), IterRestart(), IterStart(), PrtComment(), and radius_increment().

◆ power

double t_thermal::power

total energy input over calculated structure, updated in lines

Definition at line 152 of file thermal.h.

Referenced by badprt(), IterStart(), lgConserveEnergy(), lines(), PrtComment(), PrtFinal(), and zero().

◆ SigmaBD96

realnum t_thermal::SigmaBD96

the coefficient on column density for temp drop off

Definition at line 76 of file thermal.h.

Referenced by ConvTempEdenIoniz(), and ParseTLaw().

◆ T0BD96

realnum t_thermal::T0BD96

the initial temperature in their equation

Definition at line 74 of file thermal.h.

Referenced by ConvTempEdenIoniz(), and ParseTLaw().

◆ T0SN99

realnum t_thermal::T0SN99

these incorporate the Sternberg & Neufeld density/temperature relationship

Definition at line 79 of file thermal.h.

Referenced by ConvTempEdenIoniz(), and ParseTLaw().

◆ te_update

double t_thermal::te_update

this is set to phycon.te in tfidle, is used to insure that all temp vars are properly updated when conv_ionizeopacitydo is called NB must be same type as phycon.te

Definition at line 128 of file thermal.h.

Referenced by ConvBase(), and tfidle().

◆ thist

realnum t_thermal::thist

remember the highest and lowest temperature that occurs in the model

Definition at line 56 of file thermal.h.

Referenced by ConvPresTempEdenIoniz(), InitSimPostparse(), IterStart(), PrtComment(), and PrtFinal().

◆ tlowst

realnum t_thermal::tlowst

Definition at line 57 of file thermal.h.

Referenced by ConvPresTempEdenIoniz(), InitSimPostparse(), IterStart(), and PrtFinal().

◆ totcol

double t_thermal::totcol

integrated cooling over model

Definition at line 110 of file thermal.h.

Referenced by IterStart(), lines(), PrtComment(), PrtFinal(), and zero().

◆ tsq1

double t_thermal::tsq1

◆ wlCoolHeatMax

realnum t_thermal::wlCoolHeatMax

Definition at line 106 of file thermal.h.

Referenced by CoolSum(), PrtComment(), and zero().


The documentation for this struct was generated from the following file: