The rxn_arrhenius_t type and associated functions.
More...
|
type(rxn_arrhenius_t) function, pointer | constructor () |
| Constructor for Arrhenius reaction.
|
|
subroutine | initialize (this, chem_spec_data, aero_rep, n_cells) |
| Initialize the reaction data, validating component data and loading any required information into the condensed data arrays for use during solving.
|
|
elemental subroutine | finalize (this) |
| Finalize the reaction.
|
|
The rxn_arrhenius_t type and associated functions.
◆ constructor()
Constructor for Arrhenius reaction.
- Returns
- A new reaction instance
Definition at line 118 of file rxn_arrhenius.F90.
◆ finalize()
elemental subroutine camp_rxn_arrhenius::finalize |
( |
type(rxn_arrhenius_t), intent(inout) |
this | ) |
|
|
private |
Finalize the reaction.
- Parameters
-
[in,out] | this | Reaction data |
Definition at line 292 of file rxn_arrhenius.F90.
◆ initialize()
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_rep | Aerosol representations |
[in] | n_cells | Number of grid cells being solved simultaneously |
Definition at line 133 of file rxn_arrhenius.F90.