packages feed

simgi-0.3: Models/irreversible_bimol.sgl

parameters
  time       = 1.0
  systemVol  = 1.25e-19 
  outputBuffer = 50000 
  outputFreq = 100
end

molecules
  a = 1000
  b = 1000
  c = 0
end

reactions
  a + b -> c  | 1e6 |
end 

output
  outputFile = "irreversible_bimol.1.dat"
  [TIME, ITERATION, a, b, c]
end