The rxn_condensed_phase_arrhenius_t type and associated functions.
More...
The rxn_condensed_phase_arrhenius_t type and associated functions.
◆ constructor()
◆ finalize()
◆ finalize_array()
◆ initialize()
| subroutine camp_rxn_condensed_phase_arrhenius::initialize |
( |
class(rxn_condensed_phase_arrhenius_t), intent(inout) |
this, |
|
|
type(chem_spec_data_t), intent(in) |
chem_spec_data, |
|
|
type(aero_phase_data_ptr), dimension(:), intent(in) |
aero_phase, |
|
|
type(aero_rep_data_ptr), dimension(:), intent(in), pointer |
aero_rep, |
|
|
integer(kind=i_kind), intent(in) |
n_cells |
|
) |
| |
|
private |
Initialize the reaction data, validating component data and loading any required information into the condensed data arrays for use during solving.
- Parameters
-
| [in,out] | this | Reaction data |
| [in] | chem_spec_data | Chemical species data |
| [in] | aero_phase | Aerosol phase data |
| [in] | aero_rep | Aerosol representations |
| [in] | n_cells | Number of grid cells to solve simultaneously |
Definition at line 153 of file rxn_condensed_phase_arrhenius.F90.