|
cloudy
trunk
|
#include "cddefines.h"#include "geometry.h"#include "dense.h"#include "mean.h"#include "elementnames.h"#include "prt.h"
Go to the source code of this file.
Functions | |
| void | PrtMeanIon (char chType, bool lgDensity, FILE *ioMEAN) |
| void PrtMeanIon | ( | char | chType, |
| bool | lgDensity, | ||
| FILE * | |||
| ) |
PrtMeanIon print mean ionization fractions for all elements, output will go to stream pointed to by argument chTyp is either 'i' or 't' for mean ionization or temperature
| chType | |
| lgDensity | true include density, false do not |
Definition at line 11 of file prt_meanion.cpp.
References ASSERT, t_elementnames::chElementName, DEBUG_ENTRY, dense, elementnames, geometry, ioQQQ, ipHELIUM, ipHYDROGEN, t_dense::lgElmtOn, t_geometry::lgGeoPP, LIMELM, MeanIonRadius(), MeanIonVolume(), and MIN2.
Referenced by PrtFinal(), and PunchDo().

1.8.3.1