Changes between Version 12 and Version 13 of AccretionDiskTutorial


Ignore:
Timestamp:
08/27/12 18:13:54 (12 years ago)
Author:
idilernia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • AccretionDiskTutorial

    v12 v13  
    9696'''Warning: ''' It is good practice to keep the soft_radius between .1 and .3. Failure to do so may result in undesired outcomes.
    9797
     98=== Fixed grid to AMR ===
    9899
    99 === Fixed grid to AMR ===
     100The resolution of the simulation can be changed by modifying the following fields contained in [https://clover.pas.rochester.edu/trac/astrobear/wiki/GlobalDataExplained global.data]:
     101{{{
     102MaxLevel          = 2            ! Maximum level for this simulation.
     103GmX               = 32,          ! number of cells in x direction
     104                    32,          ! number of cells in y direction
     105                    32,          ! number of cells in z direction (set to 1 for 2D problems).
     106
     107}}}
     108
     109MaxLevel regulates the maximum amount of AMR levels, while GmX sets the number of cells in a fixed grid array.
     110'''Warning:''' global.data contains another array entry, ''Domain%mGlobal'' which should usually be set to (1, 1, 1, GmX(1), GmX(2), GmX(3)), changing Gmx without modifying Domain%mGlobal as well could lead to instabilities.
     111
     112
     113
    100114=== Mach Number ===
    101115=== MHD and Solvers ===