
** Binomial Number mechanics
** 2021.10.16
** inp_autocatalytic_001.txt


*Time, 
** start,  end, console out, plot out, csv out,   unit
       0, 500000,  100000,   100000, 100000,  steps
*End 


*Element
** 0:element name, 1:initial number, 2:plot color, 3:real name, 4:type, 5:volume , 6: volume unit
A, 1000, Blue
B, 1000, Green

*End 

*Reaction, 100000
r2_1, 100, 1, A, 1, B, 0.01, 2, A
r2_1, 200, 1, A, 1, B, 0.01, 2, B
r1_1, 300, 1, A, 0.00001, 1, B
r1_1, 400, 1, B, 0.00001, 1, A
*End 

*Plot, linear
** second item is "linear" or "log".
A, B
*End 
