|
double precision, dimension(:,:), allocatable | rxns::reactionrates |
|
integer | rxns::nrr |
|
integer | rxns::n_all |
|
logical, dimension(0:dim_m, dim_n_g) | rxns::rdatabase |
|
logical | rxns::rrate |
|
logical | rxns::use_rrates |
|
double precision, dimension(:,:), allocatable | rxns::r_gp |
|
double precision, dimension(:,:), allocatable | rxns::rox_gc |
|
double precision, dimension(:), allocatable | rxns::sum_r_g |
|
double precision, dimension(:,:,:), allocatable | rxns::r_sp |
|
double precision, dimension(:,:,:), allocatable | rxns::rox_sc |
|
double precision, dimension(:,:), allocatable | rxns::sum_r_s |
|
double precision, dimension(:,:), allocatable | rxns::r_phase |
|
integer | rxns::no_of_rxns |
|
character(len=18), dimension(dim_n_all) | rxns::species_name |
|
character(len=18), dimension(dim_n_g) | rxns::species_g |
|
character(len=32), dimension(dim_n_g) | rxns::species_alias_g |
|
character(len=18), dimension(dim_m, dim_n_s) | rxns::species_s |
|
character(len=32), dimension(dim_m, dim_n_s) | rxns::species_alias_s |
|
type(reaction_block), dimension(:), allocatable, target | rxns::reactio |
|