wiki:AccretionDiskTutorial

Version 9 (modified by idilernia, 12 years ago) ( diff )

Setting up an accretion disk simulation in Astrobear 2.0

Modules and Files

These directions assume that you are able to compile a problem, in case you have never compiled AstroBEAR check the page How to Build AstroBEAR 2.0

In order to set up a simple accretion disk simulation proceed to select the BasicDisk problem in the modules folder, this can be done by typing the following commands in the astrobear root directory:

cd modules
ln -s BasicDisk Problem

After compilation, you need to be able to run the AstroBEAR executable, a tutorial for this procedure can be found at How to Run AstroBEAR 2.0 page.

Warning: It is good practice to delete profile.data from the problem folder before executing AstroBEAR for the first time, failure to do so will likely result in execution errors.

Getting familiar with t

Initial Conditions

After checking that the disk module compiles and runs without any issues, you can proceed to examine problem.data contained in the BasicDisk folder. The default problem.data file contains an array of field that can be changed depending on the user's needs, let's analyze some of them

ddensity=1d0 disk density
adensity=0.001d0 ambient density
dtemp=1d4 disk temperature
atemp=6d6 ambient temperature
radius=2e10 disk radius
height=5e9 disk height
mass=.6d-1 central particle mass

Note: No scaling is applied to the values above

Scales

Softening

Fixed grid to AMR

Mach Number

MHD and Solvers

Attachments (5)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.