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

The camp_rxn_condensed_phase_diffusion module. More...

Go to the source code of this file.

Data Types

interface  camp_rxn_condensed_phase_diffusion::rxn_condensed_phase_diffusion_t
 Generic test reaction data type. More...
 

Modules

module  camp_rxn_condensed_phase_diffusion
 The rxn_condensed_phase_diffusion_t type and associated functions.
 

Functions/Subroutines

type(rxn_condensed_phase_diffusion_t) function, pointer camp_rxn_condensed_phase_diffusion::constructor ()
 Constructor for condensed phase diffusion reaction. More...
 
subroutine camp_rxn_condensed_phase_diffusion::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. More...
 
subroutine camp_rxn_condensed_phase_diffusion::finalize (this)
 Finalize the reaction. More...
 
subroutine camp_rxn_condensed_phase_diffusion::finalize_array (this)
 Finalize an array of reactions. More...
 

Detailed Description

The camp_rxn_condensed_phase_diffusion module.

Definition in file rxn_condensed_phase_diffusion.F90.