matgarate / dustpy_module_alphaProfiles

Dustpy module with different alpha profiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpha Profiles Module for Dustpy

Includes various parametric radial profiles for the alpha turbulence parameter into DustPy (Stammler and Birnstiel, 2022).

The module includes:

  • Bump/Gap profile following the implementation of Stadler et al.(2022).
  • Dead Zone profile following the implementation of Garate et al.(2019, 2021)

To setup the alpha profile module add the following lines after initialization

from setup_alphaProfiles import setup_profile_bumps

setup_profile_bumps(sim, Location = 40 * c.au, Amplitude = 4., Width = 1., GasBumpType = 'GAP')

or

from setup_alphaProfiles import setup_profile_deadzone

setup_profile_deadzone(sim, alpha_active = 1.e-3, alpha_dead = 1.e-4)

See the run_alphaProfiles_XX.py files for an example.

If you use this module, please cite the corresponding papers mentioned above.

About

Dustpy module with different alpha profiles.


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%