#include "cddefines.h"
#include "thermal.h"
#include "dynamics.h"
#include "radius.h"
#include "conv.h"
#include "phycon.h"
#include "punch.h"
Go to the source code of this file.
Functions | |
void | CoolPunch (FILE *io) |
Variables | |
static const int | IPRINT = 100 |
void CoolPunch | ( | FILE * | io | ) |
CoolPunch punch coolants, called by punch_do
io |
Definition at line 16 of file cool_punch.cpp.
References CALLOC, t_thermal::chClntLab, t_thermal::collam, conv, t_dynamics::Cool, t_thermal::cooling, t_thermal::ctot, DEBUG_ENTRY, DEBUG_EXIT, t_radius::depth_mid_zone, dynamics, t_dynamics::Heat, t_thermal::heatnt, t_thermal::htot, IPRINT, t_conv::lgConvEden, t_conv::lgConvIoniz, t_conv::lgConvPres, t_conv::lgConvTemp, MAX2, MIN2, t_thermal::ncltot, phycon, punch, radius, sign(), spsort(), t_phycon::te, thermal, and t_punch::WeakHeatCool.
Referenced by PunchDo().
const int IPRINT = 100 [static] |