Accretion Disk Simulations

Project Overview

This project focuses on simulating accretion disks, which are astrophysical structures formed by material spiraling into a central massive object. These simulations provide insights into the physical processes governing accretion disks.

2D Accretion Disk Simulation

The `acc1.py` script generates a 2D visualization of an accretion disk. It highlights temperature variations and particle dynamics within the disk. Key features include:

Download acc1.py

3D Accretion Disk Simulation

The `acc3d.py` script provides a 3D visualization of the accretion disk's temperature profile. It uses matplotlib's 3D plotting capabilities to create a surface plot of temperature as a function of mass accretion rate and viscosity. Key features include:

Download acc3d.py

Simulation Screenshots

2D Accretion Disk Simulation
Screenshot of the 2D Accretion Disk Simulation (acc1.py)
3D Accretion Disk Simulation
Screenshot of the 3D Accretion Disk Simulation (acc3d.py)