# Simulation file of basic diffusion and reaction
# This file is used to test output data

graphics opengl
graphic_iter 1
accuracy 5

dim 3
boundaries x 0 100 r
boundaries y 0 100 r
boundaries z 0 100 r


species red blue
molperbox 4

time_start 0
time_stop 10
time_step 0.1

difc red 1
difc blue 1
color red red
color blue blue

mol 400 red u u u
mol 1 blue 50 50 50

reaction rxn red -> 0 0.1

output_data mydata

cmd e molcount mydata
cmd a printdata mydata stdout


end_file

