#include "cddefines.h"#include "thermal.h"#include "radius.h"#include "conv.h"#include "lines_service.h"#include "dense.h"#include "taulines.h"#include "phycon.h"#include "elementnames.h"#include "dynamics.h"#include "save.h"Go to the source code of this file.
Functions | |
| void | SaveHeat (FILE *io) |
Variables | |
| static const int | IPRINT = 9 |
| void SaveHeat | ( | FILE * | io | ) |
SaveHeat save contributors to local heating, with save heat command, called by punch_do
| io |
Definition at line 22 of file heat_save.cpp.
References ASSERT, CALLOC, cdEXIT, t_thermal::chClntLab, t_elementnames::chElementSym, t_elementnames::chIonStage, chLabel, chLineLbl(), t_collision::col_str, transition::Coll, t_thermal::collam, conv, t_dynamics::Cool(), t_thermal::ctot, dBaseLines, DEBUG_ENTRY, dense, t_radius::depth_mid_zone, dynamics, elementnames, transition::Emis, FndLineHt(), t_collision::heat, t_dynamics::Heat(), t_thermal::heating, t_thermal::heatnt, HFLines, t_thermal::htot, ioQQQ, IPRINT, t_conv::lgConvEden, t_conv::lgConvIoniz, t_conv::lgConvPres, t_conv::lgConvTemp, LIMELM, MIN2, t_thermal::ncltot, t_emission::Pesc, phycon, t_emission::pump, radius, save, SDIV(), SMALLFLOAT, spsort(), t_emission::TauIn, TauLine2, TauLines, t_phycon::te, thermal, t_emission::tran, t_save::WeakHeatCool, and t_dense::xIonDense.
Referenced by SaveDo().
const int IPRINT = 9 [static] |
Definition at line 18 of file heat_save.cpp.
Referenced by SaveHeat().
1.6.1