#set the interstitial model information
array set $Base {Solve {Boolean 0}}

#List the reaction terms
#each reaction has three components
#  1) a list of equations to enter it into
#  2) the rate constant name
#  3) a list of terms in the reaction

array set $Base {Reaction {String {
    {BIC 1 BIim}
    {BIC 2 B2I}
    {BIC 1 BI2}
    {BIC 2 B2I2}
    {BIC 3 B3I2}
    {BIC 3 B3I}
    {BIC 4 B4I}
    }}}

return {Model Reaction}
