/Python_Simulations

Various Python Simulations

Primary LanguageJupyter Notebook

Python_Simulations

Various Python Simulations

Dielectric_Breakdown.ipynb

A simulation of the dielectric breakdown model described in: Fractal Dimension of Dielectric Breakdown, L. Niemeyer, L. Pietronero, ' and H. J. Wiesmann Brown Boveri Research Center, CH-5405 Baden, Switzerland

Statistical_Approach_2nd_law.ipynb

A simulation of the Second Law of Thermodynamics as described in: A statistical approach to the second law of thermodynamics using a computer simulation L Bellomonte and R M Sperandeo-Mineo Eur. J. Phys. 18 (1997) 321–326.

Video: https://github.com/profConradi/Python_Simulations/assets/17752153/ed271bf7-6b1f-4b6a-a19d-0993bc7264fa

DLA_numpy_diffusionCA.ipynb

A simulation of Diffusion Limited Aggregation using a numpy vectorized approach and in which particles diffusion is simulated using a 2x2 block cellular automata.