The camp_rxn_SIMPOL_phase_transfer module.
More...
Go to the source code of this file.
The camp_rxn_SIMPOL_phase_transfer module.
Definition in file rxn_SIMPOL_phase_transfer.F90.
◆ AERO_ACT_ID_
#define AERO_ACT_ID_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+num_aero_phase_+x)
◆ AERO_ACT_JAC_ID_
#define AERO_ACT_JAC_ID_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+1+6*num_aero_phase_+x)
◆ AERO_PHASE_ID_
#define AERO_PHASE_ID_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+2*num_aero_phase_+x)
◆ AERO_REP_ID_
#define AERO_REP_ID_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+3*num_aero_phase_+x)
◆ AERO_SPEC_
Value: 1this%condensed_data_int(num_int_prop_+x)
◆ B1_
#define B1_ this%condensed_data_real(5) |
◆ B2_
#define B2_ this%condensed_data_real(6) |
◆ B3_
#define B3_ this%condensed_data_real(7) |
◆ B4_
#define B4_ this%condensed_data_real(8) |
◆ CONV_
#define CONV_ this%condensed_data_real(9) |
◆ DELTA_H_
#define DELTA_H_ this%condensed_data_real(1) |
◆ DELTA_S_
#define DELTA_S_ this%condensed_data_real(2) |
◆ DERIV_ID_
Value: 1this%condensed_data_int(num_int_prop_+4*num_aero_phase_+x)
◆ DIFF_COEFF_
#define DIFF_COEFF_ this%condensed_data_real(3) |
◆ EFF_RAD_JAC_ELEM_
#define EFF_RAD_JAC_ELEM_ |
( |
| x, |
|
|
| e ) |
Value: 1this%condensed_data_real(phase_real_loc_(x)-1+e)
◆ GAS_ACT_JAC_ID_
#define GAS_ACT_JAC_ID_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+1+5*num_aero_phase_+x)
◆ GAS_SPEC_
#define GAS_SPEC_ this%condensed_data_int(2) |
◆ JAC_ID_
Value: 1this%condensed_data_int(num_int_prop_+1+7*num_aero_phase_+x)
◆ MASS_JAC_ELEM_
#define MASS_JAC_ELEM_ |
( |
| x, |
|
|
| e ) |
Value: 1this%condensed_data_real(phase_real_loc_(x)-1+2*num_aero_phase_jac_elem_(x)+e)
◆ MW_
#define MW_ this%condensed_data_real(10) |
◆ MW_JAC_ELEM_
#define MW_JAC_ELEM_ |
( |
| x, |
|
|
| e ) |
Value: 1this%condensed_data_real(phase_real_loc_(x)-1+3*num_aero_phase_jac_elem_(x)+e)
◆ NUM_AERO_PHASE_
#define NUM_AERO_PHASE_ this%condensed_data_int(1) |
◆ NUM_AERO_PHASE_JAC_ELEM_
#define NUM_AERO_PHASE_JAC_ELEM_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(phase_int_loc_(x))
◆ NUM_CONC_JAC_ELEM_
#define NUM_CONC_JAC_ELEM_ |
( |
| x, |
|
|
| e ) |
Value: 1this%condensed_data_real(phase_real_loc_(x)-1+num_aero_phase_jac_elem_(x)+e)
◆ NUM_ENV_PARAM_
◆ NUM_INT_PROP_
◆ NUM_REAL_PROP_
#define NUM_REAL_PROP_ 10 |
◆ PHASE_INT_LOC_
#define PHASE_INT_LOC_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+2+10*num_aero_phase_+x)
◆ PHASE_JAC_ID_
#define PHASE_JAC_ID_ |
( |
| x, |
|
|
| s, |
|
|
| e ) |
Value: 1this%condensed_data_int(phase_int_loc_(x)+(s-1)*num_aero_phase_jac_elem_(x)+e)
◆ PHASE_REAL_LOC_
#define PHASE_REAL_LOC_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+2+11*num_aero_phase_+x)
◆ PRE_C_AVG_
#define PRE_C_AVG_ this%condensed_data_real(4) |