#include "cddefines.h"#include "cddrive.h"#include "physconst.h"#include "taulines.h"#include "atoms.h"#include "conv.h"#include "secondaries.h"#include "pressure.h"#include "trace.h"#include "hmi.h"#include "hextra.h"#include "mole.h"#include "rt.h"#include "radius.h"#include "ipoint.h"#include "phycon.h"#include "thermal.h"#include "dense.h"#include "rfield.h"#include "lines_service.h"#include "h2.h"#include "h2_priv.h"Go to the source code of this file.
Defines | |
| #define | PRT_POPS false |
| #define | LIM_H2_POP_LOOP 10 |
| #define | H2_DISS_ALLISON_DALGARNO 6e-19f |
Functions | |
| double | cdH2_colden (long iVib, long iRot) |
Variables | |
| static realnum | collider_density [N_X_COLLIDER] |
| static realnum | collider_density_total_not_H2 |
| #define H2_DISS_ALLISON_DALGARNO 6e-19f |
Definition at line 27 of file mole_h2.cpp.
Referenced by diatomics::H2_LevelPops(), and diatomics::H2_X_sink_and_source().
| #define LIM_H2_POP_LOOP 10 |
Definition at line 24 of file mole_h2.cpp.
Referenced by diatomics::H2_LevelPops().
| #define PRT_POPS false |
Definition at line 22 of file mole_h2.cpp.
Referenced by diatomics::H2_Cooling(), and diatomics::H2_LevelPops().
| double cdH2_colden | ( | long | iVib, | |
| long | iRot | |||
| ) |
cdH2_colden return column density in H2, returns -1 if cannot find state, header is in cdDrive, source in h2.c
Definition at line 2301 of file mole_h2.cpp.
References diatomics::GetXColden(), h2, ioQQQ, diatomics::lgEnabled, diatomics::ortho_colden, and diatomics::para_colden.
Referenced by cdColm(), and lgCheckMonitors().
realnum collider_density[N_X_COLLIDER] [static] |
Definition at line 51 of file mole_h2.cpp.
Referenced by diatomics::H2_Cooling(), diatomics::H2_X_coll_rate_evaluate(), and diatomics::H2_X_sink_and_source().
realnum collider_density_total_not_H2 [static] |
Definition at line 52 of file mole_h2.cpp.
Referenced by diatomics::H2_X_sink_and_source().
1.6.1