Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 823 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 823 Bytes

3D particle diffusion simulation

This is a project I did during my math modeling class. It aimed to simulate partles's free motion in a 3D space when a random force is applied. The project was done in Python Jupyter Notebook. A detailed break down of the tasks I did in this project you can see this powerpoint presentation I did here.

In this modeling project: •Found a linear relationship between blob size and particle radius. •Simulated Brownian Motion using Method of Regularized Stokeslets(MRS) andMethod of Images for Regularized Stokeslets(MIRS). •Found the effect of interaction between articles and particles’ tendency to adhereto walls by visually comparing distributions under different scenarios.