#include "cddefines.h"#include "physconst.h"#include "hydrogenic.h"#include "phycon.h"#include "iso.h"

Go to the source code of this file.
Functions | |
| double | HydroRecCool (long int n, long int nelem) |
| double | HCoolRatio (double t) |
| double HCoolRatio | ( | double | t | ) |
returns the ratio of recombination cooling to recombination coefficient
| t | the scaled temperature, T * n^2 / Z^2, n is prin quant number, Z is charge, 1 for H |
Definition at line 131 of file hydroreccool.cpp.
References DEBUG_ENTRY, DEBUG_EXIT, x1, and x2.
Referenced by HydroRecCool(), and iso_cool().
| double HydroRecCool | ( | long int | n, | |
| long int | ipZ | |||
| ) |
HydroRecCool hydrogen recombination cooling
| n | ||
| ipZ |
Definition at line 10 of file hydroreccool.cpp.
References ASSERT, BOLTZMANN, cdEXIT(), DEBUG_ENTRY, DEBUG_EXIT, HCoolRatio(), ioQQQ, ipH_LIKE, ipRecRad, iso, phycon, POW2, POW3, powi(), t_iso::RadRecomb, t_phycon::sqlogz, t_phycon::te, and t_phycon::telogn.
Referenced by iso_cool(), and PunchDo().

1.5.5