# Simulation file of basic diffusion and reaction
# This file is used to test and demonstrate manipulation commands

graphics opengl

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

species red green

time_start 0
time_stop 100
time_step 0.1

difc all 1
color red red
color green green
display_size all 2

mol 1000 red u u u

cmd @ 50 equilmol red green 0.9

text_display time red green

end_file

