|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
The camp_rxn_wennberg_no_ro2 module. More...
Go to the source code of this file.
Data Types | |
| type | camp_rxn_wennberg_no_ro2::rxn_wennberg_no_ro2_t |
| Generic test reaction data type. More... | |
Modules | |
| module | camp_rxn_wennberg_no_ro2 |
| The rxn_wennberg_no_ro2_t type and associated functions. | |
Macros | |
| #define | NUM_REACT_ this%condensed_data_int(1) |
| #define | NUM_ALKOXY_PROD_ this%condensed_data_int(2) |
| #define | NUM_NITRATE_PROD_ this%condensed_data_int(3) |
| #define | X_ this%condensed_data_real(1) |
| #define | Y_ this%condensed_data_real(2) |
| #define | a0_ this%condensed_data_real(3) |
| #define | n_ this%condensed_data_real(4) |
| #define | CONV_ this%condensed_data_real(5) |
| #define | NUM_INT_PROP_ 3 |
| #define | NUM_REAL_PROP_ 5 |
| #define | NUM_ENV_PARAM_ 2 |
| #define | REACT_(x) |
| #define | PROD_(x) |
| #define | DERIV_ID_(x) |
| #define | JAC_ID_(x) |
| #define | YIELD_(x) |
Functions/Subroutines | |
| type(rxn_wennberg_no_ro2_t) function, pointer | camp_rxn_wennberg_no_ro2::constructor () |
| Constructor for Wennberg no_ro2 reaction. | |
| subroutine | camp_rxn_wennberg_no_ro2::initialize (this, chem_spec_data, aero_phase, 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_wennberg_no_ro2::finalize (this) |
| Finalize the reaction. | |
| subroutine | camp_rxn_wennberg_no_ro2::finalize_array (this) |
| Finalize an array of reactions. | |
The camp_rxn_wennberg_no_ro2 module.
Definition in file rxn_wennberg_no_ro2.F90.
| #define a0_ this%condensed_data_real(3) |
| #define CONV_ this%condensed_data_real(5) |
| #define DERIV_ID_ | ( | x | ) |
| #define JAC_ID_ | ( | x | ) |
| #define n_ this%condensed_data_real(4) |
| #define NUM_ALKOXY_PROD_ this%condensed_data_int(2) |
| #define NUM_ENV_PARAM_ 2 |
| #define NUM_INT_PROP_ 3 |
| #define NUM_NITRATE_PROD_ this%condensed_data_int(3) |
| #define NUM_REACT_ this%condensed_data_int(1) |
| #define NUM_REAL_PROP_ 5 |
| #define PROD_ | ( | x | ) |
| #define REACT_ | ( | x | ) |
| #define X_ this%condensed_data_real(1) |
| #define Y_ this%condensed_data_real(2) |
| #define YIELD_ | ( | x | ) |