| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Real64Ptr_), | public, | allocatable | :: | substances(:) | |||
| type(String_), | public, | allocatable | :: | substance_names(:) | |||
| integer, | public | :: | n_substances | = | 0 | ||
| integer, | public | :: | n_reaction | = | 0 | ||
| integer(kind=int32), | public | :: | input_list(PF_MAX_REACTION_NUM,PF_MAX_INPUT_NUM) | = | 0 | ||
| integer(kind=int32), | public | :: | output_list(PF_MAX_REACTION_NUM,PF_MAX_OUTPUT_NUM) | = | 0 | ||
| real(kind=real64), | public | :: | reaction_order(PF_MAX_REACTION_NUM,PF_MAX_INPUT_NUM+PF_MAX_OUTPUT_NUM) | = | 0 | ||
| real(kind=real64), | public | :: | mol_rate(PF_MAX_REACTION_NUM,PF_MAX_INPUT_NUM+PF_MAX_OUTPUT_NUM) | = | 0 | ||
| real(kind=real64), | public | :: | constants(PF_MAX_REACTION_NUM) | = | 0 | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Reactor_), | intent(inout) | :: | this | |||
| integer(kind=int32), | intent(in), | optional | :: | max_num_substances | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Reactor_), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | substance_name | |||
| real(kind=real64), | intent(in), | target | :: | substance | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Reactor_), | intent(inout) | :: | this | |||
| type(String_), | intent(in) | :: | input_list(:) | |||
| type(String_), | intent(in) | :: | output_list(:) | |||
| real(kind=real64), | intent(in) | :: | constant | |||
| real(kind=real64), | intent(in), | optional | :: | mol_rate(:) | ||
| real(kind=real64), | intent(in), | optional | :: | reaction_order(:) | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Reactor_), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Reactor_), | intent(inout) | :: | this | |||
| real(kind=real64), | intent(in) | :: | dt |