#include "cddefines.h"#include "lines.h"#include "mole.h"#include "conv.h"#include "rfield.h"#include "iterations.h"#include "trace.h"#include "dense.h"#include "colden.h"#include "taulines.h"#include "hmi.h"#include "prt.h"#include "phycon.h"#include "geometry.h"#include "stopcalc.h"#include "opacity.h"#include "thermal.h"#include "cooling.h"#include "pressure.h"#include "radius.h"#include "called.h"#include "wind.h"#include "hcmap.h"Include dependency graph for iter_end_chk.cpp:

Go to the source code of this file.
Defines | |
| #define | EPS 1.00001 |
| #define | EPS 0.005 |
Functions | |
| STATIC void | dmpary (void) |
| int | iter_end_check (void) |
| #define EPS 0.005 |
Definition at line 490 of file iter_end_chk.cpp.
| #define EPS 1.00001 |
Definition at line 490 of file iter_end_chk.cpp.
| STATIC void dmpary | ( | void | ) |
Definition at line 492 of file iter_end_chk.cpp.
References t_thermal::chClntLab, t_thermal::collam, t_thermal::cooling, coolpr(), t_thermal::ctot, DEBUG_ENTRY, EPS, t_thermal::heatnt, t_thermal::htot, ioQQQ, t_thermal::ncltot, nzone, phycon, t_phycon::te, and thermal.
Here is the call graph for this function:

| int iter_end_check | ( | void | ) |
iter_end_check called by Cloudy after each zone to determine whether iteration is complete returns true if iteration is complete, false if not
Definition at line 36 of file iter_end_chk.cpp.
References COmole, DEBUG_ENTRY, ioQQQ, ipOXYGEN, t_trace::lgTrace, mole, t_mole::num_comole_calc, nzone, and trace.
Referenced by cloudy().
1.4.7