MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Go to the source code of this file.
Modules | |
module | mod_ionization_degree |
module ionization degree - get ionization degree for given temperature | |
Functions/Subroutines | |
subroutine | mod_ionization_degree::ionization_degree_init () |
subroutine | mod_ionization_degree::ionization_degree_from_temperature (ixIL, ixOL, Te, iz_H, iz_He) |
double precision function | mod_ionization_degree::r_ideal_gas_law_partial_ionization (Te) |
Variables | |
double precision, dimension(:), allocatable | mod_ionization_degree::te_h_table |
double precision, dimension(:), allocatable | mod_ionization_degree::iz_h_table |
double precision | mod_ionization_degree::te_table_min |
double precision | mod_ionization_degree::te_table_max |
double precision | mod_ionization_degree::te_table_step |
double precision | mod_ionization_degree::inv_te_table_step |
double precision | mod_ionization_degree::te_low_iz_he =5413.d0 |