CAMP 1.0.0
Chemistry Across Multiple Phases
Data Types | Functions/Subroutines
camp_rxn_wennberg_tunneling Module Reference

The rxn_wennberg_tunneling_t type and associated functions. More...

Data Types

interface  rxn_wennberg_tunneling_t
 Generic test reaction data type. More...
 

Functions/Subroutines

type(rxn_wennberg_tunneling_t) function, pointer constructor ()
 Constructor for Wennberg tunneling 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.
 

Detailed Description

The rxn_wennberg_tunneling_t type and associated functions.

Function/Subroutine Documentation

◆ constructor()

type(rxn_wennberg_tunneling_t) function, pointer camp_rxn_wennberg_tunneling::constructor
private

Constructor for Wennberg tunneling reaction.

Returns
A new reaction instance

Definition at line 107 of file rxn_wennberg_tunneling.F90.

◆ finalize()

elemental subroutine camp_rxn_wennberg_tunneling::finalize ( type(rxn_wennberg_tunneling_t), intent(inout)  this)
private

Finalize the reaction.

Parameters
[in,out]thisReaction data

Definition at line 260 of file rxn_wennberg_tunneling.F90.

◆ initialize()

subroutine camp_rxn_wennberg_tunneling::initialize ( class(rxn_wennberg_tunneling_t), intent(inout)  this,
type(chem_spec_data_t), intent(in)  chem_spec_data,
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]thisReaction data
[in]chem_spec_dataChemical species data
[in]aero_repAerosol representations
[in]n_cellsNumber of grid cells being solved simultaneously

Definition at line 122 of file rxn_wennberg_tunneling.F90.

Here is the call graph for this function: