#include "cddefines.h"#include "physconst.h"#include "h2.h"#include "h2_priv.h"#include "hmi.h"#include "rfield.h"#include "thirdparty.h"#include "ipoint.h"#include "mole.h"Go to the source code of this file.
Functions | |
| STATIC void | GetDissociationRateCoeff (diss_tran &tran) |
| double | MolDissocCrossSection (const diss_tran &tran, const double &Mol_Ene) |
| STATIC void GetDissociationRateCoeff | ( | diss_tran & | tran | ) |
Definition at line 191 of file mole_dissociate.cpp.
References t_rfield::anu, t_rfield::ConInterOut, DEBUG_ENTRY, diss_tran::energies, t_rfield::flux, ipoint(), MIN2, MolDissocCrossSection(), t_rfield::nflux, t_rfield::outlin, t_rfield::outlin_noplot, diss_tran::rate_coeff, and rfield.
Referenced by diatomics::Mol_Photo_Diss_Rates().
| double MolDissocCrossSection | ( | const diss_tran & | tran, | |
| const double & | Mol_Ene | |||
| ) |
Definition at line 121 of file mole_dissociate.cpp.
References ASSERT, DEBUG_ENTRY, diss_tran::energies, linint(), powi(), and diss_tran::xsections.
Referenced by GetDissociationRateCoeff(), diatomics::MolDissocOpacity(), and OpacityCreateAll().
1.6.1