# Test of anisotropic diffusion rate

graphics opengl
graphic_iter 10

dim 3
boundaries x -100 100 t
boundaries y -100 100 t
boundaries z -100 100 t

species red green
boxsize 200

difm red 1 0 0 0 0 0 0 0 2
difm green 1 2 3 2 0 4 3 4 1

color red red
color green green

time_start 0
time_stop 100
time_step 0.1

mol 1000 red 0 0 0
mol 1000 green 0 0 0

output_files diffaoutr.txt diffaoutg.txt
cmd e molmoments red diffaoutr.txt
cmd e molmoments green diffaoutg.txt

end_file



