Leon Bello edited section_Simulation_and_Results_In__.tex  over 8 years ago

Commit id: 2d60ad887d214cee4604914d0b20ff2d872cc4fd

deletions | additions      

       

In the simulation, we first setup the lattice with a fixed seed point in the middle.   A particle is added randomly into the lattice and randomly moves through the lattice, If it reaches a seed point it also becomes a seed point and the process is repeated until we get a sizeable cluster.  A stick-coefficient is also introduced, representing the probability of a particle to stick to a seed, changing the stick-coefficient changes the shape of the clusters.  \begin{lstlisting}[language=matlab]  %% Preallocations  size = 500; 

end  \end{lstlisting}    A stick-coefficient is also introduced, representing the probability of a particle to stick to a seed, changing the stick-coefficient changes the shape of the clusters.