CAMP 1.0.0
Chemistry Across Multiple Phases
Data Types | Modules | Macros | Functions/Subroutines
rxn_emission.F90 File Reference

The camp_rxn_emission module. More...

Go to the source code of this file.

Data Types

interface  camp_rxn_emission::rxn_emission_t
 Generic test reaction data type. More...
 
type  camp_rxn_emission::rxn_update_data_emission_t
 Emission rate update object. More...
 
interface  camp_rxn_emission::rxn_emission_create_rate_update_data
 Interface to c reaction functions. More...
 
interface  camp_rxn_emission::rxn_emission_set_rate_update_data
 Set a new emission rate. More...
 
interface  camp_rxn_emission::rxn_free_update_data
 Free an update rate data object. More...
 

Modules

module  camp_rxn_emission
 The rxn_emission_t type and associated functions.
 

Macros

#define RXN_ID_   this%condensed_data_int(1)
 
#define SPECIES_   this%condensed_data_int(2)
 
#define DERIV_ID_   this%condensed_data_int(3)
 
#define SCALING_   this%condensed_data_real(1)
 
#define NUM_INT_PROP_   3
 
#define NUM_REAL_PROP_   1
 
#define NUM_ENV_PARAM_   2
 

Functions/Subroutines

type(rxn_emission_t) function, pointer camp_rxn_emission::constructor ()
 Constructor for Emission reaction.
 
subroutine camp_rxn_emission::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.
 
type(property_t) function, pointer camp_rxn_emission::get_property_set (this)
 Get the reaction properties. (For use by external modules.)
 
elemental subroutine camp_rxn_emission::finalize (this)
 Finalize the reaction.
 
subroutine camp_rxn_emission::update_data_rate_set (this, base_rate)
 Set packed update data for emission rate constants.
 
subroutine camp_rxn_emission::update_data_initialize (this, update_data, rxn_type)
 Initialize update data.
 
integer(kind=i_kind) function camp_rxn_emission::internal_pack_size (this, comm)
 Determine the size of a binary required to pack the reaction data.
 
subroutine camp_rxn_emission::internal_bin_pack (this, buffer, pos, comm)
 Pack the given value to the buffer, advancing position.
 
subroutine camp_rxn_emission::internal_bin_unpack (this, buffer, pos, comm)
 Unpack the given value from the buffer, advancing position.
 
elemental subroutine camp_rxn_emission::update_data_finalize (this)
 Finalize an update data object.
 

Detailed Description

The camp_rxn_emission module.

Definition in file rxn_emission.F90.

Macro Definition Documentation

◆ DERIV_ID_

#define DERIV_ID_   this%condensed_data_int(3)

◆ NUM_ENV_PARAM_

#define NUM_ENV_PARAM_   2

◆ NUM_INT_PROP_

#define NUM_INT_PROP_   3

◆ NUM_REAL_PROP_

#define NUM_REAL_PROP_   1

◆ RXN_ID_

#define RXN_ID_   this%condensed_data_int(1)

◆ SCALING_

#define SCALING_   this%condensed_data_real(1)

◆ SPECIES_

#define SPECIES_   this%condensed_data_int(2)