# A square box with MT collisions turned on, use to test the effect of the various parameters on the ordering
# Spawn probability is normal
VALUE NumberOfSimulations=1
VALUE MaxFrameCount=10000
VALUE LineThickness=1
VALUE LogWriteFrequency=5
VALUE StartMTCount=100
VALUE TargetMTCount=250
VALUE SpawnProbability=0.9
VALUE SpawnBothWays=True
VALUE UniformNucleation=True
ANGLE MinAngle=-10
ANGLE MaxAngle=10
VALUE StartCellFrameOffset=0.25
VALUE CellFramesPerMinute=0
VALUE MTWidth=0.001
VALUE PayloadSize=0
VALUE StericRestriction=False
VALUE MTWidth=0.01
VALUE NucleateToBelowLayer=True #If True then there's a finite probability of spontaneous nucleation on a lower layer
VALUE LowerLayerNucleationProbability=0.01 #Probability of nucleating onto a lower layer (also proportional to number of MTs)
VALUE CellList=['CellData/SquareCell2.csv']
VALUE LogFile='Logs/TuringFlipping.txt'
VALUE PlasmaMembrane=True
# An attempt at events goes here
#EVENT print 'Event test',self
# An attempt at an interaction function goes here
INTERACTIONFUNCTION Parameters/TuringHysteresis/IF.py
