Skip to content

Some tools to analyze general relativistic resistive magnetohydrodynamics (GRRMHD) simulations using the Black Hole Accretion Code (BHAC). Specific focus on analyzing test particle properties.

Notifications You must be signed in to change notification settings

tanisha-gg/BHAC_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MHD and Particle Data Analysis

This repository contains tools for analyzing MHD (Magnetohydrodynamics) and particle data, including visualization, extremum detection, and distribution analysis. The MHD code that I use is the Black Hole Accretion Code (BHAC) (bhac.science).

Requirements

  • Python 3.8+
  • Required Python packages:
    numpy
    pandas
    matplotlib
    seaborn
    scipy
    skimage
    PLASMAtools
    cmasher  
    
    

To run,

python main.py --i 100 --folder data/

Outputs

Plots:

  • Combined E/B ratio and magnetic energy plots.
  • -Particle overlays on VTU data.
  • Particle distribution histograms.

Statistics: -CSV files with O-point and X-point statistics.

About

Some tools to analyze general relativistic resistive magnetohydrodynamics (GRRMHD) simulations using the Black Hole Accretion Code (BHAC). Specific focus on analyzing test particle properties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages