|
cloudy
trunk
|
#include "cddefines.h"#include "taulines.h"#include "iso.h"#include "phycon.h"#include "elementnames.h"#include "dense.h"#include "conv.h"#include "lines.h"#include "prt.h"#include "h2.h"#include "thermal.h"#include "cooling.h"#include "save.h"#include "mole.h"
Go to the source code of this file.
Functions | |
| NORETURN void | SaveLineData (FILE *ioPUN) |
| void | PrintLineDataHeader (FILE *ioPUN) |
| void | Save1LineData (const TransitionProxy &t, FILE *ioPUN, bool lgCS_2) |
| void PrintLineDataHeader | ( | FILE * | ioPUN | ) |
Definition at line 246 of file save_linedata.cpp.
References fprintf().
Referenced by SaveLineData().

| void Save1LineData | ( | const TransitionProxy & | t, |
| FILE * | io, | ||
| bool | lgCS_2 | ||
| ) |
Save1LineData data for save one line
| t | |
| io | |
| lgCS_2 | this flag says whether collision strength should be saveed - should be false for multi level atoms since sums are not done properly |
Definition at line 253 of file save_linedata.cpp.
References AnuUnit(), EmissionProxy::Aul(), t_save::chConSavEnr, chIonLbl(), CollisionProxy::col_str(), TransitionProxy::Coll(), EmissionProxy::damp(), DEBUG_ENTRY, TransitionProxy::Emis(), TransitionProxy::EnergyRyd(), fprintf(), EmissionProxy::gf(), TransitionProxy::Hi(), t_save::ipConPun, TransitionProxy::ipCont(), TransitionProxy::Lo(), phycon, PrintEfmt, prt_wl(), save, t_phycon::sqrte, and TransitionProxy::WLAng().
Referenced by diatomics::H2_Punch_line_data(), and SaveLineData().

| NORETURN void SaveLineData | ( | FILE * | io | ) |
SaveLineData punches selected line data for all lines transferred in code
| io |
Definition at line 20 of file save_linedata.cpp.
References cdEXIT, t_elementnames::chElementName, chIonLbl(), t_thermal::ConstTemp, CoolEvaluate(), dBaseTrans, DEBUG_ENTRY, molezone::den, dense, diatoms, EdenChange(), t_dense::EdenHCorr, elementnames, EXIT_FAILURE, EXIT_SUCCESS, findspecieslocal(), fprintf(), HFLines, Singleton< t_ADfA >::Inst(), ioQQQ, ipH1s, ipH_LIKE, ipHe1s1S, ipHE_LIKE, ipHYDROGEN, ipSatelliteLines, iso_collide(), iso_ctrl, iso_sp, t_isoCTRL::lgDielRecom, t_dense::lgElmtOn, t_thermal::lgTemperatureConstant, LIMELM, LineSave, MIN2, NISO, NRECCOEFCNO, nSpecies, t_iso_sp::numLevels_max, nWindLine, phycon, PrintLineDataHeader(), t_ADfA::rec_lines(), t_LineSave::RecCoefCNO, SatelliteLines, Save1LineData(), SDIV(), t_dense::SetGasPhaseDensity(), TransitionList::size(), TauLine2, t_phycon::te, TempChange(), thermal, UTALines, and t_dense::xIonDense.
Referenced by SaveDo().

1.8.5