CAMP 1.0.0
Chemistry Across Multiple Phases
|
The rxn_SIMPOL_phase_transfer_t type and associated functions. More...
Data Types | |
interface | rxn_simpol_phase_transfer_t |
Generic test reaction data type. More... | |
Functions/Subroutines | |
type(rxn_simpol_phase_transfer_t) function, pointer | constructor () |
Constructor for Phase transfer reaction. | |
subroutine | 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. | |
elemental subroutine | finalize (this) |
Finalize the reaction. | |
The rxn_SIMPOL_phase_transfer_t type and associated functions.
|
private |
Constructor for Phase transfer reaction.
Definition at line 166 of file rxn_SIMPOL_phase_transfer.F90.
|
private |
Finalize the reaction.
[in,out] | this | Reaction data |
Definition at line 435 of file rxn_SIMPOL_phase_transfer.F90.
|
private |
Initialize the reaction data, validating component data and loading any required information into the condensed data arrays for use during solving.
[in,out] | this | Reaction data |
[in] | chem_spec_data | Chemical species data |
[in] | aero_rep | Aerosol representations |
[in] | n_cells | Number of grid cells to solve simultaneously |
Definition at line 181 of file rxn_SIMPOL_phase_transfer.F90.