percolation_simulation_test


percolation_simulation_test, a MATLAB code which calls percolation_simulation(), which simulates a percolation system. A rectangular region is decomposed into a grid of MxN squares. Each square may be porous or solid. We are interested in a path of porous squares connecting the top and bottom, or the left and right boundaries. The original MATLAB code was written by Ian Cooper.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and codes:

percolation_simulation, a MATLAB code which simulates a percolation system. A rectangular region is decomposed into a grid of MxN squares. Each square may be porous or solid. We are interested in a path of porous squares connecting the top and bottom, or the left and right boundaries. The original MATLAB code was written by Ian Cooper.

Source Code:


Last revised on 15 July 2022.