A subclass of RSreac implementing a simple mass action scheme where nreac reactant particles combine to produce nprod product particles. The forward rate is given by k-f (mol-HAT()-nreac /s) and the reverse rate by k-r (mol-^nprod /s).
Thus, for example, for the reaction A+B <--> C, nreac=2, nprod=1, and the forward rate would be [A][B]k-f transitions per second and the reverse rate [C]k-r transitions per second.
|     field |     type   |     contents / default value |     |
| k_f | double | 1.0 | k_f: forward reaction rate |
| k_r | double | 1.0 | k_r: reverse reaction rate |
| nreac | choice | nreac: number of reactants binding in one reaction | |
| nprod | choice | nprod: number of products from one reaction | |
| RSReacBind-results | object | CalcResults |