CAMP 1.0.0
Chemistry Across Multiple Phases
|
Add condensed sub model data to the solver data block. More...
Public Member Functions | |
subroutine | sub_model_add_condensed_data (sub_model_type, n_int_param, n_float_param, n_env_param, int_param, float_param, solver_data) |
Add condensed sub model data to the solver data block.
Definition at line 246 of file camp_solver_data.F90.
subroutine camp_camp_solver_data::sub_model_add_condensed_data::sub_model_add_condensed_data | ( | integer(kind=c_int), value | sub_model_type, |
integer(kind=c_int), value | n_int_param, | ||
integer(kind=c_int), value | n_float_param, | ||
integer(kind=c_int), value | n_env_param, | ||
type(c_ptr), value | int_param, | ||
type(c_ptr), value | float_param, | ||
type(c_ptr), value | solver_data | ||
) |
sub_model_type | Sub model 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 246 of file camp_solver_data.F90.