
** Binomial Number mechanics
** 2021.10.9

*Time, 
** start,  end, console out, plot out,  csv out,  unit
       0, 20000,  5000,   2000, 2000,  steps
*End 

*ElementInOut
** 0:element name, 1:initial number, 2:plot color, 3:real name, 4:type, 5:volume , 6:volume unit, 7:schedule_type(1 or 2), 
** 8:*args; if type-1 (8:interval, 9:amaunt), 
**          if type-2 (8:const, 9:amplitude, 10:period-time, 11:add-interval)
** glucose, 100000, Green, , , , , , 2, 1000, 1000, 2000, 500
s, 10, blue, , , , , 1, 10, 10
*End

*Element
** 0:element name, 1:initial number, 2:plot color, 3:real name, 4:type, 5:volume , 6: volume unit
x,  100, Green
y, 50, Orange
z, 10, Red  
*End 

*Reaction, 10000
r2_2, 100, 1, x, 1, y,   0.1, 2, y
r2_2, 200, 1, y, 1, z,   0.1, 2, z
r2_2, 300, 1, z, 1, x,   0.1, 2, x
r1_1, 400, 1, y, 0.0001, 1, x
r1_1, 500, 1, z, 0.0001, 1, y
r1_1, 600, 1, x, 0.0001, 1, z
*End 

*Plot, linear
** second item is "linear" or "log".
 x, y, z
*End 

** comment
2022.3.9
2022.5.1
