# Simulation of diffusion in which half of the system is crowded and half is uncrowded. # This file addresses the right (uncrowded) side only. # Units are nanometers and microseconds # Model HalfCrowdRight.txt by Steve Andrews, September 2023. # Written for "Modeling diffusion between regions with different diffusion coefficients" for submission to IEEE Transactions on Molecular, Biological, and Multi-scale Communications define Rb 5 define Rp 2 define PHI 0.5 define VOLHALF 100*100 #random_seed 1 graphics opengl_good dim 2 boundaries x 0 100 p boundaries y 0 100 p time_start 0 time_stop 1100 time_step 0.01 species ball probe difc ball 1 difc probe 10 display_size ball Rb display_size probe Rp color ball gray color probe red mol 200 probe u u output_files HalfCrowdRightout.txt stdout cmd i 10 1100 1 meansqrdisp probe all HalfCrowdRightout.txt cmd i 10 1100 1 meansqrdisp probe all stdout end_file