CAMP 1.0.0
Chemistry Across Multiple Phases
rxn_arrhenius.F90 File Reference

The camp_rxn_arrhenius module. More...

Go to the source code of this file.

Data Types

type  camp_rxn_arrhenius::rxn_arrhenius_t
 Generic test reaction data type. More...
 

Modules

module  camp_rxn_arrhenius
 The rxn_arrhenius_t type and associated functions.
 

Macros

#define NUM_REACT_   this%condensed_data_int(1)
 
#define NUM_PROD_   this%condensed_data_int(2)
 
#define A_   this%condensed_data_real(1)
 
#define B_   this%condensed_data_real(2)
 
#define C_   this%condensed_data_real(3)
 
#define D_   this%condensed_data_real(4)
 
#define E_   this%condensed_data_real(5)
 
#define CONV_   this%condensed_data_real(6)
 
#define NUM_INT_PROP_   2
 
#define NUM_REAL_PROP_   6
 
#define NUM_ENV_PARAM_   1
 
#define REACT_(x)
 
#define PROD_(x)
 
#define DERIV_ID_(x)
 
#define JAC_ID_(x)
 
#define YIELD_(x)
 

Functions/Subroutines

type(rxn_arrhenius_t) function, pointer camp_rxn_arrhenius::constructor ()
 Constructor for Arrhenius reaction.
 
subroutine camp_rxn_arrhenius::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.
 
subroutine camp_rxn_arrhenius::finalize (this)
 Finalize the reaction.
 
subroutine camp_rxn_arrhenius::finalize_array (this)
 Finalize an array of reactions.
 

Detailed Description

The camp_rxn_arrhenius module.

Definition in file rxn_arrhenius.F90.

Macro Definition Documentation

◆ A_

#define A_   this%condensed_data_real(1)

◆ B_

#define B_   this%condensed_data_real(2)

◆ C_

#define C_   this%condensed_data_real(3)

◆ CONV_

#define CONV_   this%condensed_data_real(6)

◆ D_

#define D_   this%condensed_data_real(4)

◆ DERIV_ID_

#define DERIV_ID_ ( x)
Value:
1this%condensed_data_int(num_int_prop_ + num_react_ + num_prod_ + x)

◆ E_

#define E_   this%condensed_data_real(5)

◆ JAC_ID_

#define JAC_ID_ ( x)
Value:
1this%condensed_data_int(num_int_prop_ + 2*(num_react_+num_prod_) + x)

◆ NUM_ENV_PARAM_

#define NUM_ENV_PARAM_   1

◆ NUM_INT_PROP_

#define NUM_INT_PROP_   2

◆ NUM_PROD_

#define NUM_PROD_   this%condensed_data_int(2)

◆ NUM_REACT_

#define NUM_REACT_   this%condensed_data_int(1)

◆ NUM_REAL_PROP_

#define NUM_REAL_PROP_   6

◆ PROD_

#define PROD_ ( x)
Value:
1this%condensed_data_int(num_int_prop_ + num_react_ + x)

◆ REACT_

#define REACT_ ( x)
Value:
1this%condensed_data_int(num_int_prop_ + x)

◆ YIELD_

#define YIELD_ ( x)
Value:
1this%condensed_data_real(num_real_prop_ + x)