Skip to content
View rahulgaur104's full-sized avatar

Block or report rahulgaur104

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Miller_cookbook Miller_cookbook Public

    Local equilibrium to GX/GS2 interface

    Python 2

  2. RMHD solver with Dedalus RMHD solver with Dedalus
    1
    #!/usr/bin/env python3
    2
    """
    3
    Reduced MHD model solver. Triply periodic slab. 
    4
    Used for the plasma physics course PHYS762 at UMD, College Park.
    5
    First version, created 03/20/22 ralap@ralap. 
  3. ideal-ballooning-solver ideal-ballooning-solver Public

    A simple eigenvalue solver + optimizer to calculate and reduce the growth rate of a pressure-driven instability in fusion devices

    Python 4

  4. Solving different flavors of the Has... Solving different flavors of the Hasegawa-Wakatani model in a 2D periodic box using the Dedalus package
    1
    #!/usr/bin/env python3
    2
    """
    3
    Solve Haswegawa-Wakatani in a 2D periodic cartesian geometry.
    4
    5
    The equations are given here: https://www.ammar-hakim.org/sj/je/je17/je17-hasegawa-wakatani.html
  5. AGNI AGNI Public

    This code analyzes and optimizes again global pressure and current driven instabilities in magnetic confinement fusion devices

    Python

  6. Hartmann-flow-model Hartmann-flow-model Public

    Hartmann flow in 1D

    Python