A subclass of RSreac for reactions of the form nA + mB = pC. These reactions can equivalently be implemented as A + A + B + ... etc, using RSLinkPlus and RSLinkIdent objects with a simpleRSreac, but the plusRsreac provides a convenient shortcut. The k-f and k-r fields are the forward and reverse rate constants. In addition there are three integer fields, nreac1, nreac2, and nprod for the quantities n,m, and p in the above equation.
See the interface for the ReactionScheme class to see how these reactions appear in practice.
|     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 |
| RSReacMult-results | object | CalcResults |