|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
Add condensed reaction data to the solver data block. More...
Private Member Functions | |
| subroutine | rxn_add_condensed_data (rxn_type, n_int_param, n_float_param, n_env_param, int_param, float_param, solver_data) |
Add condensed reaction data to the solver data block.
Definition at line 202 of file camp_solver_data.F90.
|
private |
| rxn_type | Reaction type |
| n_int_param | Number of integer parameters to add |
| n_float_param | Number of floating-point parameters to add |
| n_env_param | Number of environment-dependent parameters to add |
| int_param | Pointer to the integer parameter array |
| float_param | Pointer to the floating-point parameter array |
| solver_data | Pointer to the solver data |
Definition at line 202 of file camp_solver_data.F90.