#include <h2_priv.h>
Public Member Functions | |
| diss_tran (diss_level a, diss_level b) | |
Data Fields | |
| diss_level | initial |
| diss_level | final |
| vector< double > | energies |
| vector< double > | xsections |
| double | rate_coeff |
Definition at line 31 of file h2_priv.h.
| diss_tran::diss_tran | ( | diss_level | a, | |
| diss_level | b | |||
| ) | [inline, explicit] |
| vector<double> diss_tran::energies |
Definition at line 43 of file h2_priv.h.
Referenced by diss_tran(), GetDissociationRateCoeff(), diatomics::GetHeatRate(), and MolDissocCrossSection().
Definition at line 41 of file h2_priv.h.
Referenced by diss_tran(), diatomics::GetDissociationRate(), diatomics::GetHeatRate(), and diatomics::MolDissocOpacity().
| double diss_tran::rate_coeff |
Definition at line 45 of file h2_priv.h.
Referenced by diss_tran(), diatomics::GetDissociationRate(), GetDissociationRateCoeff(), and diatomics::GetHeatRate().
| vector<double> diss_tran::xsections |
Definition at line 44 of file h2_priv.h.
Referenced by diss_tran(), and MolDissocCrossSection().
1.6.1